aboutsummaryrefslogtreecommitdiff
path: root/fr_FR.ISO8859-1/htdocs/java/docs
diff options
context:
space:
mode:
Diffstat (limited to 'fr_FR.ISO8859-1/htdocs/java/docs')
-rw-r--r--fr_FR.ISO8859-1/htdocs/java/docs/Makefile19
-rw-r--r--fr_FR.ISO8859-1/htdocs/java/docs/faq.xml123
-rw-r--r--fr_FR.ISO8859-1/htdocs/java/docs/howtoports.xml33
-rw-r--r--fr_FR.ISO8859-1/htdocs/java/docs/newbies.xml29
-rw-r--r--fr_FR.ISO8859-1/htdocs/java/docs/performance.xml199
-rw-r--r--fr_FR.ISO8859-1/htdocs/java/docs/tutorials.xml29
6 files changed, 0 insertions, 432 deletions
diff --git a/fr_FR.ISO8859-1/htdocs/java/docs/Makefile b/fr_FR.ISO8859-1/htdocs/java/docs/Makefile
deleted file mode 100644
index 7978a41aef..0000000000
--- a/fr_FR.ISO8859-1/htdocs/java/docs/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-# The FreeBSD French Documentation Project
-# Original revision: 1.4
-
-.if exists(../Makefile.conf)
-.include "../Makefile.conf"
-.endif
-.if exists(../Makefile.inc)
-.include "../Makefile.inc"
-.endif
-
-DOCS = faq.xml
-DOCS+= howtoports.xml
-DOCS+= newbies.xml
-DOCS+= tutorials.xml
-DOCS+= performance.xml
-
-.include "${DOC_PREFIX}/share/mk/web.site.mk"
diff --git a/fr_FR.ISO8859-1/htdocs/java/docs/faq.xml b/fr_FR.ISO8859-1/htdocs/java/docs/faq.xml
deleted file mode 100644
index 56f3c102d8..0000000000
--- a/fr_FR.ISO8859-1/htdocs/java/docs/faq.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
-"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
-<!ENTITY title "Projet &java; pour FreeBSD : FAQ">
-]>
-
-<!--
- The FreeBSD French Documentation Project
- Original revision: 1.7
-
- Version francaise : 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 xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>&title;</title>
-
- <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
- </head>
-
- <body class="navinclude.developers">
-
- <h2>Contenu</h2>
- <ol>
- <li> <a href="#q1">Existe-t'il un &jdk; 1.3 pour FreeBSD ?</a></li>
- <li> <a href="#q2">Puis-je utiliser le port Linux du projet Blackdown ?</a></li>
- </ol>
- <h2>Les réponses </h2>
- <table border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td bgcolor="#990000" width="10">
- <font color="#FFFFFF"><a name="q1"> 1.</a></font>
- </td>
- <td align="left" valign="top" bgcolor="#ffcc66" colspan="3">
- Existe-t'il un &jdk; 1.3 pour FreeBSD ?
- </td>
- </tr>
- <tr>
- <td bgcolor="#990000" width="10"> <br/> </td>
- <td align="left" valign="top" colspan="3">
- Oui. Vous pouvez compiler un JDK FreeBSD natif &agrave; partir des sources, ou télécharger
- des binaires précompilés. Voir la page principale FreeBSD Java pour plus
- d'informations.
- </td>
- </tr>
- <tr bgcolor="#ffcc66">
- <td bgcolor="#990000" width="10"><br/></td>
- <td><font color="#990000"><strong>Précédent</strong></font></td>
- <td align="center"><font color="#990000"><strong>Haut de page</strong></font></td>
- <td align="right"><font color="#990000"><strong>Suivant</strong></font></td>
- </tr>
-<tr><td colspan="4"><br/></td></tr>
- <tr>
- <td bgcolor="#990000" width="10">
- <font color="#FFFFFF"><a name="q2"> 2.</a></font></td>
- <td align="left" valign="top" bgcolor="#ffcc66" colspan="3">
- Puis-je utiliser le port Linux du projet Blackdown ?
- </td>
- </tr>
- <tr>
- <td bgcolor="#990000" width="10"> <br/> </td>
- <td align="left" valign="top" colspan="3">
- Plusieurs personnes ont réussi. Essayez les instructions suivantes :
- Télécharger l'archive et l'extraire dans un répertoire. Appliquer ensuite le diff suivant : <br/>
- <pre>
- --- bin/.java_wrapper.dist Thu Jun 3 01:14:34 1999
- +++ bin/.java_wrapper Thu Oct 14 19:17:11 1999
- @@ -31,8 +31,8 @@
- # Resolve symlinks. See 4152645.
- while [ -h "$PRG" ]; do
- ls=`/bin/ls -ld "$PRG"`
- - link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- - if /usr/bin/expr "$link" : '/' > /dev/null; then
- + link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- + if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"
- @@ -63,7 +63,7 @@
- # Select vm type (if classic vm, also select thread type).
- unset vmtype
- unset ttype
- -DEFAULT_THREADS_FLAG=native
- +DEFAULT_THREADS_FLAG=green
- if [ "x$1" = "x-hotspot" ]; then
- vmtype=hotspot
- ttype=native_threads
- --- jre/bin/.java_wrapper.dist Thu Jun 3 01:14:34 1999
- +++ jre/bin/.java_wrapper Thu Oct 14 19:32:06 1999
- @@ -31,8 +31,8 @@
- # Resolve symlinks. See 4152645.
- while [ -h "$PRG" ]; do
- ls=`/bin/ls -ld "$PRG"`
- - link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- - if /usr/bin/expr "$link" : '/' > /dev/null; then
- + link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
- + if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
- PRG="$link"
- else
- PRG="`/usr/bin/dirname $PRG`/$link"
- @@ -63,7 +63,7 @@
- # Select vm type (if classic vm, also select thread type).
- unset vmtype
- unset ttype
- -DEFAULT_THREADS_FLAG=native
- +DEFAULT_THREADS_FLAG=green
- if [ "x$1" = "x-hotspot" ]; then
- vmtype=hotspot
- ttype=native_threads</pre><br/>
- Thanks to Makoto MATSUSHITA (matusita@ics.es.osaka-u.ac.jp)
- </td>
- </tr>
- <tr bgcolor="#ffcc66">
- <td bgcolor="#990000" width="10"><br/></td>
- <td><font color="#990000"><strong>Précédent</strong></font></td>
- <td align="center"><font color="#990000"><strong>Haut de page</strong></font></td>
- <td align="right"><font color="#990000"><strong>Suivant</strong></font></td>
- </tr>
- </table>
-</body>
-</html>
diff --git a/fr_FR.ISO8859-1/htdocs/java/docs/howtoports.xml b/fr_FR.ISO8859-1/htdocs/java/docs/howtoports.xml
deleted file mode 100644
index 6be7f02faf..0000000000
--- a/fr_FR.ISO8859-1/htdocs/java/docs/howtoports.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
-"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
-<!ENTITY title "Projet &java; pour FreeBSD : Comment réaliser un port">
-<!ENTITY url.books "&enbase;/doc/en_US.ISO8859-1/books">
-]>
-
-<!--
- The FreeBSD French Documentation Project
- Original revision: 1.7
-
- Version francaise : Mickael Maindron <mike@iskream.com>
- Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
- Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>&title;</title>
-
- <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
- </head>
-
- <body class="navinclude.developers">
-
-<p>Des instructions plus générales peuvent être trouvées dans le
- <a href="&url.books;/porters-handbook/index.html">Manuel du Porteur d'Applications</a>.</p>
-<p>Pour les ports &java;, veuillez vous référer &agrave; la section
- <a href="&url.books;/porters-handbook/using-java.html">Utiliser Java</a>.</p>
-<p>Plus nous aurons d'applications portées, mieux ce sera.</p>
-
-</body>
-</html>
diff --git a/fr_FR.ISO8859-1/htdocs/java/docs/newbies.xml b/fr_FR.ISO8859-1/htdocs/java/docs/newbies.xml
deleted file mode 100644
index 3be615288c..0000000000
--- a/fr_FR.ISO8859-1/htdocs/java/docs/newbies.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
-"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
-<!ENTITY title "Projet &java; pour FreeBSD : Guide pour les débutants">
-]>
-
-<!--
- The FreeBSD French Documentation Project
- Original revision: 1.5
-
- Version francaise : Stephane Legrand <stephane@freebsd-fr.org>
- Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>&title;</title>
-
- <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
- </head>
-
- <body class="navinclude.developers">
-<p>Quel sorte de &quot;débutant&quot; êtes-vous ?</p>
-
-<p><b>Débutant sur le &jdk; de FreeBSD ?</b> -- <a href="../install.html">Apprenez comment installer le JDK</a></p>
-<p><b>Débutant en &java; ?</b> -- Apprenez Java en utilisant un <a href="tutorials.html">guide</a> ou un <a href="documentation.html">livre</a>. Un des ouvrages le plus souvent recommandé est <a href="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</a> de Bruce Eckel.</p>
-
-</body>
-</html>
diff --git a/fr_FR.ISO8859-1/htdocs/java/docs/performance.xml b/fr_FR.ISO8859-1/htdocs/java/docs/performance.xml
deleted file mode 100644
index c2782a3bf1..0000000000
--- a/fr_FR.ISO8859-1/htdocs/java/docs/performance.xml
+++ /dev/null
@@ -1,199 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
-"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
-<!ENTITY title "Projet &java; pour FreeBSD : Comparaison des Performances">
-]>
-
-<!--
- The FreeBSD French Documentation Project
- Original revision: 1.3
-
- Version francaise : 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 xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>&title;</title>
-
- <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
- </head>
-
- <body class="navinclude.developers">
-
-<h3>Introduction :</h3>
-<p>La décision de Sun de sortir une version officielle de Java
-pour Linux a déclenché beaucoup de discussions. Cette étude a
-été réalisée pour comparer les performances actuelles du
-port Linux <a href="http://www.blackdown.org">Blackdown</a> avec le
-<a href="http://www.FreeBSD.org/java/">port FreeBSD</a>
-du &jdk;.</p>
-
-<h3>Résumé :</h3>
-<p>Le port Linux est plus rapide que le port FreeBSD, même lorsque le JIT est pris
-en compte. Pour les applications graphiques intensives, tous les tests FreeBSD sont
-plus rapides que pour Linux, TYA pour FreeBSD étant le plus rapide de tous. La comparaison
-du port Linux et du port FreeBSD, sans JIT dans les deux cas, montre que FreeBSD est
-plus rapide. Nous pouvons en conclure que, sous FreeBSD, la conception du JIT
-fait la différence en ce qui concerne la vitesse. </p>
-
-
-<h3>Les méthodes de tests :</h3>
-<p>Tous les tests ont été réalisés sur FreeBSD 3.4-RC (Mardi 7 Dec 09:14:51 EST 1999) sur un
-Bi-Pentium 200 avec 128 Mo de RAM. Les tests ont été conduits avec
-le logiciel <a href="http://www.webfayre.com/pendragon/cm3/index.html">
-Caffeine Mark</a> 3.0 de Pendragon Software et avec l'option "Exécuter tous les test en local".</p>
-
-<h3>Versions des logiciels :</h3>
-<p>Voici la liste des logiciels utilisés dans ce test :
-<br/>FreeBSD JDK 1.1.8
-<br/>JDK 1.2.2-RC3 de Blackdown (sous émulation Linux)
-<br/><a href="http://www.shudo.net/jit/">ShuJIT</a> 0.3.13
-<br/><a href="ftp://gonzalez.cyberus.ca/pub/Linux/java/tya15.tgz">TYA</a> 1.5
-</p>
-
-<h3>Résumé des résultats</h3>
-<table class="tblbasic">
-<tr>
-<th></th>
-<th>Test 1</th>
-<th>Test 2</th>
-<th>Test 3</th>
-<th>Test 4</th>
-<th>Test 5</th>
-<th>Moyenne</th>
-</tr>
-<tr>
-<td>Linux JDK 1.2.2/sans JIT</td>
-<td>222</td>
-<td>223</td>
-<td>224</td>
-<td>225</td>
-<td>222</td>
-<td>223</td>
-</tr>
-<tr>
-<td>FreeBSD JDK 1.1.8/sans JIT</td>
-<td>247</td>
-<td>247</td>
-<td>247</td>
-<td>250</td>
-<td>247</td>
-<td>246</td>
-</tr>
-<tr>
-<td>Linux JDK 1.2.2/JIT standard</td>
-<td>539</td>
-<td>550</td>
-<td>543</td>
-<td>544</td>
-<td>535</td>
-<td>542</td>
-</tr>
-<tr>
-<td>FreeBSD JDK 1.1.8/shujit</td>
-<td>373</td>
-<td>376</td>
-<td>369</td>
-<td>374</td>
-<td>373</td>
-<td>373</td>
-</tr>
-<tr>
-<td>FreeBSD JDK 1.1.8/TYA</td>
-<td>478</td>
-<td>477</td>
-<td>478</td>
-<td>479</td>
-<td>483</td>
-<td>479</td>
-</tr>
-</table>
-
-<h3>Extraits des résultats détaillés :</h3>
-<table class="tblbasic">
-<tr>
-<th></th>
-<th>Sieve</th>
-<th>Boucles</th>
-<th>Logiques</th>
-<th>Chaînes de caractères</th>
-<th>Flottants</th>
-<th>Méthodes</th>
-<th>Graphiques</th>
-<th>Images</th>
-<th>Dialogues</th>
-</tr>
-<tr>
-<td>Linux JDK 1.2.2/sans JIT</td>
-<td>380</td>
-<td>434</td>
-<td>433</td>
-<td>489</td>
-<td>363</td>
-<td>337</td>
-<td>306</td>
-<td>25</td>
-<td>40</td>
-</tr>
-<tr>
-<td>FreeBSD JDK 1.1.8/sans JIT</td>
-<td>318</td>
-<td>456</td>
-<td>434</td>
-<td>393</td>
-<td>381</td>
-<td>381</td>
-<td>344</td>
-<td>77</td>
-<td>37</td>
-</tr>
-<tr>
-<td>Linux JDK 1.2.2/JIT standard</td>
-<td>1361</td>
-<td>2005</td>
-<td>3354</td>
-<td>872</td>
-<td>1161</td>
-<td>1802</td>
-<td>247</td>
-<td>28</td>
-<td>40</td>
-</tr>
-<tr>
-<td>FreeBSD JDK 1.1.8/shujit</td>
-<td>800</td>
-<td>1566</td>
-<td>2191</td>
-<td>588</td>
-<td>1010</td>
-<td>101</td>
-<td>317</td>
-<td>79</td>
-<td>37</td>
-</tr>
-<tr>
-<td>FreeBSD JDK 1.1.8/TYA</td>
-<td>712</td>
-<td>1467</td>
-<td>2352</td>
-<td>949</td>
-<td>1078</td>
-<td>512</td>
-<td>357</td>
-<td>74</td>
-<td>38</td>
-</tr>
-</table>
-
-<h3>Conclusion :</h3>
-<p>De nouvelles versions des logiciels utilisés pour ces tests sont sorties depuis
- qu'ils ont été réalisés. Pour cette raison, ces tests seront &agrave; nouveau effectués prochainement
-pour voir si les nouveaux JITs pour FreeBSD modifient les résultats.
-Les même JITs seront utilisés avec le JDK pour Linux afin de tester également leur effet.</p>
-
-<h3>Testeur :</h3>
-<p>Ces tests ont été conduits par Patrick Gardella <a href="mailto:patrick@FreeBSD.org">patrick@FreeBSD.org</a> en Décembre 1999.</p>
-</body>
-</html>
diff --git a/fr_FR.ISO8859-1/htdocs/java/docs/tutorials.xml b/fr_FR.ISO8859-1/htdocs/java/docs/tutorials.xml
deleted file mode 100644
index 267a658590..0000000000
--- a/fr_FR.ISO8859-1/htdocs/java/docs/tutorials.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
-"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
-<!ENTITY title "Projet &java; pour FreeBSD : Guides">
-]>
-
-<!--
- The FreeBSD French Documentation Project
- Original revision: 1.6
-
- Version francaise : Xavier Blanvarlet <xavier.blanvarlet@partners-info.com>
- Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
- Version francaise (mise a jour) : Antoine Brodin <antoine.brodin@laposte.net>
--->
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>&title;</title>
-
- <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
- </head>
-
- <body class="navinclude.developers">
-<p>Actuellement, nous n'avons aucun guide spécifique &agrave; FreeBSD. Si vous aimeriez en voir un, envoyez un message &agrave; <a href="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</a>.</p>
-
-<p>D'autres guides peuvent être trouvés <a href="../links/tutorials.html">ici</a>.</p>
-
-</body>
-</html>