MFbed: Connect pgpkeys to the build, use ps2pdf to build PDFs.
This commit is contained in:
parent
9241c2dd38
commit
0d20c85012
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15174
5 changed files with 601 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.21 2002/09/05 19:50:09 mheinen Exp $
|
||||
# $FreeBSDde: de-docproj/books/handbook/Makefile,v 1.22 2002/11/29 12:48:18 mheinen Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook in its German translation.
|
||||
#
|
||||
|
@ -47,6 +47,7 @@ SRCS+= l10n/chapter.sgml
|
|||
SRCS+= linuxemu/chapter.sgml
|
||||
SRCS+= mail/chapter.sgml
|
||||
SRCS+= mirrors/chapter.sgml
|
||||
SRCS+= pgpkeys/chapter.sgml
|
||||
SRCS+= ppp-and-slip/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
SRCS+= preface/preface.sgml
|
||||
|
@ -67,5 +68,20 @@ CHAPTERS?= ${SRCS:M*chapter.sgml}
|
|||
|
||||
SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
|
||||
|
||||
# XXX The Handbook build currently overflows some internal, hardcoded
|
||||
# limits in pdftex. Until we split the Handbook up, build the PDF
|
||||
# version using ps2pdf instead of pdftex.
|
||||
|
||||
PS2PDF?= ${PREFIX}/bin/ps2pdf
|
||||
|
||||
book.tex-pdf:
|
||||
${TOUCH} book.tex-pdf
|
||||
|
||||
book.pdf: book.ps
|
||||
${PS2PDF} book.ps book.pdf
|
||||
|
||||
pgpkeyring: pgpkeys/chapter.sgml
|
||||
@${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.38 2002/10/20 15:52:28 mheinen Exp $
|
||||
$FreeBSDde: de-docproj/books/handbook/book.sgml,v 1.39 2002/11/29 12:48:18 mheinen Exp $
|
||||
basiert auf: 1.126
|
||||
-->
|
||||
|
||||
|
@ -53,8 +53,10 @@
|
|||
<!ENTITY % chap.mirrors "IGNORE">
|
||||
<!ENTITY % chap.bibliography "IGNORE">
|
||||
<!ENTITY % chap.eresources "IGNORE">
|
||||
<!ENTITY % chap.pgpkeys "IGNORE">
|
||||
<!ENTITY % chap.index "IGNORE">
|
||||
|
||||
<!ENTITY % pgpkeys SYSTEM "../../../en_US.ISO8859-1/books/handbook/pgpkeys/pgpkeys.ent"> %pgpkeys;
|
||||
]>
|
||||
|
||||
<book lang="de">
|
||||
|
@ -201,6 +203,7 @@
|
|||
<![ %chap.mirrors; [ &chap.mirrors; ]]>
|
||||
<![ %chap.bibliography; [ &chap.bibliography; ]]>
|
||||
<![ %chap.eresources; [ &chap.eresources; ]]>
|
||||
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
||||
<![ %chap.index; [ &chap.index; ]]>
|
||||
</part>
|
||||
&chap.colophon;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
referenziert wird.
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.17 2002/09/05 19:50:10 mheinen Exp $
|
||||
$FreeBSDde: de-docproj/books/handbook/chapters.ent,v 1.18 2002/11/29 12:48:18 mheinen Exp $
|
||||
basiert auf: 1.23
|
||||
-->
|
||||
|
||||
|
@ -44,5 +44,6 @@
|
|||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.sgml">
|
||||
<!ENTITY chap.bibliography SYSTEM "bibliography/chapter.sgml">
|
||||
<!ENTITY chap.eresources SYSTEM "eresources/chapter.sgml">
|
||||
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.sgml">
|
||||
<!ENTITY chap.index SYSTEM "index.sgml">
|
||||
<!ENTITY chap.colophon SYSTEM "colophon.sgml">
|
||||
|
|
576
de_DE.ISO8859-1/books/handbook/pgpkeys/chapter.sgml
Normal file
576
de_DE.ISO8859-1/books/handbook/pgpkeys/chapter.sgml
Normal file
|
@ -0,0 +1,576 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/pgpkeys/chapter.sgml,v 1.1 2002/11/29 12:46:52 mheinen Exp $
|
||||
basiert auf: 1.173
|
||||
-->
|
||||
|
||||
<appendix id="pgpkeys">
|
||||
<title>PGP Schlüssel</title>
|
||||
|
||||
<indexterm><primary>PGP Schlüssel</primary></indexterm>
|
||||
<para>Verwenden Sie die nachstehenden Schlüssel, wenn Sie
|
||||
eine Signatur überprüfen oder eine verschlüsselte
|
||||
E-Mail an einen Ansprechpartner oder einen Entwickler schicken wollen.
|
||||
Den vollständigen Schlüsselring der Benutzer von
|
||||
<hostid role="domainname">FreeBSD.org</hostid> finden Sie unter
|
||||
<ulink url="../../../../doc/pgpkeyring.txt">http://www.FreeBSD.org/doc/pgpkeyring.txt</ulink>.</para>
|
||||
|
||||
<sect1 id="pgpkeys-officers">
|
||||
<title>Ansprechpartner</title>
|
||||
|
||||
<sect2>
|
||||
<title>&a.security-officer;</title>
|
||||
&pgpkey.security-officer;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.core-secretary;</title>
|
||||
&pgpkey.core-secretary;
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
<sect1 id="pgpkeys-core">
|
||||
<title>Mitglieder des Core Teams</title>
|
||||
|
||||
<sect2>
|
||||
<title>&a.imp;</title>
|
||||
&pgpkey.imp;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.kuriyama;</title>
|
||||
&pgpkey.kuriyama;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.murray;</title>
|
||||
&pgpkey.murray;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.peter;</title>
|
||||
&pgpkey.peter;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.wes;</title>
|
||||
&pgpkey.wes;
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="pgpkeys-developers">
|
||||
<title>Entwickler</title>
|
||||
|
||||
<sect2>
|
||||
<title>&a.will;</title>
|
||||
&pgpkey.will;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.asami;</title>
|
||||
&pgpkey.asami;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.tobez;</title>
|
||||
&pgpkey.tobez;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.mbr;</title>
|
||||
&pgpkey.mbr;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.obraun;</title>
|
||||
&pgpkey.obraun;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jmb;</title>
|
||||
&pgpkey.jmb;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.wilko;</title>
|
||||
&pgpkey.wilko;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jon;</title>
|
||||
&pgpkey.jon;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.luoqi;</title>
|
||||
&pgpkey.luoqi;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ache;</title>
|
||||
&pgpkey.ache;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.seanc;</title>
|
||||
&pgpkey.seanc;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.cjh;</title>
|
||||
&pgpkey.cjh;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.cjc;</title>
|
||||
&pgpkey.cjc;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.nik;</title>
|
||||
&pgpkey.nik;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ceri;</title>
|
||||
&pgpkey.ceri;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.brooks;</title>
|
||||
&pgpkey.brooks;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.bsd;</title>
|
||||
&pgpkey.bsd;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.dd;</title>
|
||||
&pgpkey.dd;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ue;</title>
|
||||
&pgpkey.ue;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ru;</title>
|
||||
&pgpkey.ru;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jedgar;</title>
|
||||
&pgpkey.jedgar;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.green;</title>
|
||||
&pgpkey.green;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.lioux;</title>
|
||||
&pgpkey.lioux;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.fanf;</title>
|
||||
&pgpkey.fanf;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.blackend;</title>
|
||||
&pgpkey.blackend;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.petef;</title>
|
||||
&pgpkey.petef;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.billf;</title>
|
||||
&pgpkey.billf;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.patrick;</title>
|
||||
&pgpkey.patrick;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.gioria;</title>
|
||||
&pgpkey.gioria;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jmg;</title>
|
||||
&pgpkey.jmg;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.dannyboy;</title>
|
||||
&pgpkey.dannyboy;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jhay;</title>
|
||||
&pgpkey.jhay;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.sheldonh;</title>
|
||||
&pgpkey.sheldonh;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.mikeh;</title>
|
||||
&pgpkey.mikeh;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ghelmer;</title>
|
||||
&pgpkey.ghelmer;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.mux;</title>
|
||||
&pgpkey.mux;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jkh;</title>
|
||||
&pgpkey.jkh;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.trevor;</title>
|
||||
&pgpkey.trevor;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.phk;</title>
|
||||
&pgpkey.phk;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.joe;</title>
|
||||
&pgpkey.joe;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.kris;</title>
|
||||
&pgpkey.kris;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.keramida;</title>
|
||||
&pgpkey.keramida;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.fjoe;</title>
|
||||
&pgpkey.fjoe;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.andreas;</title>
|
||||
&pgpkey.andreas;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jkoshy;</title>
|
||||
&pgpkey.jkoshy;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.alex;</title>
|
||||
&pgpkey.alex;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.netchild;</title>
|
||||
&pgpkey.netchild;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ijliao;</title>
|
||||
&pgpkey.ijliao;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.clive;</title>
|
||||
&pgpkey.clive;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.arved;</title>
|
||||
&pgpkey.arved;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.bmah;</title>
|
||||
&pgpkey.bmah;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.dwmalone;</title>
|
||||
&pgpkey.dwmalone;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.matusita;</title>
|
||||
&pgpkey.matusita;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ken;</title>
|
||||
&pgpkey.ken;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.dinoex;</title>
|
||||
&pgpkey.dinoex;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.sanpei;</title>
|
||||
&pgpkey.sanpei;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jim;</title>
|
||||
&pgpkey.jim;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.marcel;</title>
|
||||
&pgpkey.marcel;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.tmm;</title>
|
||||
&pgpkey.tmm;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.rich;</title>
|
||||
&pgpkey.rich;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.knu;</title>
|
||||
&pgpkey.knu;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.max;</title>
|
||||
&pgpkey.max;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.yoichi;</title>
|
||||
&pgpkey.yoichi;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.anders;</title>
|
||||
&pgpkey.anders;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.obrien;</title>
|
||||
&pgpkey.obrien;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.mp;</title>
|
||||
&pgpkey.mp;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.roam;</title>
|
||||
&pgpkey.roam;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.pirzyk;</title>
|
||||
&pgpkey.pirzyk;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jdp;</title>
|
||||
&pgpkey.jdp;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.markp;</title>
|
||||
&pgpkey.markp;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.thomas;</title>
|
||||
&pgpkey.thomas;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.dfr;</title>
|
||||
&pgpkey.dfr;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.benno;</title>
|
||||
&pgpkey.benno;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.roberto;</title>
|
||||
&pgpkey.roberto;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.guido;</title>
|
||||
&pgpkey.guido;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.wosch;</title>
|
||||
&pgpkey.wosch;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.schweikh;</title>
|
||||
&pgpkey.schweikh;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.gshapiro;</title>
|
||||
&pgpkey.gshapiro;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.vanilla;</title>
|
||||
&pgpkey.vanilla;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.cshumway;</title>
|
||||
&pgpkey.cshumway;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.demon;</title>
|
||||
&pgpkey.demon;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.jesper;</title>
|
||||
&pgpkey.jesper;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.scop;</title>
|
||||
&pgpkey.scop;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.ben;</title>
|
||||
&pgpkey.ben;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.des;</title>
|
||||
&pgpkey.des;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.sobomax;</title>
|
||||
&pgpkey.sobomax;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.dcs;</title>
|
||||
&pgpkey.dcs;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.brian;</title>
|
||||
&pgpkey.brian;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.nsouch;</title>
|
||||
&pgpkey.nsouch;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.gsutter;</title>
|
||||
&pgpkey.gsutter;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.nyan;</title>
|
||||
&pgpkey.nyan;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.mi;</title>
|
||||
&pgpkey.mi;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.gordon;</title>
|
||||
&pgpkey.gordon;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.nectar;</title>
|
||||
&pgpkey.nectar;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.adamw;</title>
|
||||
&pgpkey.adamw;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.nate;</title>
|
||||
&pgpkey.nate;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.wollman;</title>
|
||||
&pgpkey.wollman;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.joerg;</title>
|
||||
&pgpkey.joerg;
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>&a.phantom;</title>
|
||||
&pgpkey.phantom;
|
||||
</sect2>
|
||||
|
||||
|
||||
</sect1>
|
||||
</appendix>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "../appendix.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("../book.sgml" "part" "appendix")
|
||||
End:
|
||||
-->
|
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD German Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/preface/preface.sgml,v 1.3 2002/09/22 13:27:54 mheinen Exp $
|
||||
$FreeBSDde: de-docproj/books/handbook/preface/preface.sgml,v 1.4 2002/11/29 12:48:37 mheinen Exp $
|
||||
basiert auf: 1.16
|
||||
-->
|
||||
|
||||
|
@ -417,7 +417,7 @@
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><emphasis><!--<xref linkend="pgpkeys">, -->PGP
|
||||
<term><emphasis><xref linkend="pgpkeys">, PGP
|
||||
Schlüssel</emphasis></term>
|
||||
<listitem>
|
||||
<para>Enthält PGP-Fingerabdrücke von etlichen FreeBSD
|
||||
|
|
Loading…
Reference in a new issue