- 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.
		
	
			
		
			
				
	
	
		
			45 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
 | |
| <!ENTITY base CDATA "..">
 | |
| <!ENTITY date "$FreeBSD: www/ja/internal/statistic.sgml,v 1.18 2005/10/04 16:21:46 hrs Exp $">
 | |
| <!ENTITY title "FreeBSD Statistics">
 | |
| <!ENTITY % navinclude.docs "INCLUDE">
 | |
| ]>
 | |
| <!-- The FreeBSD Japanese Documantation Project -->
 | |
| <!-- Original revision: 1.17 -->
 | |
| 
 | |
| <html>
 | |
| &header;
 | |
| 
 | |
| <h2>ウェブ統計</h2>
 | |
| 
 | |
| <a name="analog"></a>
 | |
| <h4>Analog</h4>
 | |
| 
 | |
|    <p>このサーバのウェブ<a
 | |
|       href="http://www.FreeBSD.org/statistic/www.html">利用統計</a>
 | |
|       は、<a href="http://www.analog.cx/">Analog</a>
 | |
|       logfile analyser で毎日更新されています。</p>
 | |
| 
 | |
| <a name="releasestatistic"></a>
 | |
| <h2>FreeBSD リリース利用統計</h2>
 | |
| 
 | |
|     <p>
 | |
|     現在の FreeBSD リリース利用状況のスナップショットが
 | |
|     <a href="http://www.FreeBSD.org/statistic/release_usage/images/">
 | |
|     http://www.FreeBSD.org/statistic/release_usage/images/</a>にあります。
 | |
|     </p>
 | |
| 
 | |
| <h2>ftp.FreeBSD.org の FTP トラフィック</h2>
 | |
| 
 | |
| <p>
 | |
| 2000 年 9 月 29 日、
 | |
| <a href="http://www.terasolutions.com/pr0929.html">TeraSolutions and
 | |
| Lightning Internet Services</a> において 2TB
 | |
| を超えるトラフィック記録を樹立しました.<br>
 | |
| 以前の記録は 1999 年 5 月 23 日、wcarchive における 1.39 TB でした。
 | |
| 
 | |
| <p><A HREF="internal.html">FreeBSD Internal Home</a></p>
 | |
|     &footer;
 | |
| 
 | |
|   </body>
 | |
| </html>
 |