- 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.
		
	
			
		
			
				
	
	
		
			66 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
 | |
| <!ENTITY base CDATA "..">
 | |
| <!ENTITY date "$FreeBSD: www/ja/internal/mirror.sgml,v 1.17 2005/10/04 16:21:46 hrs Exp $">
 | |
| <!ENTITY title "Mirroring the FreeBSD Web Pages">
 | |
| <!ENTITY % navinclude.docs "INCLUDE">
 | |
| ]>
 | |
| <!-- The FreeBSD Japanese Documentation Project -->
 | |
| <!-- Original revision: 1.16 -->
 | |
| 
 | |
| <html>
 | |
| &header;
 | |
| 
 | |
| <p><tt>www.FreeBSD.org</tt>にあるFreeBSDのWebページをミラーする
 | |
| ことができます(また、奨励されてもいます)。
 | |
| 
 | |
| ミラーを行うには、<em>cvsup</em>というプログラムを入手してWeb
 | |
| サーバにインストールする必要があります。
 | |
| 
 | |
| <a href="../doc/ja_JP.eucJP/books/handbook/synching.html#CVSUP">CVSup</a> は、ネットワークを通じて
 | |
| ファイル群を配布・アップデートするためのソフトウェアパッケージです。</p>
 | |
| 
 | |
| <H2>CVSupをインストールする</H2>
 | |
| 
 | |
| <p>ビルドとインストールを行うために、以下のコマンドを実行して
 | |
| 下さい。</p>
 | |
| 
 | |
| <pre>
 | |
|  # cd /usr/ports/net/cvsup-bin
 | |
|  # make all install clean
 | |
| </pre>
 | |
| 
 | |
| <H2>CVSupを走らせる</H2>
 | |
| 
 | |
| <p>ミラーするFreeBSDのwebページを<tt>/usr/FreeBSD-mirror</tt>
 | |
| に置き、ユーザ`fred'に所有させたい場合、ユーザ`fred'になって
 | |
| 以下のコマンドを実行してください:</p>
 | |
| 
 | |
| <pre>
 | |
|      $ cvsup supfile-www
 | |
| </pre>
 | |
| 
 | |
| <tt>supfile-www</tt>ファイルには以下のような記述が含まれています:
 | |
| <pre>
 | |
|        *default host=cvsup.FreeBSD.org
 | |
|        *default prefix=/usr/FreeBSD-mirror
 | |
|        *default base=/usr/local/etc/cvsup
 | |
|        www release=current delete use-rel-suffix compress
 | |
| </pre>
 | |
| 
 | |
| <p>こうすればFreeBSDのwebページを<tt>/usr/FreeBSD-mirror</tt>
 | |
| にミラーすることができます。fredのcrontabにこのコマンドを
 | |
| 書き込めば、一日一回このコマンドを実行することもできるように
 | |
| なります。www.FreeBSD.orgは、毎日カリフォルニア時間の4:30amに
 | |
| ページを更新しています。</p>
 | |
| 
 | |
| <H2>CVSupに関する更なる情報</H2>
 | |
| 
 | |
| ハンドブックにある、<a href="../doc/ja_JP.eucJP/books/handbook/synching.html#CVSUP">CVSupの紹介</a>
 | |
| を見てください。
 | |
| 
 | |
| <p></p><A HREF="internal.html">FreeBSD Internal ホーム</a>
 | |
| 
 | |
| &footer;
 | |
| 
 | |
| </body>
 | |
| </html>
 |