aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'fr_FR.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml')
-rw-r--r--fr_FR.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml72
1 files changed, 0 insertions, 72 deletions
diff --git a/fr_FR.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml b/fr_FR.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml
deleted file mode 100644
index 3506d81960..0000000000
--- a/fr_FR.ISO8859-1/books/fdp-primer/stylesheets/chapter.sgml
+++ /dev/null
@@ -1,72 +0,0 @@
-<!-- Copyright (c) 1998, 1999 Nik Clayton, 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 NIK CLAYTON "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.
-
- $Id: chapter.sgml,v 1.1 2000-06-12 15:46:47 gioria Exp $
--->
-
-<chapter id="stylesheets">
-
- <title>* Feuilles de style</title>
-
- <para>SGML ne d&eacute;crit pas comment un document doit &ecirc;tre affich&eacute; ou imprim&eacute;.
- A cet effet, diff&eacute;rents langages ont &eacute;t&eacute; con&ccedil;us pour d&eacute;finir des feuilles
- de style, dont DynaText, Panorama, SPICE,
- JSSS, FOSI, CSS, et DSSSL.</para>
-
- <para>Pour DocBook, nous utilisons des feuilles de style &eacute;crites en DSSSL.
- Pour le HTML, nous utilisons CSS.</para>
-
- <sect1>
- <title>* DSSSL</title>
-
- <para>Le Projet de Documentation utilise une version un minimum
- personnalis&eacute;e des feuilles de style DocBook modulaires de Norm
- Walsh.</para>
-
- <para>Vous les trouverez dans
- <filename>textproc/dsssl-docbook-modular</filename>.</para>
- </sect1>
-
- <sect1>
- <title>* CSS</title>
-
- <para></para>
- </sect1>
-</chapter>
-
-<!--
- Local Variables:
- mode: sgml
- sgml-declaration: "../chapter.decl"
- sgml-indent-data: t
- sgml-omittag: nil
- sgml-always-quote-attributes: t
- sgml-parent-document: ("../book.sgml" "part" "chapter")
- End:
--->