Various fixes, update of the copyright.
This commit is contained in:
parent
3009fbaa52
commit
2fca002c7b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15618
1 changed files with 44 additions and 40 deletions
|
@ -2,27 +2,29 @@
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
The FreeBSD French Documentation Project
|
The FreeBSD French Documentation Project
|
||||||
|
|
||||||
$Id: book.sgml,v 1.1 2002-02-14 14:25:01 gioria Exp $
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
$Id: book.sgml,v 1.2 2003-01-12 12:47:57 blackend Exp $
|
||||||
Original revision: 1.15
|
Original revision: 1.15
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> %man;
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR">
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES Common Document URL Entities//FR"> %urls;
|
%urls;
|
||||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"> %bookinfo;
|
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR">
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"> %translators;
|
%bookinfo;
|
||||||
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
||||||
|
%translators;
|
||||||
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR">
|
||||||
|
%mailing-lists;
|
||||||
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||||
|
%man;
|
||||||
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||||
|
%authors;
|
||||||
|
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
|
||||||
|
%bookinfo;
|
||||||
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"> %authors
|
|
||||||
<!ENTITY % mailing-lists SYSTEM "../../share/sgml/mailing-lists.ent"> %mailing-lists;
|
|
||||||
|
|
||||||
<!-- French Build only -->
|
|
||||||
<!-- <!ENTITY % authors SYSTEM "../../../en_US.ISO_8859-1/books/handbook/authors.ent" > %authors; -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY rel.current CDATA "3.3">
|
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<book lang="fr">
|
<book lang="fr">
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>Livre de chevet du développeur FreeBSD</title>
|
<title>Livre de chevet du développeur FreeBSD</title>
|
||||||
|
@ -34,6 +36,8 @@
|
||||||
<copyright>
|
<copyright>
|
||||||
<year>2000</year>
|
<year>2000</year>
|
||||||
<year>2001</year>
|
<year>2001</year>
|
||||||
|
<year>2002</year>
|
||||||
|
<year>2003</year>
|
||||||
<holder>Le groupe du projet de documentation FreeBSD</holder>
|
<holder>Le groupe du projet de documentation FreeBSD</holder>
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
|
@ -47,7 +51,7 @@
|
||||||
traduction en langue française de la documentation de
|
traduction en langue française de la documentation de
|
||||||
FreeBSD</ulink>.</para>
|
FreeBSD</ulink>.</para>
|
||||||
|
|
||||||
<para>N.d.T.: Contactez la &a.fr-doc si vous voulez collaborer
|
<para>N.d.T.: Contactez la &a.fr-doc; si vous voulez collaborer
|
||||||
à la traduction.</para>
|
à la traduction.</para>
|
||||||
|
|
||||||
<para>La traduction de ce manuel est “en cours”. Dans la
|
<para>La traduction de ce manuel est “en cours”. Dans la
|
||||||
|
|
Loading…
Reference in a new issue