Initial skeleton for the porters-handbook translations
Actually, not connected to the build
This commit is contained in:
parent
2b56364e87
commit
7517d83e62
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20991
3 changed files with 236 additions and 0 deletions
fr_FR.ISO8859-1/books/porters-handbook
30
fr_FR.ISO8859-1/books/porters-handbook/Makefile
Normal file
30
fr_FR.ISO8859-1/books/porters-handbook/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# Original revision: 1.4
|
||||
#
|
||||
# Build the FreeBSD Porter's Handbook.
|
||||
#
|
||||
|
||||
MAINTAINER=gioria@FreeBSD.org
|
||||
|
||||
DOC?= book
|
||||
|
||||
FORMATS?= html-split
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
#
|
||||
# SRCS lists the individual SGML files that make up the document. Changes
|
||||
# to any of these files will force a rebuild
|
||||
#
|
||||
|
||||
# SGML content
|
||||
SRCS= book.sgml
|
||||
|
||||
# Use the local DSSSL file
|
||||
DSLHTML?= ${.CURDIR}/freebsd.dsl
|
||||
DSLPRINT?= ${.CURDIR}/freebsd.dsl
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
160
fr_FR.ISO8859-1/books/porters-handbook/book.sgml
Normal file
160
fr_FR.ISO8859-1/books/porters-handbook/book.sgml
Normal file
|
@ -0,0 +1,160 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
Original revision: 1.401
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR">
|
||||
%bookinfo;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR">
|
||||
%translators;
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//FR">
|
||||
%mailing-lists;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//FR">
|
||||
%teams;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//FR">
|
||||
%newsgroups;
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
||||
%trademarks;
|
||||
|
||||
|
||||
]>
|
||||
|
||||
<book>
|
||||
<bookinfo>
|
||||
<title>Le guide du créateur de ports</title>
|
||||
|
||||
<authorgroup>
|
||||
<corpauthor>Le projet de documentation FreeBSD</corpauthor>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>Avril 2000</pubdate>
|
||||
|
||||
<copyright>
|
||||
<year>2000</year>
|
||||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder role="mailto:doc@FreeBSD.org">Le projet de documentation FreeBSD
|
||||
</holder>
|
||||
</copyright>
|
||||
|
||||
&bookinfo.legalnotice;
|
||||
|
||||
<abstract>
|
||||
<para>N.d.T.: La version française est publiée sur le
|
||||
<ulink url="http://www.freebsd-fr.org/">serveur World Wide Web du groupe
|
||||
de traduction en langue française de la documentation de
|
||||
FreeBSD</ulink>.</para>
|
||||
|
||||
<para>N.d.T.: Contactez la &a.fr-doc; si vous voulez collaborer à
|
||||
la traduction.</para>
|
||||
&trans.a.gioria;
|
||||
</abstract>
|
||||
</bookinfo>
|
||||
|
||||
<chapter id="why-port">
|
||||
<title>Introduction ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="own-port">
|
||||
<title>Créez vous même votre port ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="quick-porting">
|
||||
<title>Portage simple ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="slow">
|
||||
<title>Portage complexe ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-masterdir">
|
||||
<title><makevar>MASTERDIR ** Traduction en Cours **</makevar></title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="shared">
|
||||
<title>Les versions des librairies partagées ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-manpages">
|
||||
<title>Pages de manuel ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-motif">
|
||||
<title>Portage nécessitant Motif ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="x11-fonts">
|
||||
<title>Polices de caractères X11 ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-info">
|
||||
<title>Fichiers Info ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
|
||||
<chapter id="pkg-files">
|
||||
<title>Les fichiers <filename>pkg-<replaceable>*</replaceable></filename> ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="testing">
|
||||
<title>Test de votre port ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="port-upgrading">
|
||||
<title>Mise à jour du port ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-dads">
|
||||
<title>Bonnes pratiques et mauvaises pratiques ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-samplem">
|
||||
<title>Example de fichier <filename>Makefile</filename>** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="porting-autoplist">
|
||||
<title>Création automatique de la packing-liste ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
|
||||
<chapter id="changes">
|
||||
<title>Changements sur ce document et le système des ports ** Traduction en Cours **</title>
|
||||
&trans.a.gioria;
|
||||
</chapter>
|
||||
</book>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
End:
|
||||
-->
|
||||
|
46
fr_FR.ISO8859-1/books/porters-handbook/freebsd.dsl
Normal file
46
fr_FR.ISO8859-1/books/porters-handbook/freebsd.dsl
Normal file
|
@ -0,0 +1,46 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD French Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
Original Revision: 1.5
|
||||
-->
|
||||
|
||||
<!-- Local DSSSL file for the Porter's Handbook. This is so we can include
|
||||
a link to the -ports mailing list at the bottom of the HTML files,
|
||||
rather than the -questions mailing list. -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
||||
<!ENTITY % output.html "IGNORE">
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
|
||||
<![ %output.html; [
|
||||
(define ($email-footer$)
|
||||
(make sequence
|
||||
(literal "Pour toutes questions sur le systeme des ports, e-mail <")
|
||||
(create-link (list (list "HREF" "mailto:ports@FreeBSD.org"))
|
||||
(literal "ports@FreeBSD.org"))
|
||||
(literal ">.")
|
||||
(make empty-element gi: "br")
|
||||
(literal "Pour toutes questions a propos de la documentation, e-mail <")
|
||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||
(literal "doc@FreeBSD.org"))
|
||||
(literal ">.")))
|
||||
|
||||
<!-- Convert " ... " to `` ... '' in the HTML output. -->
|
||||
(element quote
|
||||
(make sequence
|
||||
(literal "``")
|
||||
(process-children)
|
||||
(literal "''")))
|
||||
]]>
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
||||
<external-specification id="docbook" document="freebsd.dsl">
|
||||
</style-sheet>
|
Loading…
Reference in a new issue