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:
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
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!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 % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -9,21 +9,18 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.6
|
||||
Original revision: 1.8
|
||||
|
||||
-->
|
||||
|
||||
<html>
|
||||
&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ésentent le principal moyen
|
||||
de communication de la communauté FreeBSD et couvrent de
|
||||
nombreux sujets.</p>
|
||||
|
||||
<h3>Archives des listes de diffusion</h3>
|
||||
<h2>Archives des listes de diffusion</h2>
|
||||
|
||||
<p>Vous pouvez
|
||||
<a href="&base;/search/search.html#mailinglists">chercher</a>
|
||||
|
@ -34,7 +31,13 @@
|
|||
<a href="http://lists.FreeBSD.org/mailman/listinfo">consulter</a>
|
||||
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épertoriées
|
||||
dans le manuel de référence FreeBSD</a>.</p>
|
||||
|
||||
<h2>Listes de diffusion non anglophones</h2>
|
||||
|
||||
<p>Plusieurs listes de diffusion non anglophones sont
|
||||
également disponibles:</p>
|
||||
|
|
|
@ -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
|
||||
# Original revision: 1.5
|
||||
# Original revision: 1.11
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -11,30 +11,28 @@
|
|||
.endif
|
||||
|
||||
# SUBDIR= 2002 2003
|
||||
DATE?= /bin/date
|
||||
TR?= /usr/bin/tr
|
||||
|
||||
DATA= events.css
|
||||
|
||||
DATA= events.html
|
||||
CLEANFILES+= events.html curdate.xml
|
||||
CLEANFILES+= curdate.xml
|
||||
|
||||
INDEXLINK= events.html
|
||||
|
||||
DATE?= /bin/date
|
||||
TR?= /usr/bin/tr
|
||||
XMLLINT?= /usr/local/bin/xmllint # Part of textproc/libxml2.
|
||||
|
||||
events.html: events.xsl events.xml ../includes.xsl curdate.xml
|
||||
${XSLTPROC} ${XSLTPROCOPTS} -o ${.TARGET} \
|
||||
${.CURDIR}/events.xsl ${.CURDIR}/events.xml
|
||||
.if !defined(NO_TIDY)
|
||||
-${TIDY} ${TIDYOPTS} ${.TARGET}
|
||||
.endif
|
||||
XMLDOCS+= events
|
||||
DEPENDSET.events= events curdate.xml
|
||||
SRCS.events= ../includes.xsl curdate.xml
|
||||
|
||||
XMLDOCS+= events_ics:${WEB_PREFIX}/share/sgml/events2ics.xsl:events.xml:events.ics
|
||||
|
||||
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.
|
||||
curdate.xml!
|
||||
.if !make(install)
|
||||
.PHONY: curdate.xml
|
||||
.endif
|
||||
curdate.xml:
|
||||
@${ECHO} "Generating ${.TARGET}"
|
||||
@${ECHO_CMD} '<?xml version="1.0"?>' > ${.TARGET}
|
||||
@${ECHO_CMD} '<curdate>' >> ${.TARGET}
|
||||
|
|
|
@ -24,12 +24,12 @@
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
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
|
||||
Original revision: 1.2
|
||||
Original revision: 1.6
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
@ -63,21 +63,17 @@
|
|||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<body>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<xsl:copy-of select="$sidenav"/>
|
||||
|
||||
<div id="contentwrap">
|
||||
|
||||
<xsl:copy-of select="$header3"/>
|
||||
|
||||
<!--
|
||||
Note the current date to have a reference, if the
|
||||
upcoming/past events are split incorrectly.
|
||||
|
@ -92,9 +88,16 @@
|
|||
<p>Si vous avez connaissance d'événements liés à FreeBSD, ou d'événements qui
|
||||
pourraient intéressés les utilisateurs FreeBSD, qui ne sont pas indiqués
|
||||
ici, veuillez envoyer tous les détails à <a
|
||||
href="mailto:www@freebsd.org">www@FreeBSD.org</a> de manière
|
||||
href="mailto:www@FreeBSD.org">www@FreeBSD.org</a> de manière
|
||||
à ce qu'ils puissent être ajouté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 événements FreeBSD</a>
|
||||
qui comprend tous les événements mentionnés ici.</p>
|
||||
|
||||
<h2 id="upcoming">
|
||||
<xsl:text>Evénements actuels / à venir :</xsl:text>
|
||||
</h2>
|
||||
|
@ -176,17 +179,14 @@
|
|||
</xsl:for-each>
|
||||
</ul>
|
||||
</xsl:for-each>
|
||||
|
||||
</div> <!-- contentwrap -->
|
||||
<br class="clearboth" />
|
||||
|
||||
<br class="clearboth" />
|
||||
</div> <!-- content -->
|
||||
|
||||
<xsl:copy-of select="$footer"/>
|
||||
|
||||
</div> <!-- container -->
|
||||
</div> <!-- containerwrap -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -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
|
||||
Original revision: 1.11
|
||||
Original revision: 1.12
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Version francaise (mise a jour) : Vincent Tougait <viny@FreeBSD-FR.org>
|
||||
|
@ -12,5 +12,3 @@
|
|||
<!ENTITY gnomeoldver '2.10'>
|
||||
<!ENTITY gnomever '2.12'>
|
||||
<!ENTITY gnomedevelver '2.13'>
|
||||
<!ENTITY author '<a href="&base;/gnome/contact.html">&email@FreeBSD.org</a><br>
|
||||
©right;'>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?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
|
||||
Original revision: 1.11
|
||||
Original revision: 1.12
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
@ -23,14 +23,6 @@
|
|||
2.13
|
||||
</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 -->
|
||||
<xsl:template name="generate-event-anchor">
|
||||
<xsl:text>event</xsl:text>
|
||||
|
|
|
@ -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
|
||||
Original revision: 1.84
|
||||
Original revision: 1.85
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
@ -17,7 +17,7 @@
|
|||
<xsl:import href="includes.xsl"/>
|
||||
|
||||
<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="title" select="'Projet GNOME pour FreeBSD'"/>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<body>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?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
|
||||
Original revision: 1.7
|
||||
Original revision: 1.8
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
-->
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<body>
|
||||
|
||||
<div id="containerwrap">
|
||||
<div id="container">
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?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
|
||||
Original revision: 1.6
|
||||
Original revision: 1.8
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Version francaise (mise a jour) : Mathieu Arnold <mat@FreeBSD.org>
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<body>
|
||||
|
||||
<xsl:copy-of select="$header2"/>
|
||||
|
||||
|
@ -108,16 +108,19 @@
|
|||
|
||||
<xsl:template match="date"/> <!-- Deliberately left blank -->
|
||||
|
||||
<!-- When the href attribute contains a '$base', expand it to the current
|
||||
value of the $base variable. -->
|
||||
<!-- When the href attribute contains a '$base' or '$enbase', expand it
|
||||
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">
|
||||
<a><xsl:attribute name="href">
|
||||
<xsl:choose>
|
||||
<xsl:when test="contains(@href, '$base')">
|
||||
<xsl:value-of select="concat(substring-before(@href, '$base'), $base, substring-after(@href, '$base'))"/>
|
||||
</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:value-of select="@href"/>
|
||||
</xsl:otherwise>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!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 % navincludes SYSTEM "../../includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.32
|
||||
Original revision: 1.35
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
|
||||
|
@ -18,15 +18,14 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<!--
|
||||
<h2>Next submission due: October 20 2005 - Last call!</h2>
|
||||
<h2>Prochaines soumissions : 7 Avril 2006</h2>
|
||||
|
||||
<p>Use the <a href="http://www.FreeBSD.org/cgi/monthly.cgi">xml
|
||||
generator</a> or download and edit the <a href="report-sample.xml">
|
||||
xml-template</a>.</p>
|
||||
<p>Utilisez le <a
|
||||
href="http://www.FreeBSD.org/cgi/monthly.cgi">générateur
|
||||
XML</a> ou téléchargez et modifiez le <a
|
||||
href="report-sample.xml"> modèle XML</a>.</p>
|
||||
|
||||
<hr>
|
||||
-->
|
||||
|
||||
<p>Un des avantages du modèle de développement FreeBSD est sa focalisation sur
|
||||
une implémentation et une conception centralisées, dans lequel le système d'exploitation est
|
||||
|
@ -53,6 +52,8 @@
|
|||
<h2>2005</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="&enbase;/news/status/report-oct-2005-dec-2005.html">Octobre 2005 -
|
||||
Décembre 2005</a></li>
|
||||
<li><a href="&enbase;/news/status/report-july-2005-oct-2005.html">Juillet 2005 -
|
||||
Octobre 2005</a></li>
|
||||
<li><a href="&enbase;/news/status/report-mar-2005-june-2005.html">Mars 2005 -
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
The FreeBSD 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: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:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
encoding="iso-8859-1" method="html"/>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<body>
|
||||
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
The FreeBSD 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: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:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
encoding="iso-8859-1" method="html"/>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<html>
|
||||
<xsl:copy-of select="$header1"/>
|
||||
|
||||
<body xsl:use-attribute-sets="att.body">
|
||||
<body>
|
||||
|
||||
<div id="CONTAINERWRAP">
|
||||
<div id="CONTAINER">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!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 email 'freebsd-ppc'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.17
|
||||
Original revision: 1.18
|
||||
|
||||
Version francaise : Stephane Legrand <stephane@freebsd-fr.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="#2">Où trouver des paquetages pour
|
||||
FreeBSD/ppc?</a></li>
|
||||
<li><a href="#3">Qui contacter en cas de problème?</a></li>
|
||||
<li><a href="#3">Comment utiliser les logiciels portés sous
|
||||
FreeBSD/ppc?</a></li>
|
||||
<li><a href="#4">Qui contacter en cas de problème?</a></li>
|
||||
</ol>
|
||||
|
||||
<h4><a name="1">Comment installer FreeBSD/ppc?</a></h4>
|
||||
|
||||
<p>Des images ISO sont disponibles au téléchargement
|
||||
<p>Des images ISO 7.0-CURRENT sont disponibles au téléchargement
|
||||
à cette <a
|
||||
href="http://people.freebsd.org/~grehan/ppc_iso">adresse</a>. La
|
||||
dernière version est disponible <a
|
||||
|
@ -82,8 +84,20 @@
|
|||
trouver quelques paquetages <a
|
||||
href="http://people.freebsd.org/~grehan/ppc_pkgs/">ici</a> et <a
|
||||
href="http://people.freebsd.org/~arved/packages_powerpc/">ici</a>.
|
||||
Notez que ces paquetages ne sont pas à jour. Si possible, vous
|
||||
devriez plutôt utiliser les ports.</p>
|
||||
|
||||
<h4><a name="3">Qui contacter en cas de problème?</a></h4>
|
||||
<h4><a name="3">Comment utiliser les logiciels portés sous
|
||||
FreeBSD/ppc?</a></h4>
|
||||
|
||||
<p>La façon la plus simple d'utiliser les logiciels
|
||||
portés sous FreeBSD depuis 6.0-RELEASE est d'utiliser
|
||||
portsnap. Consultez le Manuel de réfé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és</a>.</p>
|
||||
|
||||
<h4><a name="4">Qui contacter en cas de problème?</a></h4>
|
||||
|
||||
<p><a href="mailto:grehan@FreeBSD.org">Peter Grehan</a> est le
|
||||
responsable du portage. Contactez le si vous pouvez participer au
|
||||
|
@ -217,25 +231,6 @@
|
|||
<pre>OK set currdev=hd:14
|
||||
OK load /boot/kernel/kernel.save</pre>
|
||||
</li>
|
||||
<li>Certains correctifs sont nécessaires pour compiler vos
|
||||
propres systè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>
|
||||
|
||||
<hr noshade>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!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ébutants'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.48
|
||||
Original revision: 1.49
|
||||
|
||||
Version francaise : Luc Vo Van
|
||||
Version francaise (mise a jour) : Nicolas Lecapitaine <Nicolas.Lecapitaine@chirec.be>
|
||||
|
@ -63,7 +63,7 @@
|
|||
|
||||
<ul>
|
||||
<li><p>Si vous ne l'avez pas encore installé, jetez un oeil sur la
|
||||
<a href="&u.rel.announce;">dernière distribution majeure.</a>.
|
||||
<a href="&enbase;/&u.rel.announce;">dernière distribution majeure.</a>.
|
||||
(Voir le Manuel de référence pour savoir pourquoi il ne faut <strong>PAS</strong>
|
||||
être tenté 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>,
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<!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 % navincludes SYSTEM "includes.navdownload.sgml"> %navincludes;
|
||||
<!ENTITY % navincludes SYSTEM "includes.navabout.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<!--
|
||||
The FreeBSD French Documentation Project
|
||||
Original revision: 1.14
|
||||
Original revision: 1.16
|
||||
|
||||
Version francaise : Guillaume Pauchet <gpauchet@greengroom.com>
|
||||
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
|
||||
|
@ -52,7 +52,7 @@
|
|||
|
||||
<p>Ces fichiers (généralement aux formats Texte et HTML) sont
|
||||
disponibles à 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és FreeBSD</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue