doc/fr/java/dists/index.sgml
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

61 lines
2.4 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/fr/java/dists/index.sgml,v 1.6 2005/10/06 12:56:04 blackend Exp $">
<!ENTITY title "Projet &java; pour FreeBSD : Distributions">
<!ENTITY % navinclude.developers "INCLUDE">
]>
<!--
The FreeBSD French Documentation Project
Original revision: 1.8
Version francaise : Mickael Maindron <mike@iskream.com>
Version francaise (mise a jour) : Stephane Legrand <stephane@freebsd-fr.org>
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
-->
<html>
&header;
<table border="0">
<tr>
<td>
<table width="100%" border="0">
<tr>
<td>
C'est le portage officiel du Kit de D&eacute;veloppement &java; (JDK) de Sun pour FreeBSD. Aucun bug significatif n'est connu pour le moment mais aucune garantie n'est donn&eacute;e en ce qui concerne son usage. Cependant, beaucoup de soci&eacute;t&eacute;s comptent sur ce port, il doit donc &ecirc;tre assez s&ucirc;r d'utilisation.
</td>
<td>
<A HREF="http://java.sun.com"><IMG SRC="../j2j.gif" HSPACE=10 border="0" ALT="Jump to Java"></A>
</td>
</tr>
</table>
<H2>Support&eacute;s</H2>
<H3>&jdk; 1.1.x</H3>
<P>Nous avons actuellement un support disponible pour les syst&egrave;mes FreeBSD 2.2.x, 3.x et 4-CURRENT pour le <A HREF="11.html">JDK 1.1.8</A>. Le support pour les syst&egrave;mes X et non-X est inclus dans deux binaires diff&eacute;rents.
<H3>JDK 1.2.x</H3>
<P>Le support du <A HREF="12.html">JDK2 (ou 1.2)</A> est disponible.
<H3>JDK 1.3.x</H3>
<P>Le support du <A HREF="13.html">JDK 1.3</A> est disponible.
<H3>JDK 1.4.x</H3>
<P>Le support du <A HREF="14.html">JDK 1.4</A> est disponible. Les versions
actuellement support&eacute;es sont FreeBSD 4.8 et sup&eacute;rieures.
<H3>JDK 1.5.x</H3>
<P>Le support du <A HREF="15.html">JDK 1.5</A> est disponible. Les versions
actuellement support&eacute;es sont FreeBSD 5.3 (architectures i386 et amd64).
<H2>Non support&eacute;</H2>
<H3>JDK 1.0.x</H3>
<P>Il existe un ancien port du <A HREF="10.html">JDK 1.0.2</A>. Il est au format a.out et fonctionne sur les anciens syst&egrave;mes FreeBSD (2.1.x et 2.2.x). <B>Ce port n'est pas support&eacute;</B>
<P>Tout ce qui est ant&eacute;rieur &agrave; FreeBSD 2.2 (comme FreeBSD 2.1.7.1) n'est pas suppport&eacute; non plus pour les JDK 1.1.8 ou JDK 1.2.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>