- 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.
51 lines
1.5 KiB
Text
51 lines
1.5 KiB
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "..">
|
|
<!ENTITY date "$FreeBSD: www/fr/internal/statistic.sgml,v 1.5 2005/10/06 12:56:04 blackend Exp $">
|
|
<!ENTITY title "Statistiques FreeBSD">
|
|
<!ENTITY % navinclude.docs "INCLUDE">
|
|
]>
|
|
|
|
<!--
|
|
The FreeBSD French Documentation Project
|
|
Original revision: 1.17
|
|
|
|
Version francaise : Guillain
|
|
Version francaise (mise a jour) : Vincent Tougait <viny@scientiae.net>
|
|
-->
|
|
|
|
<html>
|
|
&header;
|
|
|
|
<h2>Statistiques web</h2>
|
|
|
|
<a name="analog"></a>
|
|
<h4>Analog</h4>
|
|
|
|
<p>Les <a href="http://www.FreeBSD.org/statistic/www.html">statistiques
|
|
d'utilisation</a> du serveur www.FreeBSD.org sont mises à jour quotidiennement
|
|
avec l'outil <a href="http://www.analog.cx/">Analog</a>.</p>
|
|
|
|
|
|
<a name="releasestatistic"></a>
|
|
<h2>Statistiques d'utilisation des versions de FreeBSD</h2>
|
|
|
|
<p>Un graphique sur l'utilisation actuelle des versions de FreeBSD est disponible sur
|
|
<a href="http://www.FreeBSD.org/statistic/release_usage/images/">
|
|
http://www.FreeBSD.org/statistic/release_usage/images/</a>.
|
|
</p>
|
|
|
|
<h2>Trafic FTP sur ftp.FreeBSD.org</h2>
|
|
|
|
<p>
|
|
Nous avons établi un nouveau record de trafic pour
|
|
<a href="http://www.terasolutions.com/pr0929.html">TeraSolutions et
|
|
Lightning Internet Services</a> le 29 septembre 2000, avec plus de 2 Teraoctets.<br>
|
|
Le précédent record était pour
|
|
wcarchive le 23 mai 1999 avec 1,39 Teraoctets.
|
|
</p>
|
|
|
|
<p></p><A HREF="internal.html">Les coulisses de FreeBSD</a>
|
|
&footer;
|
|
|
|
</body>
|
|
</html>
|