- 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.
56 lines
2.1 KiB
Text
56 lines
2.1 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD: www/fr/java/dists/15.sgml,v 1.4 2005/10/06 12:52:39 blackend Exp $">
|
|
<!ENTITY title "Projet &java; pour FreeBSD : &jdk; 1.5">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.3
|
|
|
|
Version francaise : Antoine Brodin <antoine.brodin@laposte.net>
|
|
-->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
|
|
<p>
|
|
<b>3 Septembre 2005 :</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
|
Lewis</a> a sorti le second jeu de correctifs (correctif de niveau 2,
|
|
"Tasmanian") pour le &jdk; 1.5.0. Ce jeu de correctifs est une
|
|
version de test béta qui est maintenant stable sur FreeBSD 4.X
|
|
et supporte Java Web Start ainsi que le greffon Java pour navigateur
|
|
(Mozilla et Firefox). Les versions récentes de FreeBSD sur les
|
|
architectures i386 et amd64 sont supportées. Pour savoir
|
|
comment télécharger ces correctifs, consultez la page <a
|
|
href="http://www.eyesbeyond.com/freebsddom/java/jdk15.html">http://www.eyesbeyond.com/freebsddom/java/jdk15.html</a>.
|
|
</p>
|
|
|
|
<p>
|
|
<b>7 Avril 2005 :</b> Le logiciel porté java/jdk15 a été
|
|
mis à jour pour qu'il compile sur FreeBSD 4.11/i386.
|
|
Malheureusement il subsiste de sérieux problèmes
|
|
à l'exécution sur cette plateforme.
|
|
</p>
|
|
|
|
<p>
|
|
<b>19 Janvier 2005 :</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
|
Lewis</a> a sorti le premier jeu de correctifs (correctif de niveau 1, "Sabretooth") pour le
|
|
&jdk; 1.5.0. Ce premier jeu de correctifs est destiné aux
|
|
testeurs et aux développeurs. Le jeu de correctifs supporte les versions
|
|
suivantes de FreeBSD -- <b>i386/5.3</b> et <b>amd64/5.3</b>.
|
|
Pour savoir comment télécharger ces correctifss, 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>
|
|
|