doc/fr/gnome/index.xsl
Hiroki Sato 5305bb945d 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.
2006-08-19 21:26:51 +00:00

189 lines
6.5 KiB
XML

<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd" [
<!ENTITY base "..">
<!ENTITY title "Projet GNOME pour FreeBSD">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
<!-- $FreeBSD: www/fr/gnome/index.xsl,v 1.6 2006/07/03 16:03:57 blackend Exp $ -->
<!--
The FreeBSD French Documentation Project
Original revision: 1.87
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf1="http://my.netscape.com/rdf/simple/0.9/"
exclude-result-prefixes="rdf rdf1" version="1.0">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
<xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/index.xsl,v 1.6 2006/07/03 16:03:57 blackend Exp $'"/>
<xsl:variable name="title" select="''"/>
<xsl:output type="html" encoding="iso-8859-1"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<xsl:template match="/">
<html>
&header1;
<body>
<div id="CONTAINERWRAP">
<div id="CONTAINER">
&header2;
<div id="CONTENT">
<div id="SIDEWRAP">
&nav;
</div> <!-- SIDEWRAP -->
<div id="CONTENTWRAP">
<div id="rightwrap">
<div class="rightnav">
<h2>Nouvelles de GNOME pour FreeBSD</h2>
<p>Derni&#232;re mise &#224; jour :
<xsl:value-of
select="descendant::month[position() = 1]/name"/>
<xsl:text> </xsl:text>
<xsl:value-of
select="descendant::day[position() = 1]/name"/>,
<xsl:text> </xsl:text>
<xsl:value-of
select="descendant::year[position() = 1]/name"/></p>
<ul>
<!-- Pull in the 10 most recent news items -->
<xsl:for-each select="descendant::event[position() &lt;= 10]">
<li><a>
<xsl:attribute name="href">
newsflash.html#<xsl:call-template name="generate-event-anchor"/>
</xsl:attribute>
<xsl:choose>
<xsl:when test="count(child::title)">
<xsl:value-of select="title"/><br/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="p"/><br/>
</xsl:otherwise>
</xsl:choose>
</a></li>
</xsl:for-each>
<li><a href="newsflash.html">Plus...</a></li>
</ul>
</div> <!-- rightnav -->
<br />
<div class="rightnav">
<h2>Nouvelles du Projet GNOME</h2>
<ul>
<xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/channel/*[name() = 'item'][position() &lt; 10]">
<li><a>
<xsl:attribute name="href">
<xsl:value-of select="link"/>
</xsl:attribute>
<xsl:value-of select="title"/><br/>
</a></li>
</xsl:for-each>
<li><a>
<xsl:for-each select="document('http://gnomedesktop.org/backend.php')/rss/*[name() = 'channel'][position() = 1]">
<xsl:attribute name="href">
<xsl:value-of select="link"/>
</xsl:attribute>Plus...
</xsl:for-each>
</a></li>
</ul>
</div> <!-- rightnav -->
</div> <!-- rightwrap -->
&header3;
<h2>Qu'est-ce que GNOME ?</h2>
<img src="&enbase;/gnome/images/gnome.png" align="right"
border="0" alt="GNOME Logo"/>
<p>GNOME est un environnement de travail complet, et une
suite d'applications int&#233;gr&#233;es. Avec GNOME,
tout devient facile &#224; utiliser, attrayant, puissant,
et marche de la fa&#231;on dont vous vous attendez.</p>
<p>Les composants principaux de GNOME sont le
<a href="http://www.gnome.org">bureau GNOME</a>, un
environnement de travail graphique simple, et la
<a href="http://developer.gnome.org">plateforme de d&#233;veloppement
GNOME</a>, une collection d'outils de d&#233;veloppement
d'applications et de biblioth&#232;ques.</p>
<p>Le Projet FreeBSD GNOME est une &#233;quipe de committers
et d'utilisateurs d&#233;vou&#233;s qui g&#232;rent l'int&#233;gration
de GNOME et de FreeBSD.</p>
<h2>Mise &#224; jour vers GNOME 2.14 ?</h2>
<p>Si vous mettez &#224; jour de GNOME 2.12 &#224; GNOME 2.14, lisez
<a href="&enbase;/gnome/docs/faq214.html">la FAQ de mise &#224; jour</a> pour des instructions
de mise &#224; jour.</p>
<h2>Statut du port</h2>
<p>GNOME pour FreeBSD est actuellement support&#233; sur
5-STABLE, 6-STABLE, 7-CURRENT, 5.4, 6.0, et 6.1.
La plupart de GNOME a &#233;t&#233; port&#233; sous FreeBSD, mais il reste toujours
<a href="docs/volunteer.html">des choses &#224; faire</a>!</p>
<h2>Des solutions simples pour les probl&#232;mes de compilation - rapidement !</h2>
<p>GNOME est simple et facile &#224; compiler en utilisant les ports FreeBSD, mais
parfois les choses tournent mal. Si GNOME -- ou quelque chose qui utilise
les biblioth&#232;ques GNOME -- ne se compile pas comme il devrait, ex&#233;cutez simplement l'outil
<a href="&enbase;/gnome/gnomelogalyzer.sh">gnomelogalyzer.sh</a>
depuis le r&#233;pertoire du port r&#233;calcitrant, et laissez le gnomelogalyzer
trouver ce qui va mal et le corriger !</p>
<h2>Ressources</h2>
<ul>
<li><a href="http://www.gnome.org/">Projet GNOME</a></li>
<li><a href="http://gnomedesktop.org">FootNotes</a></li>
<li><a href="http://www.gnomejournal.org">Journal GNOME</a></li>
<li><a
href="http://www.gnomefiles.org">GNOME
Files</a></li>
<li><a href="http://gnu-darwin.sourceforge.net/GNOME/">GNOME sous GNU/Darwin</a></li>
</ul>
<h2>Autres projets</h2>
<ul>
<li><a href="http://www.kde.org/">Projet KDE</a></li>
<li><a href="http://freebsd.kde.org/">KDE sous FreeBSD</a></li>
<li><a href="http://www.opengroup.org/desktop/">CDE (commercial)</a></li>
</ul>
<a id="search" name="search"></a>
<form action="http://freebsd.rambler.ru/srch" method="get">
<p>Recherche dans les archives de la liste de diffusion freebsd-gnome :</p>
<input type="text" name="words" size="25"/>
<input type="hidden" name="rubric" value="122" />
<input type="submit" value="Search"/>
</form>
</div> <!-- contentwrap -->
<br class="clearboth" />
</div> <!-- content -->
<div id="FOOTER">
&copyright;<br />
&date;
</div> <!-- FOOTER -->
</div> <!-- container -->
</div> <!-- containerwrap -->
</body>
</html>
</xsl:template>
</xsl:stylesheet>