ab50a81819
directories for the localization. ($email-footer$) should be revisited later because it still involves both of its style (LI) and content (LD).
71 lines
2.8 KiB
Text
71 lines
2.8 KiB
Text
<!--
|
|
The FreeBSD Documentation Project
|
|
The FreeBSD French Documentation Project
|
|
|
|
$Id: freebsd.dsl,v 1.13 2010-12-08 06:25:59 hrs Exp $
|
|
$FreeBSD$
|
|
Original revision: 1.17
|
|
|
|
-->
|
|
|
|
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
|
<!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Language Neutral Stylesheet//EN" CDATA DSSSL>
|
|
|
|
<!ENTITY % output.html "IGNORE">
|
|
<!ENTITY % output.print "IGNORE">
|
|
]>
|
|
|
|
<style-sheet>
|
|
<style-specification use="docbook">
|
|
<style-specification-body>
|
|
|
|
<![ %output.html; [
|
|
|
|
<!-- Fix a problem with the French localisation. This should really
|
|
be a patch to the dsssl-docbook-modular port, but this gets it
|
|
more widely available sooner. A patch will be applied to the
|
|
port as well, and then this can be removed. -->
|
|
(define (gentext-fr-nav-prev prev)
|
|
(make sequence (literal "Pr\U-00E9;c\U-00E9;dent")))
|
|
|
|
(define ($email-footer$)
|
|
(make sequence
|
|
(make element gi: "p"
|
|
attributes: (list (list "align" "center"))
|
|
(make element gi: "small"
|
|
(literal "Ce document, ainsi que d'autres peut être téléchargé sur ")
|
|
(make element gi: "a"
|
|
attributes: (list (list "href" "ftp://ftp.FreeBSD.org/pub/FreeBSD/doc"))
|
|
(literal "ftp.FreeBSD.org/pub/FreeBSD/doc/"))
|
|
(literal ".")))
|
|
(make element gi: "p"
|
|
attributes: (list (list "align" "center"))
|
|
(make element gi: "small"
|
|
(literal "Pour toutes questions à propos de FreeBSD, lisez la ")
|
|
(make element gi: "a"
|
|
attributes: (list (list "href" "http://www.freebsd.org/docs.html"))
|
|
(literal "documentation"))
|
|
(literal " avant de contacter <")
|
|
(make element gi: "a"
|
|
attributes: (list (list "href" "mailto:questions@FreeBSD.org"))
|
|
(literal "questions@FreeBSD.org"))
|
|
(literal ">.")
|
|
(make empty-element gi: "br")
|
|
(literal "Pour les questions sur cette documentation, contactez <")
|
|
(make element gi: "a"
|
|
attributes: (list (list "href" "mailto:doc@FreeBSD.org"))
|
|
(literal "doc@FreeBSD.org"))
|
|
(literal ">.")))))
|
|
]]>
|
|
<!-- Fix a problem with the French localisation. The bug was
|
|
submitted to authors of docbook project -->
|
|
(define (local-fr-label-title-sep)
|
|
(list
|
|
(list (normalize "warning") "\U-00A0;: ")
|
|
))
|
|
|
|
</style-specification-body>
|
|
</style-specification>
|
|
|
|
<external-specification id="docbook" document="freebsd.dsl">
|
|
</style-sheet>
|