fr/relnotes.sgml: MFen 1.14 -> 1.16

fr/community/mailinglists.sgml:	  MFen 1.6 -> 1.8
fr/events/Makefile:		  MFen 1.5 -> 1.11
fr/events/events.xsl:		  Mfen 1.2 -> 1.6
fr/gnome/includes.sgml:		  MFen 1.11 -> 1.12
fr/gnome/includes.xsl:		  MFen 1.11 -> 1.12
fr/gnome/index.xsl:		  MFen 1.84 -> 1.85
fr/gnome/newsflash.xsl:		  MFen 1.7 -> 1.8
fr/news/oldnewsflash.xsl:	  MFen 1.6 -> 1.8
fr/news/status/status.sgml:	  MFen 1.32 -> 1.35
fr/platforms/ppc.sgml:		  MFen 1.17 -> 1.18
fr/platforms/ia64/index.xsl:	  MFen 1.3 -> 1.4
fr/platforms/ia64/todo.xsl:	  MFen 1.6 -> 1.7
fr/projects/newbies.sgml:	  MFen 1.48 -> 1.49

Submitted by:	Antoine Brodin <antoine.brodin@laposte.net>
This commit is contained in:
Marc Fonvieille 2006-02-03 11:54:54 +00:00
parent b8d665458e
commit 3d537b2d2c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27011
14 changed files with 116 additions and 126 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY enbase "../&base;"> <!ENTITY enbase "../&base;">
<!ENTITY date "$FreeBSD: www/fr/community/mailinglists.sgml,v 1.3 2005/12/05 17:49:35 blackend Exp $"> <!ENTITY date "$FreeBSD: www/fr/community/mailinglists.sgml,v 1.4 2005/12/31 11:26:15 blackend Exp $">
<!ENTITY title "Mailing Lists"> <!ENTITY title "Mailing Lists">
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -9,21 +9,18 @@
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.6 Original revision: 1.8
--> -->
<html> <html>
&header; &header;
<h2><a
href="&enbase;/doc/&url.doc.langcode;/books/handbook/eresources.html#ERESOURCES-MAIL">Listes de diffusion</a></h2>
<p>Les listes de diffusion repr&eacute;sentent le principal moyen <p>Les listes de diffusion repr&eacute;sentent le principal moyen
de communication de la communaut&eacute; FreeBSD et couvrent de de communication de la communaut&eacute; FreeBSD et couvrent de
nombreux sujets.</p> nombreux sujets.</p>
<h3>Archives des listes de diffusion</h3> <h2>Archives des listes de diffusion</h2>
<p>Vous pouvez <p>Vous pouvez
<a href="&base;/search/search.html#mailinglists">chercher</a> <a href="&base;/search/search.html#mailinglists">chercher</a>
@ -34,7 +31,13 @@
<a href="http://lists.FreeBSD.org/mailman/listinfo">consulter</a> <a href="http://lists.FreeBSD.org/mailman/listinfo">consulter</a>
les listes de diffusion via l'interface web Mailman.</p> les listes de diffusion via l'interface web Mailman.</p>
<h3>Listes de diffusion non anglophones</h3> <h2>Listes de diffusion anglophones</h2>
<p>Les listes de diffusion anglophones sont <a
href="&enbase;/doc/&url.doc.langcode;/books/handbook/eresources.html#ERESOURCES-MAIL">r&eacute;pertori&eacute;es
dans le manuel de r&eacute;f&eacute;rence FreeBSD</a>.</p>
<h2>Listes de diffusion non anglophones</h2>
<p>Plusieurs listes de diffusion non anglophones sont <p>Plusieurs listes de diffusion non anglophones sont
&eacute;galement disponibles:</p> &eacute;galement disponibles:</p>

View file

@ -1,7 +1,7 @@
# $FreeBSD$ # $FreeBSD: www/fr/events/Makefile,v 1.1 2004/03/06 17:33:18 stephane Exp $
# The FreeBSD French Documentation Project # The FreeBSD French Documentation Project
# Original revision: 1.5 # Original revision: 1.11
.if exists(../Makefile.conf) .if exists(../Makefile.conf)
.include "../Makefile.conf" .include "../Makefile.conf"
@ -11,30 +11,28 @@
.endif .endif
# SUBDIR= 2002 2003 # SUBDIR= 2002 2003
DATE?= /bin/date
TR?= /usr/bin/tr
DATA= events.css DATA= events.css
DATA= events.html CLEANFILES+= curdate.xml
CLEANFILES+= events.html curdate.xml
INDEXLINK= events.html
DATE?= /bin/date
TR?= /usr/bin/tr
XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2. XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2.
events.html: events.xsl events.xml ../includes.xsl curdate.xml XMLDOCS+= events
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \ DEPENDSET.events= events curdate.xml
${.CURDIR}/events.xsl ${.CURDIR}/events.xml SRCS.events= ../includes.xsl curdate.xml
.if !defined(NO_TIDY)
-${TIDY} ${TIDYOPTS} ${.TARGET} XMLDOCS+= events_ics:${WEB_PREFIX}/share/sgml/events2ics.xsl:events.xml:events.ics
.endif
lint: lint:
${XMLLINT} --valid -o /dev/null ${.CURDIR}/events.xml ${XMLLINT} ${XMLLINTOPTS} --valid -o /dev/null ${.CURDIR}/events.xml
# XXX TODO: Handle this better, so curdate.xml isn't rebuild on install. .if !make(install)
curdate.xml! .PHONY: curdate.xml
.endif
curdate.xml:
@${ECHO} "Generating ${.TARGET}" @${ECHO} "Generating ${.TARGET}"
@${ECHO_CMD} '<?xml version="1.0"?>' > ${.TARGET} @${ECHO_CMD} '<?xml version="1.0"?>' > ${.TARGET}
@${ECHO_CMD} '<curdate>' >> ${.TARGET} @${ECHO_CMD} '<curdate>' >> ${.TARGET}

View file

@ -24,12 +24,12 @@
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE. SUCH DAMAGE.
$FreeBSD: www/fr/events/events.xsl,v 1.1 2004/03/06 17:33:18 stephane Exp $ $FreeBSD: www/fr/events/events.xsl,v 1.2 2005/10/06 12:56:03 blackend Exp $
--> -->
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.2 Original revision: 1.6
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
--> -->
@ -63,22 +63,18 @@
<html> <html>
<xsl:copy-of select="$header1"/> <xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body"> <body>
<div id="containerwrap"> <div id="containerwrap">
<div id="container"> <div id="container">
<xsl:copy-of select="$header2"/>
<xsl:copy-of select="$header2"/> <div id="content">
<xsl:copy-of select="$sidenav"/>
<div id="content"> <div id="contentwrap">
<xsl:copy-of select="$header3"/>
<xsl:copy-of select="$sidenav"/> <!--
<div id="contentwrap">
<xsl:copy-of select="$header3"/>
<!--
Note the current date to have a reference, if the Note the current date to have a reference, if the
upcoming/past events are split incorrectly. upcoming/past events are split incorrectly.
--> -->
@ -92,11 +88,18 @@
<p>Si vous avez connaissance d'&#233;v&#233;nements li&#233;s &#224; FreeBSD, ou d'&#233;v&#233;nements qui <p>Si vous avez connaissance d'&#233;v&#233;nements li&#233;s &#224; FreeBSD, ou d'&#233;v&#233;nements qui
pourraient int&#233;ress&#233;s les utilisateurs FreeBSD, qui ne sont pas indiqu&#233;s pourraient int&#233;ress&#233;s les utilisateurs FreeBSD, qui ne sont pas indiqu&#233;s
ici, veuillez envoyer tous les d&#233;tails &#224; <a ici, veuillez envoyer tous les d&#233;tails &#224; <a
href="mailto:www@freebsd.org">www@FreeBSD.org</a> de mani&#232;re href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> de mani&#232;re
&#224; ce qu'ils puissent &#234;tre ajout&#233;s.</p> &#224; ce qu'ils puissent &#234;tre ajout&#233;s.</p>
<p>Les utilisateurs disposant d'un logiciel d'organisation comprenant le
format iCalendar peuvent s'abonner au
<a>
<xsl:attribute name="href"><xsl:value-of select="$base"/>/events/events.ics</xsl:attribute>
calendrier des &#233;v&#233;nements FreeBSD</a>
qui comprend tous les &#233;v&#233;nements mentionn&#233;s ici.</p>
<h2 id="upcoming"> <h2 id="upcoming">
<xsl:text>Ev&#233;nements actuels / &#224; venir :</xsl:text> <xsl:text>Ev&#233;nements actuels / &#224; venir :</xsl:text>
</h2> </h2>
<xsl:for-each select="event[generate-id() = <xsl:for-each select="event[generate-id() =
@ -176,17 +179,14 @@
</xsl:for-each> </xsl:for-each>
</ul> </ul>
</xsl:for-each> </xsl:for-each>
</div> <!-- contentwrap -->
</div> <!-- contentwrap --> <br class="clearboth" />
<br class="clearboth" /> </div> <!-- content -->
</div> <!-- content -->
<xsl:copy-of select="$footer"/>
</div> <!-- container -->
</div> <!-- containerwrap -->
<xsl:copy-of select="$footer"/>
</div> <!-- container -->
</div> <!-- containerwrap -->
</body> </body>
</html> </html>
</xsl:template> </xsl:template>

View file

@ -1,8 +1,8 @@
<!-- $FreeBSD: www/fr/gnome/includes.sgml,v 1.4 2005/10/04 16:22:30 blackend Exp $ --> <!-- $FreeBSD: www/fr/gnome/includes.sgml,v 1.5 2006/01/09 19:54:30 blackend Exp $ -->
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.11 Original revision: 1.12
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
Version francaise (mise a jour) : Vincent Tougait <viny@FreeBSD-FR.org> Version francaise (mise a jour) : Vincent Tougait <viny@FreeBSD-FR.org>
@ -12,5 +12,3 @@
<!ENTITY gnomeoldver '2.10'> <!ENTITY gnomeoldver '2.10'>
<!ENTITY gnomever '2.12'> <!ENTITY gnomever '2.12'>
<!ENTITY gnomedevelver '2.13'> <!ENTITY gnomedevelver '2.13'>
<!ENTITY author '<a href="&base;/gnome/contact.html">&email@FreeBSD.org</a><br>
&copyright;'>

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/fr/gnome/includes.xsl,v 1.1 2003/05/04 12:28:49 stephane Exp $ --> <!-- $FreeBSD: www/fr/gnome/includes.xsl,v 1.2 2006/01/09 19:54:30 blackend Exp $ -->
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.11 Original revision: 1.12
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
--> -->
@ -23,14 +23,6 @@
2.13 2.13
</xsl:variable> </xsl:variable>
<xsl:variable name="author">
<a>
<xsl:attribute name="href">
<xsl:value-of select="concat($base, '/gnome/contact.html')"/>
</xsl:attribute>
<xsl:value-of select="'freebsd-gnome'"/>@FreeBSD.org</a><br/><xsl:copy-of select="$copyright"/>
</xsl:variable>
<!-- Generate a unique anchor for this event --> <!-- Generate a unique anchor for this event -->
<xsl:template name="generate-event-anchor"> <xsl:template name="generate-event-anchor">
<xsl:text>event</xsl:text> <xsl:text>event</xsl:text>

View file

@ -1,8 +1,8 @@
<!-- $FreeBSD: www/fr/gnome/index.xsl,v 1.2 2005/10/06 12:56:03 blackend Exp $ --> <!-- $FreeBSD: www/fr/gnome/index.xsl,v 1.3 2006/01/09 19:54:30 blackend Exp $ -->
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.84 Original revision: 1.85
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
--> -->
@ -17,7 +17,7 @@
<xsl:import href="includes.xsl"/> <xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/> <xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/index.xsl,v 1.2 2005/10/06 12:56:03 blackend Exp $'"/> <xsl:variable name="date" select="'$FreeBSD: www/fr/gnome/index.xsl,v 1.3 2006/01/09 19:54:30 blackend Exp $'"/>
<xsl:variable name="section" select="'gnome'"/> <xsl:variable name="section" select="'gnome'"/>
<xsl:variable name="title" select="'Projet GNOME pour FreeBSD'"/> <xsl:variable name="title" select="'Projet GNOME pour FreeBSD'"/>
@ -28,7 +28,7 @@
<html> <html>
<xsl:copy-of select="$header1"/> <xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body"> <body>
<div id="containerwrap"> <div id="containerwrap">
<div id="container"> <div id="container">

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/fr/gnome/newsflash.xsl,v 1.3 2005/10/06 12:56:03 blackend Exp $ --> <!-- $FreeBSD: www/fr/gnome/newsflash.xsl,v 1.4 2006/01/09 19:54:30 blackend Exp $ -->
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.7 Original revision: 1.8
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
--> -->
@ -31,7 +31,7 @@
<xsl:copy-of select="$header1"/> <xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body"> <body>
<div id="containerwrap"> <div id="containerwrap">
<div id="container"> <div id="container">

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $FreeBSD: www/fr/news/oldnewsflash.xsl,v 1.3 2004/01/08 00:26:44 stephane Exp $ --> <!-- $FreeBSD: www/fr/news/oldnewsflash.xsl,v 1.4 2004/08/07 15:33:38 mat Exp $ -->
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.6 Original revision: 1.8
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
Version francaise (mise a jour) : Mathieu Arnold <mat@FreeBSD.org> Version francaise (mise a jour) : Mathieu Arnold <mat@FreeBSD.org>
@ -35,7 +35,7 @@
<xsl:copy-of select="$header1"/> <xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body"> <body>
<xsl:copy-of select="$header2"/> <xsl:copy-of select="$header2"/>
@ -108,16 +108,19 @@
<xsl:template match="date"/> <!-- Deliberately left blank --> <xsl:template match="date"/> <!-- Deliberately left blank -->
<!-- When the href attribute contains a '$base', expand it to the current <!-- When the href attribute contains a '$base' or '$enbase', expand it
value of the $base variable. --> to the current value of the $base or $enbase variable. -->
<!-- All your $base are belong to us. Ho ho ho --> <!-- All your $base or $enbase are belong to us. Ho ho ho -->
<xsl:template match="a"> <xsl:template match="a">
<a><xsl:attribute name="href"> <a><xsl:attribute name="href">
<xsl:choose> <xsl:choose>
<xsl:when test="contains(@href, '$base')"> <xsl:when test="contains(@href, '$base')">
<xsl:value-of select="concat(substring-before(@href, '$base'), $base, substring-after(@href, '$base'))"/> <xsl:value-of select="concat(substring-before(@href, '$base'), $base, substring-after(@href, '$base'))"/>
</xsl:when> </xsl:when>
<xsl:when test="contains(@href, '$enbase')">
<xsl:value-of select="concat(substring-before(@href, '$enbase'), $enbase, substring-after(@href, '$enbase'))"/>
</xsl:when>
<xsl:otherwise> <xsl:otherwise>
<xsl:value-of select="@href"/> <xsl:value-of select="@href"/>
</xsl:otherwise> </xsl:otherwise>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY enbase "../&base;"> <!ENTITY enbase "../&base;">
<!ENTITY date "$FreeBSD: www/fr/news/status/status.sgml,v 1.6 2005/10/06 12:52:39 blackend Exp $"> <!ENTITY date "$FreeBSD: www/fr/news/status/status.sgml,v 1.7 2005/11/18 22:18:17 blackend Exp $">
<!ENTITY title "Rapports de statuts FreeBSD"> <!ENTITY title "Rapports de statuts FreeBSD">
<!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -9,7 +9,7 @@
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.32 Original revision: 1.35
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net> Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
@ -18,15 +18,14 @@
<html> <html>
&header; &header;
<!-- <h2>Prochaines soumissions : 7 Avril 2006</h2>
<h2>Next submission due: October 20 2005 - Last call!</h2>
<p>Use the <a href="http://www.FreeBSD.org/cgi/monthly.cgi">xml <p>Utilisez le <a
generator</a> or download and edit the <a href="report-sample.xml"> href="http://www.FreeBSD.org/cgi/monthly.cgi">g&eacute;n&eacute;rateur
xml-template</a>.</p> XML</a> ou t&eacute;l&eacute;chargez et modifiez le <a
href="report-sample.xml"> mod&egrave;le XML</a>.</p>
<hr> <hr>
-->
<p>Un des avantages du mod&egrave;le de d&eacute;veloppement FreeBSD est sa focalisation sur <p>Un des avantages du mod&egrave;le de d&eacute;veloppement FreeBSD est sa focalisation sur
une impl&eacute;mentation et une conception centralis&eacute;es, dans lequel le syst&egrave;me d'exploitation est une impl&eacute;mentation et une conception centralis&eacute;es, dans lequel le syst&egrave;me d'exploitation est
@ -53,6 +52,8 @@
<h2>2005</h2> <h2>2005</h2>
<ul> <ul>
<li><a href="&enbase;/news/status/report-oct-2005-dec-2005.html">Octobre 2005 -
D&eacute;cembre 2005</a></li>
<li><a href="&enbase;/news/status/report-july-2005-oct-2005.html">Juillet 2005 - <li><a href="&enbase;/news/status/report-july-2005-oct-2005.html">Juillet 2005 -
Octobre 2005</a></li> Octobre 2005</a></li>
<li><a href="&enbase;/news/status/report-mar-2005-june-2005.html">Mars 2005 - <li><a href="&enbase;/news/status/report-mar-2005-june-2005.html">Mars 2005 -

View file

@ -2,13 +2,13 @@
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.3 Original revision: 1.4
--> -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../includes.xsl"/> <xsl:import href="../../includes.xsl"/>
<xsl:import href="includes.xsl"/> <xsl:import href="includes.xsl"/>
<xsl:variable name="date" select="'$FreeBSD: www/fr/platforms/ia64/index.xsl,v 1.1 2005/10/15 08:37:59 blackend Exp $'"/> <xsl:variable name="date" select="'$FreeBSD: www/fr/platforms/ia64/index.xsl,v 1.2 2005/12/17 10:58:29 blackend Exp $'"/>
<xsl:variable name="section" select="'developers'"/> <xsl:variable name="section" select="'developers'"/>
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" <xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
encoding="iso-8859-1" method="html"/> encoding="iso-8859-1" method="html"/>
@ -16,7 +16,7 @@
<html> <html>
<xsl:copy-of select="$header1"/> <xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body"> <body>
<div id="CONTAINERWRAP"> <div id="CONTAINERWRAP">
<div id="CONTAINER"> <div id="CONTAINER">

View file

@ -2,13 +2,13 @@
The FreeBSD Documentation Project The FreeBSD Documentation Project
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.6 Original revision: 1.7
--> -->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../includes.xsl"/> <xsl:import href="../../includes.xsl"/>
<xsl:import href="includes.xsl"/> <xsl:import href="includes.xsl"/>
<xsl:variable name="date" select="'$FreeBSD: www/fr/platforms/ia64/todo.xsl,v 1.1 2005/10/15 08:37:59 blackend Exp $'"/> <xsl:variable name="date" select="'$FreeBSD: www/fr/platforms/ia64/todo.xsl,v 1.2 2005/12/17 10:58:29 blackend Exp $'"/>
<xsl:variable name="section" select="'developers'"/> <xsl:variable name="section" select="'developers'"/>
<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" <xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
encoding="iso-8859-1" method="html"/> encoding="iso-8859-1" method="html"/>
@ -16,7 +16,7 @@
<html> <html>
<xsl:copy-of select="$header1"/> <xsl:copy-of select="$header1"/>
<body xsl:use-attribute-sets="att.body"> <body>
<div id="CONTAINERWRAP"> <div id="CONTAINERWRAP">
<div id="CONTAINER"> <div id="CONTAINER">

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY enbase "../&base;"> <!ENTITY enbase "../&base;">
<!ENTITY date "$FreeBSD: www/fr/platforms/ppc.sgml,v 1.6 2005/10/15 12:25:02 blackend Exp $"> <!ENTITY date "$FreeBSD: www/fr/platforms/ppc.sgml,v 1.7 2005/10/18 19:47:07 blackend Exp $">
<!ENTITY title "Projet FreeBSD/PPC"> <!ENTITY title "Projet FreeBSD/PPC">
<!ENTITY email 'freebsd-ppc'> <!ENTITY email 'freebsd-ppc'>
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
@ -10,7 +10,7 @@
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.17 Original revision: 1.18
Version francaise : Stephane Legrand <stephane@freebsd-fr.org> Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
Mise a jour : Florent Thoumie <flz@FreeBSD.org> Mise a jour : Florent Thoumie <flz@FreeBSD.org>
@ -62,12 +62,14 @@
<li><a href="#1">Comment installer FreeBSD/ppc?</a></li> <li><a href="#1">Comment installer FreeBSD/ppc?</a></li>
<li><a href="#2">O&ugrave; trouver des paquetages pour <li><a href="#2">O&ugrave; trouver des paquetages pour
FreeBSD/ppc?</a></li> FreeBSD/ppc?</a></li>
<li><a href="#3">Qui contacter en cas de probl&egrave;me?</a></li> <li><a href="#3">Comment utiliser les logiciels port&eacute;s sous
FreeBSD/ppc?</a></li>
<li><a href="#4">Qui contacter en cas de probl&egrave;me?</a></li>
</ol> </ol>
<h4><a name="1">Comment installer FreeBSD/ppc?</a></h4> <h4><a name="1">Comment installer FreeBSD/ppc?</a></h4>
<p>Des images ISO sont disponibles au t&eacute;l&eacute;chargement <p>Des images ISO 7.0-CURRENT sont disponibles au t&eacute;l&eacute;chargement
&agrave; cette <a &agrave; cette <a
href="http://people.freebsd.org/~grehan/ppc_iso">adresse</a>. La href="http://people.freebsd.org/~grehan/ppc_iso">adresse</a>. La
derni&egrave;re version est disponible <a derni&egrave;re version est disponible <a
@ -82,8 +84,20 @@
trouver quelques paquetages <a trouver quelques paquetages <a
href="http://people.freebsd.org/~grehan/ppc_pkgs/">ici</a> et <a href="http://people.freebsd.org/~grehan/ppc_pkgs/">ici</a> et <a
href="http://people.freebsd.org/~arved/packages_powerpc/">ici</a>. href="http://people.freebsd.org/~arved/packages_powerpc/">ici</a>.
Notez que ces paquetages ne sont pas &agrave; jour. Si possible, vous
devriez plut&ocirc;t utiliser les ports.</p>
<h4><a name="3">Qui contacter en cas de probl&egrave;me?</a></h4> <h4><a name="3">Comment utiliser les logiciels port&eacute;s sous
FreeBSD/ppc?</a></h4>
<p>La fa&ccedil;on la plus simple d'utiliser les logiciels
port&eacute;s sous FreeBSD depuis 6.0-RELEASE est d'utiliser
portsnap. Consultez le Manuel de r&eacute;f&eacute;rence si vous
avez besoin d'aide pour <a
href="&enbase;/doc/&url.doc.langcode;/books/handbook/ports-using.html">
utiliser le catalogue des logiciels port&eacute;s</a>.</p>
<h4><a name="4">Qui contacter en cas de probl&egrave;me?</a></h4>
<p><a href="mailto:grehan@FreeBSD.org">Peter Grehan</a> est le <p><a href="mailto:grehan@FreeBSD.org">Peter Grehan</a> est le
responsable du portage. Contactez le si vous pouvez participer au responsable du portage. Contactez le si vous pouvez participer au
@ -217,25 +231,6 @@
<pre>OK set currdev=hd:14 <pre>OK set currdev=hd:14
OK load /boot/kernel/kernel.save</pre> OK load /boot/kernel/kernel.save</pre>
</li> </li>
<li>Certains correctifs sont n&eacute;cessaires pour compiler vos
propres syst&egrave;mes et noyaux:
<ul>
<li>
RELENG_5 (GCC 3.4.2):
<a
href="http://people.freebsd.org/~grehan/rs6000.c.diff">rs6000.c.diff</a>
et <a
href="http://people.freebsd.org/~grehan/sysv4.h.diff">sysv4.h.diff</a>
</li>
<li>
HEAD (GCC 3.4.4):
<a
href="http://people.freebsd.org/~arved/stuff/ppc/patch-rs6000.c">rs6000.c.diff</a>
et <a
href="http://people.freebsd.org/~arved/stuff/ppc/patch-sysv4.h">sysv4.h.diff</a>
</li>
</ul>
</li>
</ul> </ul>
<hr noshade> <hr noshade>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY enbase "../&base;"> <!ENTITY enbase "../&base;">
<!ENTITY date "$FreeBSD: www/fr/projects/newbies.sgml,v 1.8 2005/10/06 12:56:06 blackend Exp $"> <!ENTITY date "$FreeBSD: www/fr/projects/newbies.sgml,v 1.9 2005/11/18 22:18:17 blackend Exp $">
<!ENTITY title 'Ressources pour les d&eacute;butants'> <!ENTITY title 'Ressources pour les d&eacute;butants'>
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -9,7 +9,7 @@
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.48 Original revision: 1.49
Version francaise : Luc Vo Van Version francaise : Luc Vo Van
Version francaise (mise a jour) : Nicolas Lecapitaine <Nicolas.Lecapitaine@chirec.be> Version francaise (mise a jour) : Nicolas Lecapitaine <Nicolas.Lecapitaine@chirec.be>
@ -63,7 +63,7 @@
<ul> <ul>
<li><p>Si vous ne l'avez pas encore install&eacute;, jetez un oeil sur la <li><p>Si vous ne l'avez pas encore install&eacute;, jetez un oeil sur la
<a href="&u.rel.announce;">derni&egrave;re distribution majeure.</a>. <a href="&enbase;/&u.rel.announce;">derni&egrave;re distribution majeure.</a>.
(Voir le Manuel de r&eacute;f&eacute;rence pour savoir pourquoi il ne faut <strong>PAS</strong> (Voir le Manuel de r&eacute;f&eacute;rence pour savoir pourquoi il ne faut <strong>PAS</strong>
&ecirc;tre tent&eacute; par une autre version). Avant de commencer, lisez avec attention les &ecirc;tre tent&eacute; par une autre version). Avant de commencer, lisez avec attention les
<a href="&enbase;/doc/&url.doc.langcode;/books/handbook/install.html">instructions d'installation</a>, <a href="&enbase;/doc/&url.doc.langcode;/books/handbook/install.html">instructions d'installation</a>,

View file

@ -1,13 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY date "$FreeBSD: www/fr/relnotes.sgml,v 1.5 2005/10/04 16:22:29 blackend Exp $"> <!ENTITY date "$FreeBSD: www/fr/relnotes.sgml,v 1.6 2005/10/05 13:35:54 blackend Exp $">
<!ENTITY title "Documentation sur les versions"> <!ENTITY title "Documentation sur les versions">
<!ENTITY % navincludes SYSTEM "includes.navdownload.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- <!--
The FreeBSD French Documentation Project The FreeBSD French Documentation Project
Original revision: 1.14 Original revision: 1.16
Version francaise : Guillaume Pauchet <gpauchet@greengroom.com> Version francaise : Guillaume Pauchet <gpauchet@greengroom.com>
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org> Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
@ -52,7 +52,7 @@
<p>Ces fichiers (g&eacute;n&eacute;ralement aux formats Texte et HTML) sont <p>Ces fichiers (g&eacute;n&eacute;ralement aux formats Texte et HTML) sont
disponibles &agrave; la racine de chaque distribution (que ce soit disponibles &agrave; la racine de chaque distribution (que ce soit
sur le CDROM, sur le site FTP ou sur les disquettes d'installation). sur le CD-ROM, sur le site FTP ou sur les disquettes d'installation).
<h2>Instantan&eacute;s FreeBSD</h2> <h2>Instantan&eacute;s FreeBSD</h2>