Add new chapter "manpages" to the german fdp-primer.
While here, bump copyright to 2019.
This commit is contained in:
parent
50431e5205
commit
a961ce57dd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52988
4 changed files with 58 additions and 5 deletions
de_DE.ISO8859-1/books/fdp-primer
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $FreeBSDde$
|
||||
# basiert auf: r47339
|
||||
# basiert auf: r50998
|
||||
#
|
||||
# Build the FreeBSD Documentation Project Primer.
|
||||
#
|
||||
|
@ -33,6 +33,7 @@ SRCS+= docbook-markup/chapter.xml
|
|||
SRCS+= stylesheets/chapter.xml
|
||||
SRCS+= translations/chapter.xml
|
||||
SRCS+= po-translations/chapter.xml
|
||||
SRCS+= manpages/chapter.xml
|
||||
SRCS+= writing-style/chapter.xml
|
||||
SRCS+= editor-config/chapter.xml
|
||||
SRCS+= see-also/chapter.xml
|
||||
|
@ -45,6 +46,10 @@ IMAGES_LIB+= callouts/2.png
|
|||
IMAGES_LIB+= callouts/3.png
|
||||
IMAGES_LIB+= callouts/4.png
|
||||
IMAGES_LIB+= callouts/5.png
|
||||
IMAGES_LIB+= callouts/6.png
|
||||
IMAGES_LIB+= callouts/7.png
|
||||
IMAGES_LIB+= callouts/8.png
|
||||
IMAGES_LIB+= callouts/9.png
|
||||
|
||||
# Entities
|
||||
SRCS+= chapters.ent
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: r47339
|
||||
basiert auf: r50998
|
||||
-->
|
||||
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:lang="de">
|
||||
<info><title>Die Fibel für neue Mitarbeiter des
|
||||
|
@ -44,12 +44,12 @@
|
|||
<author><orgname>The FreeBSD Documentation Project</orgname></author>
|
||||
|
||||
<copyright>
|
||||
<year>1998-2014</year>
|
||||
<year>1998-2017</year>
|
||||
<holder>The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
<copyright>
|
||||
<year>1998-2017</year>
|
||||
<year>1998-2019</year>
|
||||
<holder>The FreeBSD German Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
|
@ -270,6 +270,7 @@ The time is 09:18</screen></entry>
|
|||
&chap.stylesheets;
|
||||
&chap.translations;
|
||||
&chap.po-translations;
|
||||
&chap.manpages;
|
||||
&chap.writing-style;
|
||||
&chap.editor-config;
|
||||
&chap.see-also;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: r47339
|
||||
basiert auf: r50998
|
||||
-->
|
||||
|
||||
<!ENTITY chap.overview SYSTEM "overview/chapter.xml">
|
||||
|
@ -24,6 +24,7 @@
|
|||
<!ENTITY chap.stylesheets SYSTEM "stylesheets/chapter.xml">
|
||||
<!ENTITY chap.translations SYSTEM "translations/chapter.xml">
|
||||
<!ENTITY chap.po-translations SYSTEM "po-translations/chapter.xml">
|
||||
<!ENTITY chap.manpages SYSTEM "manpages/chapter.xml">
|
||||
<!ENTITY chap.writing-style SYSTEM "writing-style/chapter.xml">
|
||||
<!ENTITY chap.editor-config SYSTEM "editor-config/chapter.xml">
|
||||
<!ENTITY chap.see-also SYSTEM "see-also/chapter.xml">
|
||||
|
|
46
de_DE.ISO8859-1/books/fdp-primer/manpages/chapter.xml
Normal file
46
de_DE.ISO8859-1/books/fdp-primer/manpages/chapter.xml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Copyright (c) 2013 Warren Block
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source (SGML DocBook) and 'compiled' forms
|
||||
(SGML HTML, PDF, PostScript, RTF and so forth) with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code (SGML DocBook) must retain the above
|
||||
copyright notice, this list of conditions and the following
|
||||
disclaimer as the first lines of this file unmodified.
|
||||
|
||||
2. Redistributions in compiled form (transformed to other DTDs,
|
||||
converted to PDF, PostScript, RTF and other formats) must reproduce
|
||||
the above copyright notice, this list of conditions and the
|
||||
following disclaimer in the documentation and/or other materials
|
||||
provided with the distribution.
|
||||
|
||||
THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL NIK CLAYTON BE LIABLE FOR ANY DIRECT,
|
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||
ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf:
|
||||
-->
|
||||
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="manpages">
|
||||
<title>Manualpages (noch nicht übersetzt)</title>
|
||||
|
||||
<para>Dieses Kapitel ist noch nicht übersetzt. Lesen Sie daher bitte
|
||||
das <link
|
||||
xlink:href="&url.books.fdp-primer.en;/manpages.html">Original in
|
||||
englischer Sprache</link>. Wenn Sie bei der Übersetzung
|
||||
mithelfen wollen, schicken Sie bitte eine E-Mail
|
||||
an &a.de.translators;.</para>
|
||||
</chapter>
|
Loading…
Reference in a new issue