MFbed: Update the German documentation set.
share/sgml/books.ent fixes share/sgml/mailing-lists.ent 1.34 -> 1.36 books/faq/Makefile 1.11 -> 1.12 Obtained from: The FreeBSD German Documentation Project.
This commit is contained in:
parent
8645ac483f
commit
3eca84e89f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22243
3 changed files with 21 additions and 7 deletions
de_DE.ISO8859-1
|
@ -5,8 +5,8 @@
|
|||
# Build the FreeBSD FAQ in the German translation
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde: de-docproj/books/faq/Makefile,v 1.10 2004/06/06 18:21:21 mheinen Exp $
|
||||
# basiert auf: 1.11
|
||||
# $FreeBSDde: de-docproj/books/faq/Makefile,v 1.11 2004/08/04 23:33:31 mheinen Exp $
|
||||
# basiert auf: 1.12
|
||||
#
|
||||
|
||||
MAINTAINER=de-bsd-translators@de.FreeBSD.org
|
||||
|
@ -27,6 +27,7 @@ WITH_BIBLIOXREF_TITLE?=YES
|
|||
# SGML content
|
||||
SRCS= book.sgml
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
<!--
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/share/sgml/books.ent,v 1.1 2004/08/20 15:22:17 ue Exp $
|
||||
$FreeBSDde: de-docproj/share/sgml/books.ent,v 1.2 2004/08/22 22:19:02 mheinen Exp $
|
||||
basiert auf: 1.1
|
||||
-->
|
||||
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % de-bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//DE">
|
||||
%de-bookinfo;
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
||||
%bookinfo;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DE">
|
||||
%translators;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
||||
|
@ -18,7 +22,7 @@
|
|||
%mailing-lists;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
||||
%newsgroups;
|
||||
<!ENTITY % de-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
<!ENTITY % de-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//DE">
|
||||
%de-trademarks;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!--
|
||||
Namen der FreeBSD Mailinglisten und verwandter Software
|
||||
|
||||
$FreeBSDde: de-docproj/share/sgml/mailing-lists.ent,v 1.18 2004/06/06 18:24:47 mheinen Exp $
|
||||
$FreeBSDde: de-docproj/share/sgml/mailing-lists.ent,v 1.20 2004/08/30 23:35:50 mheinen Exp $
|
||||
$FreeBSD$
|
||||
basiert auf: 1.34
|
||||
basiert auf: 1.36
|
||||
-->
|
||||
|
||||
<!ENTITY a.mailman.listinfo "http://lists.FreeBSD.org/mailman/listinfo">
|
||||
|
@ -55,6 +55,10 @@
|
|||
<!ENTITY a.announce.name "<ulink
|
||||
url='&a.announce.url;'>freebsd-announce</ulink>">
|
||||
|
||||
<!ENTITY a.apache.url "&a.mailman.listinfo;/freebsd-apache">
|
||||
<!ENTITY a.apache "<ulink url='&a.apache.url;'>FreeBSD Apache</ulink>">
|
||||
<!ENTITY a.apache.name "<ulink url='&a.apache.url;'>freebsd-apache</ulink>">
|
||||
|
||||
<!ENTITY a.arch.url "&a.mailman.listinfo;/freebsd-arch">
|
||||
<!ENTITY a.arch "<ulink url='&a.arch.url;'>FreeBSD architecture and
|
||||
design</ulink>">
|
||||
|
@ -458,6 +462,11 @@
|
|||
<!ENTITY a.vendors.name "<ulink
|
||||
url='&a.vendors.url;'>freebsd-vendors</ulink>">
|
||||
|
||||
<!ENTITY a.vuxml.url "&a.mailman.listinfo;/freebsd-vuxml">
|
||||
<!ENTITY a.vuxml "<unlink url='&a.vuxml.url;'>Diskussion über
|
||||
die Infrastruktur von VuXML</ulink>">
|
||||
<!ENTITY a.vuxml.name "<ulink url='&a.vuxml.url;'>freebsd-vuxml</ulink>">
|
||||
|
||||
<!ENTITY a.www.url "&a.mailman.listinfo;/freebsd-www">
|
||||
<!ENTITY a.www "<ulink url='&a.www.url;'>FreeBSD Webmaster</ulink>">
|
||||
<!ENTITY a.www.name "<ulink url='&a.www.url;'>freebsd-www</ulink>">
|
||||
|
|
Loading…
Reference in a new issue