New translations.

fr/java/dists/15.sgml: MFen 1.1
  fr/platforms/i386.sgml: MFen 1.4

Submitted by: Antoine Brodin < antoine point brodin AROB laposte point net >
This commit is contained in:
Stephane Legrand 2005-01-24 13:27:22 +00:00
parent cbeeadc1ee
commit 6c780f2fc2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23632
4 changed files with 117 additions and 4 deletions

39
fr/java/dists/15.sgml Normal file
View file

@ -0,0 +1,39 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY enbase "../&base;">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "Projet &java; pour FreeBSD : &jdk; 1.5">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!--
The FreeBSD French Documentation Project
Original revision: 1.1
Version francaise : Antoine Brodin <antoine.brodin@laposte.net>
-->
<html>
&header;
<table border="0">
<tr>
<td>
<p>
<b>19 Janvier 2005 :</b> <a href="mailto:glewis@FreeBSD.org">Greg
Lewis</a> a sorti le premier jeu de patches (patch niveau 1) pour le
&jdk;&nbsp;1.5.0. C'est un premier jeu de patches destin&eacute; aux
testeurs et aux developpeurs. Le jeu de patches supporte les versions
suivantes de FreeBSD -- <b>i386/5.3</b> et <b>amd64/5.3</b>. Bien que
FreeBSD 4.10-RELEASE ait &eacute;t&eacute; &eacute;galement test&eacute;, il subsiste des
probl&egrave;mes importants. Pour savoir comment t&eacute;l&eacute;charger ces patches, consultez la page
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk15.html">http://www.eyesbeyond.com/freebsddom/java/jdk15.html</a>.
</p>
</td>
</tr>
</TABLE>
&footer;
</BODY></HTML>

View file

@ -1,7 +1,7 @@
# $FreeBSD$
# $FreeBSD: www/fr/java/dists/Makefile,v 1.1 2003/05/25 13:53:13 stephane Exp $
# The FreeBSD French Documentation Project
# Original revision: 1.5
# Original revision: 1.6
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -15,6 +15,7 @@ DOCS+= 11.sgml
DOCS+= 12.sgml
DOCS+= 13.sgml
DOCS+= 14.sgml
DOCS+= 15.sgml
DOCS+= index.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"