www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
<lang>/share/sgml/navibar.l10n.ent.
- Move includes.sgml and includes.xsl to
share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
and <lang>/share/sgml/header.l10n.ent.
- Move most of XSLT libraries to share/sgml/*.xsl and
<lang>/share/sgml/*.xsl.
- Move news.xml and other *.xml files for the similar purpose
to share/sgml/*.xml and <lang>/share/sgml/*.xml.
- Switch to use a custom DTD for HTML document. Now we use
"-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
HTML 4.01 + some entities previously pulled via
"<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
The location of entity file will be resolved by using catalog file.
- Add DOCTYPE declearation to XML documents. This makes the followings
possible:
* Use of &foo; entities for SGML in an XML file instead of defining
{$foo} as the same content.
* &symbolic; entities for Latin characters.
- Duplicated information between SGML and XML, or English and
translated doc, has been removed as much as possible.
This commit is contained in:
parent
de3f531874
commit
5305bb945d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28475
795 changed files with 4878 additions and 36943 deletions
114
fr/index.xsl
114
fr/index.xsl
|
|
@ -1,5 +1,10 @@
|
|||
<!-- $FreeBSD: www/fr/index.xsl,v 1.30 2006/05/03 18:26:53 blackend Exp $ -->
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
|
||||
<!ENTITY title "Le Projet FreeBSD">
|
||||
]>
|
||||
|
||||
<!-- $FreeBSD: www/fr/index.xsl,v 1.31 2006/07/03 15:44:07 blackend Exp $ -->
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.144
|
||||
|
|
@ -9,13 +14,9 @@
|
|||
-->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
|
||||
|
||||
<xsl:import href="includes.xsl"/>
|
||||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.30 2006/05/03 18:26:53 blackend Exp $'"/>
|
||||
<xsl:variable name="title" select="'Le Projet FreeBSD'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/fr/index.xsl,v 1.31 2006/07/03 15:44:07 blackend Exp $'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
here are not used actually -->
|
||||
|
|
@ -36,23 +37,23 @@
|
|||
<xsl:template match="/">
|
||||
<html>
|
||||
<head>
|
||||
<title><xsl:value-of select="$title"/></title>
|
||||
<title>&title;</title>
|
||||
<meta name="description" content="The FreeBSD Project"/>
|
||||
<meta name="keywords" content="FreeBSD, BSD, UNIX, Support, Ports,
|
||||
Version, Application, Logiciel, Manuel de
|
||||
Référence, FAQ, Guides, Bugs, CVS, CVSup,
|
||||
Nouvelles, Revendeurs, homepage, CTM, Unix"/>
|
||||
<link rel="shortcut icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="{$enbase}/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" media="screen" href="{$enbase}/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="{$enbase}/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="{$enbase}/layout/js/styleswitcher.js"></script>
|
||||
<link rel="shortcut icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="icon" href="&enbase;/favicon.ico" type="image/x-icon"/>
|
||||
<link rel="stylesheet" media="screen" href="&enbase;/layout/css/fixed.css" type="text/css" title="Normal Text" />
|
||||
<link rel="alternate stylesheet" media="screen" href="&enbase;/layout/css/fixed_large.css" type="text/css" title="Large Text" />
|
||||
<script type="text/javascript" src="&enbase;/layout/js/styleswitcher.js"></script>
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Project News" href="{$enbase}/news/news.rdf" />
|
||||
title="FreeBSD Project News" href="&enbase;/news/news.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD Security Advisories" href="{$enbase}/security/advisories.rdf" />
|
||||
title="FreeBSD Security Advisories" href="&enbase;/security/advisories.rdf" />
|
||||
<link rel="alternate" type="application/rss+xml"
|
||||
title="FreeBSD GNOME Project News" href="{$enbase}/gnome/news.rdf" />
|
||||
title="FreeBSD GNOME Project News" href="&enbase;/gnome/news.rdf" />
|
||||
|
||||
<!-- Formatted to be easy to spam harvest, please do not reformat. -->
|
||||
<xsl:comment>
|
||||
|
|
@ -65,7 +66,7 @@
|
|||
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
<xsl:copy-of select="$header2"/>
|
||||
&header2;
|
||||
<div id="CONTENT">
|
||||
|
||||
<div id="FRONTCONTAINER">
|
||||
|
|
@ -81,16 +82,16 @@
|
|||
les architectures compatibles x86 (y compris Pentium® et Athlon™), compatibles
|
||||
amd64 (y compris Opteron™, Athlon 64 et EM64T),
|
||||
Alpha/AXP, IA-64, PC-98 et UltraSPARC®.
|
||||
Il est dérivé de UNIX BSD, la version d'<xsl:value-of select="$unix"/>
|
||||
Il est dérivé de UNIX BSD, la version d'&unix;
|
||||
développée à
|
||||
l'Université de Californie, Berkeley.
|
||||
Il est développé et maintenu par
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/articles/contributors/staff-committers.html">une
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/articles/contributors/staff-committers.html">une
|
||||
importante équipe de personnes</a>. D'autres
|
||||
<a href="{$base}/platforms/index.html">plates-formes</a> sont à
|
||||
<a href="&base;/platforms/index.html">plates-formes</a> sont à
|
||||
divers stades de développement.</p>
|
||||
<div id="txtfrontfeaturelink">
|
||||
»<a href="{$base}/about.html" title="En savoir plus">En savoir plus</a>
|
||||
»<a href="&base;/about.html" title="En savoir plus">En savoir plus</a>
|
||||
</div> <!-- txtfrontfeaturelink -->
|
||||
</div> <!-- frontfeaturecontent -->
|
||||
</div> <!-- frontfeatureleft -->
|
||||
|
|
@ -99,31 +100,31 @@
|
|||
<div class="frontgetroundbox">
|
||||
<div class="frontgettop"><div> </div> </div>
|
||||
<div class="frontgetcontent">
|
||||
<a href="{$base}/where.html">Obtenir FreeBSD maintenant</a>
|
||||
<a href="&base;/where.html">Obtenir FreeBSD maintenant</a>
|
||||
</div> <!-- frontgetcontent -->
|
||||
<div class="frontgetbot"><div> </div> </div>
|
||||
</div> <!-- frontgetroundbox -->
|
||||
|
||||
<div id="FRONTRELEASES">
|
||||
<div id="FRONTRELEASESCONTENT" class="txtshortcuts">
|
||||
<h2><a href="{$base}/releases/">DERNIERES VERSIONS</a></h2>
|
||||
<h2><a href="&base;/releases/">DERNIERES VERSIONS</a></h2>
|
||||
<ul id="FRONTRELEASESLIST">
|
||||
<li>
|
||||
<a href="{$u.rel.announce}">Version de production <xsl:value-of select="$rel.current"/></a>
|
||||
<a href="&u.rel.announce;">Version de production &rel.current;</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$u.rel2.announce}">Version (ancienne) de production <xsl:value-of select="$rel2.current"/></a>
|
||||
<a href="&u.rel2.announce;">Version (ancienne) de production &rel2.current;</a>
|
||||
</li>
|
||||
<xsl:if test="$beta.testing">
|
||||
<xsl:if test="'&beta.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
<a href="{$base}/where.html#helptest">Version à venir
|
||||
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
|
||||
<a href="&base;/where.html#helptest">Version à venir
|
||||
&betarel.current; - &betarel.vers;</a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
<xsl:if test="$beta2.testing">
|
||||
<xsl:if test="'&beta2.testing;' != 'IGNORE'">
|
||||
<li>
|
||||
<a href="{$base}/where.html#helptest">Version à venir
|
||||
<xsl:value-of select="concat($betarel2.current, '-', $betarel2.vers)"/></a>
|
||||
<a href="&base;/where.html#helptest">Version à venir
|
||||
&betarel2.current; - &betarel2.vers;</a>
|
||||
</li>
|
||||
</xsl:if>
|
||||
</ul>
|
||||
|
|
@ -136,31 +137,31 @@
|
|||
<div id="LANGUAGENAV">
|
||||
<ul id="LANGUAGENAVLIST">
|
||||
<li>
|
||||
<a href="{$enbase}/de/" title="Allemand">de</a>
|
||||
<a href="&enbase;/de/" title="Allemand">de</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/" title="Anglais">en</a>
|
||||
<a href="&enbase;/" title="Anglais">en</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/es/" title="Espagnol">es</a>
|
||||
<a href="&enbase;/es/" title="Espagnol">es</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/fr/" title="Français">fr</a>
|
||||
<a href="&enbase;/fr/" title="Français">fr</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/it/" title="Italien">it</a>
|
||||
<a href="&enbase;/it/" title="Italien">it</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/ja/" title="Japonais">ja</a>
|
||||
<a href="&enbase;/ja/" title="Japonais">ja</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/ru/" title="Russe">ru</a>
|
||||
<a href="&enbase;/ru/" title="Russe">ru</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- LANGUAGENAV -->
|
||||
|
||||
<div id="MIRROR">
|
||||
<form action="{$cgibase}/mirror.cgi" method="get">
|
||||
<form action="&cgibase;/mirror.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="MIRRORSEL">Mirror</label></h2>
|
||||
<select id="MIRRORSEL" name="goto">
|
||||
|
|
@ -178,23 +179,23 @@
|
|||
<h2>LIENS</h2>
|
||||
<ul id="FRONTSHORTCUTSLIST">
|
||||
<li>
|
||||
<a href="{$base}/support.html#mailing-list" title="Listes de diffusion">Listes de diffusion</a>
|
||||
<a href="&base;/support.html#mailing-list" title="Listes de diffusion">Listes de diffusion</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$base}/send-pr.html" title="Envoyer un rapport de bogue">Envoyer un rapport de bogue</a>
|
||||
<a href="&base;/send-pr.html" title="Envoyer un rapport de bogue">Envoyer un rapport de bogue</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/books/faq/index.html" title="FAQ">FAQ</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{$enbase}/doc/{$url.doc.langcode}/books/handbook/index.html" title="Manuel de référence">Manuel de référence</a>
|
||||
<a href="&enbase;/doc/&url.doc.langcode;/books/handbook/index.html" title="Manuel de référence">Manuel de référence</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://www.freebsdfoundation.org/" title="Fondation">Fondation</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="{$enbase}/ports/index.html"
|
||||
href="&enbase;/ports/index.html"
|
||||
title="Logiciels
|
||||
portés">Logiciels
|
||||
portés</a>
|
||||
|
|
@ -207,7 +208,7 @@
|
|||
<div class="frontnewroundbox">
|
||||
<div class="frontnewtop"><div> </div> </div>
|
||||
<div class="frontnewcontent">
|
||||
<a href="{$base}/projects/newbies.html">Débutant sous FreeBSD?</a>
|
||||
<a href="&base;/projects/newbies.html">Débutant sous FreeBSD?</a>
|
||||
</div> <!-- frontnewcontent -->
|
||||
<div class="frontnewbot"><div> </div> </div>
|
||||
</div> <!-- frontnewroundbox -->
|
||||
|
|
@ -230,10 +231,10 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/news/newsflash.html" title="Plus de nouvelles">Plus...</a>
|
||||
<a href="&base;/news/newsflash.html" title="Plus de nouvelles">Plus...</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$base}/news/news.rdf" title="Flux RSS de nouvelles"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS de nouvelles" /></a>
|
||||
<a href="&base;/news/news.rdf" title="Flux RSS de nouvelles"><img class="rssimage" src="&enbase;/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS de nouvelles" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
|
@ -257,7 +258,7 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$base}/events/" title="Plus d'événements">Plus...</a>
|
||||
<a href="&base;/events/" title="Plus d'événements">Plus...</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
|
@ -280,7 +281,7 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="only-child">
|
||||
<a href="{$base}/news/press.html" title="Plus...">Plus...</a>
|
||||
<a href="&base;/news/press.html" title="Plus...">Plus...</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
|
@ -303,10 +304,10 @@
|
|||
<div>
|
||||
<ul class="newseventslist">
|
||||
<li class="first-child">
|
||||
<a href="{$base}/security/" title="Plus d'avis de sécurité">Plus...</a>
|
||||
<a href="&base;/security/" title="Plus d'avis de sécurité">Plus...</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="{$enbase}/security/advisories.rdf" title="Flux RSS des avis de sécurité"><img class="rssimage" src="{$enbase}/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS des avis de sécurité" /></a>
|
||||
<a href="&enbase;/security/advisories.rdf" title="Flux RSS des avis de sécurité"><img class="rssimage" src="&enbase;/layout/images/ico_rss.png" width="27" height="12" alt="Flux RSS des avis de sécurité" /></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div> <!-- unnamed -->
|
||||
|
|
@ -334,12 +335,17 @@
|
|||
|
||||
</div> <!-- CONTENT -->
|
||||
<div id="FOOTER">
|
||||
<xsl:copy-of select="$copyright"/><br />
|
||||
<xsl:copy-of select="$date"/>
|
||||
©right;
|
||||
|
||||
The mark FreeBSD is a registered trademark of The FreeBSD
|
||||
Foundation and is used by The FreeBSD Project with the
|
||||
permission of <a
|
||||
href="http://www.freebsdfoundation.org/documents/Guidelines.shtml">The
|
||||
FreeBSD Foundation</a>.
|
||||
|
||||
</div> <!-- FOOTER -->
|
||||
</div> <!-- CONTAINER -->
|
||||
</div> <!-- CONTAINERWRAP -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue