svn commit: r52988 - in head/de_DE.ISO8859-1/books/fdp-primer: . manpages

Johann Kois <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: jkois
Date: Sun May  5 07:29:43 2019
New Revision: 52988
URL: https://svnweb.freebsd.org/changeset/doc/52988

Log:
  Add new chapter "manpages" to the german fdp-primer.
  While here, bump copyright to 2019.

Added:
  head/de_DE.ISO8859-1/books/fdp-primer/manpages/
  head/de_DE.ISO8859-1/books/fdp-primer/manpages/chapter.xml   (contents, props changed)
Modified:
  head/de_DE.ISO8859-1/books/fdp-primer/Makefile
  head/de_DE.ISO8859-1/books/fdp-primer/book.xml
  head/de_DE.ISO8859-1/books/fdp-primer/chapters.ent

Modified: head/de_DE.ISO8859-1/books/fdp-primer/Makefile
==============================================================================
--- head/de_DE.ISO8859-1/books/fdp-primer/Makefile	Sat May  4 21:11:19 2019	(r52987)
+++ head/de_DE.ISO8859-1/books/fdp-primer/Makefile	Sun May  5 07:29:43 2019	(r52988)
@@ -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

Modified: head/de_DE.ISO8859-1/books/fdp-primer/book.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/fdp-primer/book.xml	Sat May  4 21:11:19 2019	(r52987)
+++ head/de_DE.ISO8859-1/books/fdp-primer/book.xml	Sun May  5 07:29:43 2019	(r52988)
@@ -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;

Modified: head/de_DE.ISO8859-1/books/fdp-primer/chapters.ent
==============================================================================
--- head/de_DE.ISO8859-1/books/fdp-primer/chapters.ent	Sat May  4 21:11:19 2019	(r52987)
+++ head/de_DE.ISO8859-1/books/fdp-primer/chapters.ent	Sun May  5 07:29:43 2019	(r52988)
@@ -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">

Added: head/de_DE.ISO8859-1/books/fdp-primer/manpages/chapter.xml
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/de_DE.ISO8859-1/books/fdp-primer/manpages/chapter.xml	Sun May  5 07:29:43 2019	(r52988)
@@ -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>

_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.