Update of /cvsroot/fink/web/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22328/web/doc

Modified Files:
        doc.en.html doc.fr.html doc.ja.html doc.zh.html index.en.php 
        index.fr.php index.ja.php index.zh.php nav.en.inc nav.fr.inc 
        nav.ja.inc nav.zh.inc 
Added Files:
        readme.en.html readme.en.php readme.fr.html readme.fr.php 
        readme.ja.html readme.ja.php readme.php readme.zh.html 
        readme.zh.php 
Log Message:
solve problem with readme.php by relocating readme.* from doc/bundled/ into
doc/.  also fix all links and nav items which point there.


--- NEW FILE: readme.en.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink ReadMe</title></head><body>
<table width="100%" cellspacing="0">
<tr valign="bottom">
<td align="center">
Available Languages:  | 
English | 
<a href="readme.fr.html">Fran&ccedil;ais</a> | 
<a href="readme.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
<a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
</td>
</tr>
</table>
<h1 align="center">Fink ReadMe</h1>
<p>
This is Fink, a package management system that aims to bring the full
world of Open Source software to Darwin and Mac OS X.
</p>
<p>
With the help of dpkg, it maintains a separate directory hierarchy.
It downloads original source releases, patches them if necessary,
configures them for Darwin and compiles and installs them.
The information about available packages and the necessary patches
(the "package descriptions") are maintained separately, but are
usually included with this distribution.
The actual source code is downloaded from the Internet as necessary.
</p>
<p>
Although Fink cannot be considered "mature" and it has some rough
edges and lacking features, it is successfully used by a large number
of people.
Please read the instructions carefully and don't be surprised if
something doesn't work as expected.
There are good explanations for most failures; check the website if
you need help.
</p>
<p>
Fink is released under the terms of the GNU General Public License.
See the file COPYING for details.
</p>
<h3><a name="readme.req">Requirements</a></h3>
<p>
You need:
</p>
<ul>
<li><p>
An installed Mac OS X system, version 10.0 or later.
(There may still be some stray linker-related problems with 10.1.)
Darwin 1.3.1 should also work, but this has not been tested.
Earlier versions of both will <b>not</b> work.
</p></li>
<li><p>
Development tools.
On Mac OS X, install the Developer.pkg package from the Developer
Tools CD.
Make sure that the tools you install match your Mac OS X version.
On Darwin, the tools should be present in the default install.
</p></li>
<li><p>
Internet access.
All source code is downloaded from mirror sites.
</p></li>
<li><p>
Patience.
Compiling several big packages takes time.
I'm talking hours or even days here.
</p></li>
</ul>
<h3><a name="readme.install">Installation</a></h3>
<p>
The installation process is described in detail in the file
INSTALL.
Please read it first, the process is non-trivial.
It also describes the upgrade procedure.
</p>
<h3><a name="readme.usage">Using Fink</a></h3>
<p>
The file USAGE describes how to set your paths and how to install and
remove packages.
It also has a complete list of available commands.
</p>
<h3><a name="readme.questions">Further Questions?</a></h3>
<p>
If the documentation included here doesn't answer your question,
stroll over to the Fink website at
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>
and check out the Help page there:
<a href="http://fink.sourceforge.net/help/";>http://fink.sourceforge.net/help/</a>.
It will point you at the other documentation that is available and
sources for support if you need it.
</p>
<p>
If you'd like to contribute to Fink, the Help page mentioned above
also has a list of things you can do, like testing or creating
packages.
</p>
<h3><a name="readme.uptodate">Staying Informed</a></h3>
<p>
The project's website is at 
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>.
</p>
<p>
To be informed of new releases, go to
<a 
href="http://fink.sourceforge.net/lists/fink-announce.php";>http://fink.sourceforge.net/lists/fink-announce.php</a>
and subscribe to the fink-announce mailing list.
The list is moderated and low-traffic.
</p>
<hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
Copyright (c) 2001-2004 The Fink Project.
You may distribute this document in print for private purposes,
provided the document and this copyright notice remain complete and
unmodified. Any commercial reproduction and any online publication
requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
readme.en.xml,v 1.3 2004/03/12 09:25:16 michga Exp $</i></p></body></html>

--- NEW FILE: readme.en.php ---
<?
$title = "ReadMe";
$cvs_author = 'Author: michga';
$cvs_date = 'Date: 2004/03/12 09:25:16';
$metatags = '';

include_once "header.inc";
?>

<h1>Fink ReadMe</h1><!--Generated from $Fink: readme.en.xml,v 1.3 2004/03/12 09:25:16 
michga Exp $-->
<p>
This is Fink, a package management system that aims to bring the full
world of Open Source software to Darwin and Mac OS X.
</p>
<p>
With the help of dpkg, it maintains a separate directory hierarchy.
It downloads original source releases, patches them if necessary,
configures them for Darwin and compiles and installs them.
The information about available packages and the necessary patches
(the "package descriptions") are maintained separately, but are
usually included with this distribution.
The actual source code is downloaded from the Internet as necessary.
</p>
<p>
Although Fink cannot be considered "mature" and it has some rough
edges and lacking features, it is successfully used by a large number
of people.
Please read the instructions carefully and don't be surprised if
something doesn't work as expected.
There are good explanations for most failures; check the website if
you need help.
</p>
<p>
Fink is released under the terms of the GNU General Public License.
See the file COPYING for details.
</p>
<h2><a name="req">Requirements</a></h2>
<p>
You need:
</p>
<ul>
<li><p>
An installed Mac OS X system, version 10.0 or later.
(There may still be some stray linker-related problems with 10.1.)
Darwin 1.3.1 should also work, but this has not been tested.
Earlier versions of both will <b>not</b> work.
</p></li>
<li><p>
Development tools.
On Mac OS X, install the Developer.pkg package from the Developer
Tools CD.
Make sure that the tools you install match your Mac OS X version.
On Darwin, the tools should be present in the default install.
</p></li>
<li><p>
Internet access.
All source code is downloaded from mirror sites.
</p></li>
<li><p>
Patience.
Compiling several big packages takes time.
I'm talking hours or even days here.
</p></li>
</ul>
<h2><a name="install">Installation</a></h2>
<p>
The installation process is described in detail in the file
INSTALL.
Please read it first, the process is non-trivial.
It also describes the upgrade procedure.
</p>
<h2><a name="usage">Using Fink</a></h2>
<p>
The file USAGE describes how to set your paths and how to install and
remove packages.
It also has a complete list of available commands.
</p>
<h2><a name="questions">Further Questions?</a></h2>
<p>
If the documentation included here doesn't answer your question,
stroll over to the Fink website at
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>
and check out the Help page there:
<a href="http://fink.sourceforge.net/help/";>http://fink.sourceforge.net/help/</a>.
It will point you at the other documentation that is available and
sources for support if you need it.
</p>
<p>
If you'd like to contribute to Fink, the Help page mentioned above
also has a list of things you can do, like testing or creating
packages.
</p>
<h2><a name="uptodate">Staying Informed</a></h2>
<p>
The project's website is at 
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>.
</p>
<p>
To be informed of new releases, go to
<a 
href="http://fink.sourceforge.net/lists/fink-announce.php";>http://fink.sourceforge.net/lists/fink-announce.php</a>
and subscribe to the fink-announce mailing list.
The list is moderated and low-traffic.
</p>


<? include_once "footer.inc"; ?>

--- NEW FILE: readme.fr.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink Lisez-moi</title></head><body>
<table width="100%" cellspacing="0">
<tr valign="bottom">
<td align="center">
Available Languages:  | 
<a href="readme.en.html">English</a> | 
Fran&ccedil;ais | 
<a href="readme.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
<a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
</td>
</tr>
</table>
<h1 align="center">Fink Lisez-moi</h1>
    <p>
Voici Fink, un système de gestion de paquets qui a pour but d'ouvrir toutes grandes 
les portes du monde des logiciels Open Source à  Darwin et Mac OS X.
</p>
    <p>
Grâce à  dpkg, il maintient une hiérarchie de répertoires dédiés.
Il récupère les versions sources originales, leur applique éventuellement des 
rustines, les configure pour Darwin, les compile et les installe.
Les informations concernant les paquets disponibles et les rustines nécessaires (les 
"descriptions de paquets") sont gérées séparément, bien qu'elles soient 
généralement incluses dans cette distribution.
Le code source est, quant à  lui, récupéré sur Internet, si nécessaire.
</p>
    <p>
Bien que Fink ne puisse être considéré comme "mature", qu'il comporte quelques 
aspects non polis et que certaines fonctionnalités lui fassent défaut, un grand 
nombre de personnes l'utilisent sans problèmes.
Lisez soigneusement les instructions et ne soyez pas surpris si quelque chose ne 
fonctionne pas exactement comme prévu.
Il existe des explications détaillées pour la plupart des dysfonctionnements ; voyez 
le site web en cas de besoin.
</p>
    <p>
Fink est distribué sous licence Publique Générale GNU. 
Voir le fichier COPYING pour plus d'informations.
</p>
  <h3><a name="readme.req">Configuration requise</a></h3>
    
    <p>
Vous devez disposer :
</p>
    <ul>
      <li>
        <p>
D'un système Mac OS X installé, version 10.0 ou postérieure (il peut y avoir 
quelques problèmes relatifs à  l'édition de liens avec 10.1).
Darwin 1.3.1 devrait aussi fonctionner, mais il n'a pas été testé.
Il est <b>impossible</b> de faire fonctionner Fink sous des versions antérieures de 
l'un ou l'autre de ces systèmes.
</p>
      </li>
      <li>
        <p>
Des outils de développement.
Sous Mac OS X, installez le paquet Developer.pkg à partir du CD Developer
Tools.
Vérifiez que la version des outils de développement que vous installez correspond 
à  celle de Mac OS X.
Sous Darwin, les outils de développement sont inclus dans l'installation par 
défaut.</p>
      </li>
      <li>
        <p>
D'un accès Internet.
Tous les sources sont chargés à partir des sites miroirs.
</p>
      </li>
      <li>
        <p>
De la patience.
Compiler plusieurs gros paquets prend du temps.
Il peut s'agir de plusieurs heures, voire de plusieurs jours.
</p>
      </li>
    </ul>
  <h3><a name="readme.install">Installation</a></h3>
    
    <p>
Le processus d'installation est décrit en détail dans le fichier INSTALL.
Veuillez le lire avant de faire quoi que ce soit, ce processus n'est pas trivial.
Le fichier décrit aussi la procédure de mise à  jour.
</p>
  <h3><a name="readme.usage">Utilisation de Fink</a></h3>
    
    <p>
Le fichier USAGE explique comment définir les chemins nécessaires et comment 
installer et désinstaller des paquets.
Il comprend aussi une liste complète des commandes disponibles.
</p>
  <h3><a name="readme.questions">Autres questions</a></h3>
    
    <p>
Si la documentation incluse ne répond pas à  vos questions, allez sur le site web 
de Fink <a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a> et 
consultez la page Aide :
<a href="http://fink.sourceforge.net/help/";>http://fink.sourceforge.net/help/</a>.
Elle vous conduira au reste de la documentation disponible et à d'autres sources de 
support, le cas échéant.
</p>
    <p>
Si vous voulez apporter votre contribution à Fink, la page Aide mentionnée ci-dessus 
contient également une liste de tâches à réaliser, tels les tests et la création 
de paquets.
</p>
  <h3><a name="readme.uptodate">Dernières nouvelles</a></h3>
    
    <p>
La page du projet se trouve sur <a 
href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>.
</p>
    <p>
Pour vous tenir informé des dernières versions, allez à <a 
href="http://fink.sourceforge.net/lists/fink-announce.php";>http://fink.sourceforge.net/lists/fink-announce.php</a>
et abonnez-vous à la liste de diffusion fink-announce. 
La liste est modérée et son trafic est très faible.
</p>
  <hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
Copyright (c) 2001-2004 The Fink Project.
You may distribute this document in print for private purposes,
provided the document and this copyright notice remain complete and
unmodified. Any commercial reproduction and any online publication
requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
readme.fr.xml,v 1.4 2004/03/07 07:11:09 michga Exp $</i></p></body></html>

--- NEW FILE: readme.fr.php ---
<?
$title = "Lisez-moi";
$cvs_author = 'Author: michga';
$cvs_date = 'Date: 2004/03/07 07:11:09';
$metatags = '';

include_once "header.inc";
?>

<h1>Fink Lisez-moi</h1><!--Generated from $Fink: readme.fr.xml,v 1.4 2004/03/07 
07:11:09 michga Exp $-->
    <p>
Voici Fink, un système de gestion de paquets qui a pour but d'ouvrir toutes grandes 
les portes du monde des logiciels Open Source à  Darwin et Mac OS X.
</p>
    <p>
Grâce à  dpkg, il maintient une hiérarchie de répertoires dédiés.
Il récupère les versions sources originales, leur applique éventuellement des 
rustines, les configure pour Darwin, les compile et les installe.
Les informations concernant les paquets disponibles et les rustines nécessaires (les 
"descriptions de paquets") sont gérées séparément, bien qu'elles soient 
généralement incluses dans cette distribution.
Le code source est, quant à  lui, récupéré sur Internet, si nécessaire.
</p>
    <p>
Bien que Fink ne puisse être considéré comme "mature", qu'il comporte quelques 
aspects non polis et que certaines fonctionnalités lui fassent défaut, un grand 
nombre de personnes l'utilisent sans problèmes.
Lisez soigneusement les instructions et ne soyez pas surpris si quelque chose ne 
fonctionne pas exactement comme prévu.
Il existe des explications détaillées pour la plupart des dysfonctionnements ; voyez 
le site web en cas de besoin.
</p>
    <p>
Fink est distribué sous licence Publique Générale GNU. 
Voir le fichier COPYING pour plus d'informations.
</p>
  <h2><a name="req">Configuration requise</a></h2>
    
    <p>
Vous devez disposer :
</p>
    <ul>
      <li>
        <p>
D'un système Mac OS X installé, version 10.0 ou postérieure (il peut y avoir 
quelques problèmes relatifs à  l'édition de liens avec 10.1).
Darwin 1.3.1 devrait aussi fonctionner, mais il n'a pas été testé.
Il est <b>impossible</b> de faire fonctionner Fink sous des versions antérieures de 
l'un ou l'autre de ces systèmes.
</p>
      </li>
      <li>
        <p>
Des outils de développement.
Sous Mac OS X, installez le paquet Developer.pkg à partir du CD Developer
Tools.
Vérifiez que la version des outils de développement que vous installez correspond 
à  celle de Mac OS X.
Sous Darwin, les outils de développement sont inclus dans l'installation par 
défaut.</p>
      </li>
      <li>
        <p>
D'un accès Internet.
Tous les sources sont chargés à partir des sites miroirs.
</p>
      </li>
      <li>
        <p>
De la patience.
Compiler plusieurs gros paquets prend du temps.
Il peut s'agir de plusieurs heures, voire de plusieurs jours.
</p>
      </li>
    </ul>
  <h2><a name="install">Installation</a></h2>
    
    <p>
Le processus d'installation est décrit en détail dans le fichier INSTALL.
Veuillez le lire avant de faire quoi que ce soit, ce processus n'est pas trivial.
Le fichier décrit aussi la procédure de mise à  jour.
</p>
  <h2><a name="usage">Utilisation de Fink</a></h2>
    
    <p>
Le fichier USAGE explique comment définir les chemins nécessaires et comment 
installer et désinstaller des paquets.
Il comprend aussi une liste complète des commandes disponibles.
</p>
  <h2><a name="questions">Autres questions</a></h2>
    
    <p>
Si la documentation incluse ne répond pas à  vos questions, allez sur le site web 
de Fink <a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a> et 
consultez la page Aide :
<a href="http://fink.sourceforge.net/help/";>http://fink.sourceforge.net/help/</a>.
Elle vous conduira au reste de la documentation disponible et à d'autres sources de 
support, le cas échéant.
</p>
    <p>
Si vous voulez apporter votre contribution à Fink, la page Aide mentionnée ci-dessus 
contient également une liste de tâches à réaliser, tels les tests et la création 
de paquets.
</p>
  <h2><a name="uptodate">Dernières nouvelles</a></h2>
    
    <p>
La page du projet se trouve sur <a 
href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>.
</p>
    <p>
Pour vous tenir informé des dernières versions, allez à <a 
href="http://fink.sourceforge.net/lists/fink-announce.php";>http://fink.sourceforge.net/lists/fink-announce.php</a>
et abonnez-vous à la liste de diffusion fink-announce. 
La liste est modérée et son trafic est très faible.
</p>
  

<? include_once "footer.inc"; ?>

--- NEW FILE: readme.ja.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink ReadMe</title></head><body>
<table width="100%" cellspacing="0">
<tr valign="bottom">
<td align="center">
Available Languages:  | 
<a href="readme.en.html">English</a> | 
<a href="readme.fr.html">Fran&ccedil;ais</a> | 
&#26085;&#26412;&#35486; (Nihongo) | 
<a href="readme.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
</td>
</tr>
</table>
<h1 align="center">Fink ReadMe</h1>
<p>
Fink は Open Source ソフトウェアを Darwin と Mac OS 
X で使えるようにすることを目的としたパッケージ管理システムです。
</p>
<p>
dpkg 
を使うことで、独立したディレクトリハイエラルキーを保ってるシステムです。
主な機能として、元となるソースリリースをダウンロード、必要に応じたパッチ当て、
 Darwin 用の configure 、コンパイル、インストールを行います。
利用可能なパッケージと必要なパッチの情報 ("パッケージ詳細") 
は別々に管理され、通常この配布に含まれています。
実際のソースコードは必要に応じてインターネットからダウンロードされます。
</p>
<p>
Fink 
はまだ荒削りで機能不足なため「成熟」した状態にあるとは言えませんが、既に多くの人々に使われています。
使用方法をよく読み、たとえうまくいかなくても驚かないでください。
多くの問題は既に分析されていて、ウェブサイトに情報があります。
</p>
<p>
Fink は GNU General Public License の下で配布されています。
詳細は COPYING ファイルをご覧ください。
</p>
<h3><a name="readme.req">動作条件</a></h3>
<p>
以下が必要です:
</p>
<ul>
<li><p>
インストール済み Mac OS X システム、バージョン 10.0 以降。
(10.1 にリンカ関連の問題が多少残っています)
Darwin 1.3.1 
も動作すると思われますが、テストはされていません。
これより前のバージョンは<b>動作しません</b>。
</p></li>
<li><p>
開発ツール。
Mac OS X では Developer Tools CD から Developer.pkg 
パッケージをインストールして下さい。
このツールは Mac OS X 
バージョンに対応している必要があります。
Darwin 
では、デフォルトインストールでツールが揃っているはずです。
</p></li>
<li><p>
インターネットへの接続。
すべてのソースコードはミラーサイトからダウンロードされます。
</p></li>
<li><p>
忍耐。
コンパイル、特に大きなパッケージには時間がかかります。
数時間から数日かかることもあります。
</p></li>
</ul>
<h3><a name="readme.install">インストール</a></h3>
<p>
インストール方法は INSTALL ファイルに書かれています。
インストール方法は簡単ではないので、これを最初にお読みください。。
また、アップグレード方法も書かれています。
</p>
<h3><a name="readme.usage">Fink の使用方法</a></h3>
<p>
USAGE 
ファイルにパスの通し方やパッケージのインストールや削除方法が書かれています。
また、コマンド一覧も書かれています。
</p>
<h3><a name="readme.questions">質問?</a></h3>
<p>
If the documentation included here doesn't answer your question,
stroll over to the Fink website at
もしここにあるドキュメントで質問に答えていない場合、 Fink 
ウェブサイト
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>
に来て、ヘルプページを参照してください:
<a href="http://fink.sourceforge.net/help/";>http://fink.sourceforge.net/help/</a> 。
ここにほかのドキュメントやサポートの得られる場所についての情報が書かれています。
</p>
<p>
Fink 
に貢献をしたい場合、上記のヘルプページに、テストやパッケージ作成など、現在募集している内容一覧があります。
</p>
<h3><a name="readme.uptodate">告知</a></h3>
<p>
当プロジェクトのウェブサイトは
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>
です。
</p>
<p>
新しいリリースの情報は、
<a 
href="http://fink.sourceforge.net/lists/fink-announce.php";>http://fink.sourceforge.net/lists/fink-announce.php</a>
から fink-announce メーリングリストを購読してください。
このリストは受信専用で、トラフィック量は小さいです。
</p>
<hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
Copyright (c) 2001-2004 The Fink Project.
You may distribute this document in print for private purposes,
provided the document and this copyright notice remain complete and
unmodified. Any commercial reproduction and any online publication
requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
readme.ja.xml,v 1.2 2004/02/29 23:08:22 fingolfin Exp $</i></p></body></html>

--- NEW FILE: readme.ja.php ---
<?
$title = "ReadMe";
$cvs_author = 'Author: fingolfin';
$cvs_date = 'Date: 2004/02/29 23:08:22';
$metatags = '';

include_once "header.inc";
?>

<h1>Fink ReadMe</h1><!--Generated from $Fink: readme.ja.xml,v 1.2 2004/02/29 23:08:22 
fingolfin Exp $-->
<p>
Fink は Open Source ソフトウェアを Darwin と Mac OS 
X で使えるようにすることを目的としたパッケージ管理システムです。
</p>
<p>
dpkg 
を使うことで、独立したディレクトリハイエラルキーを保ってるシステムです。
主な機能として、元となるソースリリースをダウンロード、必要に応じたパッチ当て、
 Darwin 用の configure 、コンパイル、インストールを行います。
利用可能なパッケージと必要なパッチの情報 ("パッケージ詳細") 
は別々に管理され、通常この配布に含まれています。
実際のソースコードは必要に応じてインターネットからダウンロードされます。
</p>
<p>
Fink 
はまだ荒削りで機能不足なため「成熟」した状態にあるとは言えませんが、既に多くの人々に使われています。
使用方法をよく読み、たとえうまくいかなくても驚かないでください。
多くの問題は既に分析されていて、ウェブサイトに情報があります。
</p>
<p>
Fink は GNU General Public License の下で配布されています。
詳細は COPYING ファイルをご覧ください。
</p>
<h2><a name="req">動作条件</a></h2>
<p>
以下が必要です:
</p>
<ul>
<li><p>
インストール済み Mac OS X システム、バージョン 10.0 以降。
(10.1 にリンカ関連の問題が多少残っています)
Darwin 1.3.1 
も動作すると思われますが、テストはされていません。
これより前のバージョンは<b>動作しません</b>。
</p></li>
<li><p>
開発ツール。
Mac OS X では Developer Tools CD から Developer.pkg 
パッケージをインストールして下さい。
このツールは Mac OS X 
バージョンに対応している必要があります。
Darwin 
では、デフォルトインストールでツールが揃っているはずです。
</p></li>
<li><p>
インターネットへの接続。
すべてのソースコードはミラーサイトからダウンロードされます。
</p></li>
<li><p>
忍耐。
コンパイル、特に大きなパッケージには時間がかかります。
数時間から数日かかることもあります。
</p></li>
</ul>
<h2><a name="install">インストール</a></h2>
<p>
インストール方法は INSTALL ファイルに書かれています。
インストール方法は簡単ではないので、これを最初にお読みください。。
また、アップグレード方法も書かれています。
</p>
<h2><a name="usage">Fink の使用方法</a></h2>
<p>
USAGE 
ファイルにパスの通し方やパッケージのインストールや削除方法が書かれています。
また、コマンド一覧も書かれています。
</p>
<h2><a name="questions">質問?</a></h2>
<p>
If the documentation included here doesn't answer your question,
stroll over to the Fink website at
もしここにあるドキュメントで質問に答えていない場合、 Fink 
ウェブサイト
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>
に来て、ヘルプページを参照してください:
<a href="http://fink.sourceforge.net/help/";>http://fink.sourceforge.net/help/</a> 。
ここにほかのドキュメントやサポートの得られる場所についての情報が書かれています。
</p>
<p>
Fink 
に貢献をしたい場合、上記のヘルプページに、テストやパッケージ作成など、現在募集している内容一覧があります。
</p>
<h2><a name="uptodate">告知</a></h2>
<p>
当プロジェクトのウェブサイトは
<a href="http://fink.sourceforge.net/";>http://fink.sourceforge.net/</a>
です。
</p>
<p>
新しいリリースの情報は、
<a 
href="http://fink.sourceforge.net/lists/fink-announce.php";>http://fink.sourceforge.net/lists/fink-announce.php</a>
から fink-announce メーリングリストを購読してください。
このリストは受信専用で、トラフィック量は小さいです。
</p>


<? include_once "footer.inc"; ?>

--- NEW FILE: readme.php ---
<? include_once "../phpLang.inc.php"; ?>

--- NEW FILE: readme.zh.html ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: readme.zh.php ---
(This appears to be a binary file; contents omitted.)

Index: doc.en.html
===================================================================
RCS file: /cvsroot/fink/web/doc/doc.en.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- doc.en.html 13 Mar 2004 02:04:54 -0000      1.3
+++ doc.en.html 24 Mar 2004 18:15:00 -0000      1.4
@@ -1,5 +1,17 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink - 
Documentation</title></head><body><h1 align="center">Fink - Documentation</h1>
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink - Documentation</title></head><body>
+<table width="100%" cellspacing="0">
+<tr valign="bottom">
+<td align="center">
+Available Languages:  | 
+English | 
+<a href="doc.fr.html">Fran&ccedil;ais</a> | 
+<a href="doc.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="doc.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
+</td>
+</tr>
+</table>
+<h1 align="center">Fink - Documentation</h1>
 <p>
 This is a collection of various documents written for Fink.
 Some of the documents may also be useful to people who use Mac OS X
@@ -11,12 +23,12 @@
 The current user documentation for Fink:
 </p>
     <ul>
-      <li><a href="users-guide/uguide.html">Fink User's Guide</a> -
+      <li><a href="users-guide/uguide.en.html">Fink User's Guide</a> -
 this covers installing Fink itself, installing packages, and upgrading
 to a new Fink release. It contains instructions for both the source
 and the binary release.
 <b>Work in Progress!</b></li>
-      <li><a href="x11/x11.html">Running X11 on Darwin and Mac OS X</a> -
+      <li><a href="x11/x11.en.html">Running X11 on Darwin and Mac OS X</a> -
 covers concepts, installation and launching (also intended for Darwin
 and Mac OS X users in general)</li>
     </ul>
@@ -29,9 +41,9 @@
 to install Fink or upgrade to a new version</li>
       <li><a href="bundled/usage.html">Usage</a> - how to use Fink
 and the installed software</li>
-      <li><a href="bundled/readme.html">Fink ReadMe</a> - the ReadMe for the
+      <li><a href="readme.en.html">Fink ReadMe</a> - the ReadMe for the
 source distribution</li>
-      <li><a href="cvsaccess/cvs.html">CVS Access</a> - how to access the
+      <li><a href="cvsaccess/cvs.en.html">CVS Access</a> - how to access the
 Fink CVS repository to get the latest source packages between
 releases</li>
     </ul>
@@ -41,15 +53,15 @@
       <li><a href="http://fink.sourceforge.net/doc/UsingFink.pdf";>Using Fink: A 
Developer's How To</a> (2MB pdf
 file) - slides from a presentation at the <a 
href="http://conferences.oreillynet.com/macosx2002/";>O'Reilly Mac OS X Conference</a> 
(also available as a
 <a 
href="http://conferences.oreillynet.com/presentations/macosx02/morrison_david.ppt";>PowerPoint
 file</a>) </li>
-      <li><a href="porting/porting.html">Porting Tips</a> - notes for porting
+      <li><a href="porting/porting.en.html">Porting Tips</a> - notes for porting
 Unix applications to Darwin</li>
-      <li><a href="packaging/packaging.html">Packaging Manual</a> - how to create and
+      <li><a href="packaging/packaging.en.html">Packaging Manual</a> - how to create 
and
 maintain Fink packages</li>
     </ul>
   <h3><a name="index.otherdoc">Other Documents</a></h3>
     
     <ul>
-      <li><a href="multilingual/multilingual.html">Internationalization Guide</a>- 
material concerning
+      <li><a href="multilingual/multilingual.en.html">Internationalization Guide</a>- 
material concerning
 the ongoing website
 internationalization 
 effort</li>
@@ -59,4 +71,4 @@
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.en.xml,v 1.5 2004/03/13 01:55:54 alexkhansen Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.en.xml,v 1.6 2004/03/21 15:41:10 dmrrsn Exp $</i></p></body></html>

Index: doc.fr.html
===================================================================
RCS file: /cvsroot/fink/web/doc/doc.fr.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- doc.fr.html 15 Mar 2004 16:08:41 -0000      1.3
+++ doc.fr.html 24 Mar 2004 18:15:00 -0000      1.4
@@ -1,5 +1,17 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink - 
Documentation</title></head><body><h1 align="center">Fink - Documentation</h1>
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink - Documentation</title></head><body>
+<table width="100%" cellspacing="0">
+<tr valign="bottom">
+<td align="center">
+Available Languages:  | 
+<a href="doc.en.html">English</a> | 
+Fran&ccedil;ais | 
+<a href="doc.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+<a href="doc.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
+</td>
+</tr>
+</table>
+<h1 align="center">Fink - Documentation</h1>
 <p>
 Voici un ensemble de documents écrits pour Fink.
 Certains de ces documents peuvent également être utiles aux personnes qui utilisent 
Mac OS X or Darwin sans Fink et souhaitent apprendre à porter des logiciels Unix sur 
ces systèmes.
@@ -10,10 +22,10 @@
 Documentation actuelle de l'utilisateur de Fink :
 </p>
 <ul>
-<li><a href="users-guide/uguide.html">Guide de l'utilisateur de Fink</a> -
+<li><a href="users-guide/uguide.fr.html">Guide de l'utilisateur de Fink</a> -
 ce guide couvre l'installation de Fink, celle des paquets et la mise à jour de Fink 
lors d'une nouvelle version. Il contient les instructions pour les versions source et 
binaire.
 <b>En cours de rédaction !</b></li>
-<li><a href="x11/x11.html">X11 sur Darwin et Mac OS X</a> -
+<li><a href="x11/x11.en.html">X11 sur Darwin et Mac OS X</a> -
 couvre les concepts généraux, l'installation et le lancement (les utilisateurs de 
Darwin et de Mac OS X y trouveront aussi des conseils utiles)</li>
 </ul>
 <p>
@@ -22,23 +34,23 @@
 <ul>
 <li><a href="bundled/install.html">Installation et Mise à jour</a> - comment 
installer Fink et le mettre à jour lors d'une nouvelle version </li>
 <li><a href="bundled/usage.html">Utilisation</a> - comment utiliser Fink et les 
logiciels installés</li>
-<li><a href="bundled/readme.html">Fink ReadMe</a> - le fichier ReadMe de la 
distribution source</li>
-<li><a href="cvsaccess/cvs.html">Accès CVS</a> - comment accéder au serveur CVS de 
Fink pour récupérer les paquets source les plus récents entre deux versions</li>
+<li><a href="readme.fr.html">Fink ReadMe</a> - le fichier ReadMe de la distribution 
source</li>
+<li><a href="cvsaccess/cvs.fr.html">Accès CVS</a> - comment accéder au serveur CVS 
de Fink pour récupérer les paquets source les plus récents entre deux versions</li>
 </ul>
 <h3><a name="index.developerdoc">Documentation développeur</a></h3>
 <ul>
 <li><a href="http://fink.sourceforge.net/doc/UsingFink.pdf";>Utilisation de Fink : un 
guide pour le développeur</a> (fichier pdf 2MB) - diapositives d'une présentation 
lors de la <a href="http://conferences.oreillynet.com/macosx2002/";>Conférence 
O'Reilly Mac OS X</a> (disponible aussi sous <a 
href="http://conferences.oreillynet.com/presentations/macosx02/morrison_david.ppt";>format
 PowerPoint</a>) </li>
-<li><a href="porting/porting.html">Trucs et astuces pour le portage</a> - notes sur 
le portage d'applications Unix sur Darwin</li>
-<li><a href="packaging/packaging.html">Guide de construction des paquets</a> - 
comment créer et maintenir des paquets Fink</li>
+<li><a href="porting/porting.fr.html">Trucs et astuces pour le portage</a> - notes 
sur le portage d'applications Unix sur Darwin</li>
+<li><a href="packaging/packaging.fr.html">Guide de construction des paquets</a> - 
comment créer et maintenir des paquets Fink</li>
 </ul>
 <h3><a name="index.otherdoc">Autres Documents</a></h3>
     
     <ul>
-      <li><a href="multilingual/multilingual.html">Guide d'internationalisation</a> - 
document concernant le travail en cours d'internationalisation du site web</li>
+      <li><a href="multilingual/multilingual.fr.html">Guide 
d'internationalisation</a> - document concernant le travail en cours 
d'internationalisation du site web</li>
     </ul>
   <hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
 Copyright (c) 2001-2004 The Fink Project.
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.fr.xml,v 1.4 2004/03/14 08:49:36 michga Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.fr.xml,v 1.5 2004/03/21 15:41:10 dmrrsn Exp $</i></p></body></html>

Index: doc.ja.html
===================================================================
RCS file: /cvsroot/fink/web/doc/doc.ja.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- doc.ja.html 7 Mar 2004 21:00:58 -0000       1.2
+++ doc.ja.html 24 Mar 2004 18:15:00 -0000      1.3
@@ -1,5 +1,17 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink - 
Documentation</title></head><body><h1 align="center">Fink - Documentation</h1>
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink - Documentation</title></head><body>
+<table width="100%" cellspacing="0">
+<tr valign="bottom">
+<td align="center">
+Available Languages:  | 
+<a href="doc.en.html">English</a> | 
+<a href="doc.fr.html">Fran&ccedil;ais</a> | 
+&#26085;&#26412;&#35486; (Nihongo) | 
+<a href="doc.zh.html">&#20013;&#25991; (&#31616;) (Simplified Chinese)</a> | 
+</td>
+</tr>
+</table>
+<h1 align="center">Fink - Documentation</h1>
 <p>
 このページは、 Fink 用に書かれたドキュメントの一覧です。
 ドキュメントの中には、 Fink を使わずに Mac OS X や Darwin 
だけを使う人、 Unix 
ソフトウェアのポートの仕方を知りたい人にも有用な情報もあります。
@@ -10,16 +22,16 @@
 現在のユーザー向け Fink ドキュメント:
 </p>
 <ul>
-<li><a href="users-guide/uguide.html">Fink User's Guide</a> -
+<li><a href="users-guide/uguide.ja.html">Fink User's Guide</a> -
 Fink 本体のインストール、パッケージのインストール、新しい 
Fink リリースへのアップグレードなどが書かれています。
 ソースとバイナリリリースの両方の説明が書かれています。
 <b>現在作業中!</b></li>
-<li><a href="x11/x11.html">Running X11 on Darwin and Mac OS X</a> -
+<li><a href="x11/x11.ja.html">Running X11 on Darwin and Mac OS X</a> -
 コンセプト、インストール、起動について書かれています 
(一般的な Darwin と Mac OS X ユーザー向け) 。</li>
 </ul>
 
 <p>
-以下のドキュメントはより詳細ですが、内容が多少古くメンテナンスされません。
+以下のドキュメントはより詳細ですが、内容が多少古くなっている上、今後メンテナンスされません。
 (訳注 日本語版はありません):
 </p>
 <ul>
@@ -27,9 +39,9 @@
 to install Fink or upgrade to a new version</li>
 <li><a href="bundled/usage.html">Usage</a> - how to use Fink
 and the installed software</li>
-<li><a href="bundled/readme.html">Fink ReadMe</a> - the ReadMe for the
+<li><a href="readme.ja.html">Fink ReadMe</a> - the ReadMe for the
 source distribution</li>
-<li><a href="cvsaccess/cvs.html">CVS Access</a> - how to access the
+<li><a href="cvsaccess/cvs.en.html">CVS Access</a> - how to access the
 Fink CVS repository to get the latest source packages between
 releases</li>
 </ul>
@@ -40,15 +52,20 @@
 <li><a href="http://fink.sourceforge.net/doc/UsingFink.pdf";>Using Fink: A Developer's 
How To</a> (2MB pdf
 file) - <a href="http://conferences.oreillynet.com/macosx2002/";>O'Reilly Mac OS X 
Conference</a> でのプレゼンテーション用スライド (
 <a 
href="http://conferences.oreillynet.com/presentations/macosx02/morrison_david.ppt";>PowerPoint
 ファイル</a> もあります) 。</li>
-<li><a href="porting/porting.html">Porting Tips</a> - 
+<li><a href="porting/porting.en.html">Porting Tips</a> - 
 Unix アプリケーションを Darwin 
へポートする際に有用な情報。</li>
-<li><a href="packaging/packaging.html">Packaging Manual</a> - 
+<li><a href="packaging/packaging.en.html">Packaging Manual</a> - 
 Fink パッケージの作り方、メンテナンス方法。</li>
 </ul>
+<h3><a name="index.otherdoc">Other Documents</a></h3>
 
+<ul>
+<li><a href="multilingual/multilingual.en.html">国際化ガイド</a> - 
+現在進行中のウェブサイト国際化に関するドキュメント</li>
+</ul>
 <hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
 Copyright (c) 2001-2004 The Fink Project.
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.ja.xml,v 1.4 2004/03/07 20:16:29 fingolfin Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.ja.xml,v 1.7 2004/03/24 12:24:45 babayoshihiko Exp $</i></p></body></html>

Index: doc.zh.html
===================================================================
RCS file: /cvsroot/fink/web/doc/doc.zh.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- doc.zh.html 13 Mar 2004 03:09:34 -0000      1.3
+++ doc.zh.html 24 Mar 2004 18:15:00 -0000      1.4
@@ -1,5 +1,17 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink-文档</title></head><body><h1 
align="center">Fink-文档</h1>
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><title>Fink Documentation - Fink-文档</title></head><body>
+<table width="100%" cellspacing="0">
+<tr valign="bottom">
+<td align="center">
+Available Languages:  | 
+<a href="doc.en.html">English</a> | 
+<a href="doc.fr.html">Fran&ccedil;ais</a> | 
+<a href="doc.ja.html">&#26085;&#26412;&#35486; (Nihongo)</a> | 
+&#20013;&#25991; (&#31616;) (Simplified Chinese) | 
+</td>
+</tr>
+</table>
+<h1 align="center">Fink-文档</h1>
 <p>
 这里收集了为 Fink 编写的各种文档。
 有些文档可能会对使用 Mac OS X 的用户有用,或那些没有使用 Fink 
但又向学习如何移植 Unix 软件的 Darwin 用户有用。
@@ -10,9 +22,9 @@
 当前 Fink 的用户文档:
 </p>
 <ul>
-<li><a href="users-guide/uguide.html">Fink 用户指南</a> - 它涉及如何安装 
Fink 自身,安装软件包,和升级到新的 Fink 
版本。它包括对使用源代码版本和二进制版本的使用说明。
+<li><a href="users-guide/uguide.zh.html">Fink 用户指南</a> - 
它涉及如何安装 Fink 自身,安装软件包,和升级到新的 Fink 
版本。它包括对使用源代码版本和二进制版本的使用说明。
 <b>正在编写中!</b></li>
-<li><a href="x11/x11.html">在 Darwin 和 Mac OS X 上运行 X11</a> - 
涉及有关概念,安装和启动(同时面向 Darwin 和 Mac OS X 用户)</li>
+<li><a href="x11/x11.zh.html">在 Darwin 和 Mac OS X 上运行 X11</a> - 
涉及有关概念,安装和启动(同时面向 Darwin 和 Mac OS X 用户)</li>
 </ul>
 
 <p>
@@ -21,26 +33,26 @@
 <ul>
 <li><a href="bundled/install.html">安装和升级</a> - 如何安装 Fink 
或升级到新的版本</li>
 <li><a href="bundled/usage.html">使用</a>  - 如何使用 Fink 
及其安装的软件</li>
-<li><a href="bundled/readme.html">Fink 自述</a> - 
源代码发布版本的自述文件</li>
-<li><a href="cvsaccess/cvs.html">CVS 访问</a> - 如何访问 Fink CVS 
库来在新版本发布前获取最新源代码包。</li>
+<li><a href="readme.zh.html">Fink 自述</a> - 
源代码发布版本的自述文件</li>
+<li><a href="cvsaccess/cvs.zh.html">CVS 访问</a> - 如何访问 Fink CVS 
库来在新版本发布前获取最新源代码包。</li>
 </ul>
 
 <h3><a name="index.developerdoc">开发者文档</a></h3>
 
 <ul>
 <li><a href="http://fink.sourceforge.net/doc/UsingFink.pdf";>使用 
Fink:开发者使用指南</a>  (2MB pdf 文件,英文版) - 一组用于 <a 
href="http://conferences.oreillynet.com/macosx2002/";>O'Reilly Mac OS X 
大会</a>上演示的幻灯片(同时也有 <a 
href="http://conferences.oreillynet.com/presentations/macosx02/morrison_david.ppt";>PowerPoint
 文件</a>版本)</li>
-<li><a href="porting/porting.html">移植技巧提示</a> - 关于如何移植 Unix 
软件到 Darwin 上的资料</li>
-<li><a href="packaging/packaging.html">软件打包手册</a> - 
如何创建和维护 Fink 软件包</li>
+<li><a href="porting/porting.zh.html">移植技巧提示</a> - 关于如何移植 
Unix 软件到 Darwin 上的资料</li>
+<li><a href="packaging/packaging.zh.html">软件打包手册</a> - 
如何创建和维护 Fink 软件包</li>
 </ul>
 
 <h3><a name="index.otherdoc">其它文档</a></h3>
     
     <ul>
-      <li><a href="multilingual/multilingual.html">国际化指南</a> ─ 
有关目前网站所在进行的国际化工作的文档</li>
+      <li><a href="multilingual/multilingual.zh.html">国际化指南</a> ─ 
有关目前网站所在进行的国际化工作的文档</li>
     </ul>
   <hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
 Copyright (c) 2001-2004 The Fink Project.
 You may distribute this document in print for private purposes,
 provided the document and this copyright notice remain complete and
 unmodified. Any commercial reproduction and any online publication
-requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.zh.xml,v 1.4 2004/03/13 03:07:45 jeff_yecn Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
doc.zh.xml,v 1.5 2004/03/21 15:41:10 dmrrsn Exp $</i></p></body></html>

Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/doc/index.en.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.en.php        13 Mar 2004 02:04:54 -0000      1.7
+++ index.en.php        24 Mar 2004 18:15:00 -0000      1.8
@@ -1,13 +1,13 @@
 <?
 $title = "Documentation";
-$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2004/03/13 01:55:54';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2004/03/21 15:41:10';
 $metatags = '';
 
 include_once "header.inc";
 ?>
 
-<h1>Fink - Documentation</h1><!--Generated from $Fink: doc.en.xml,v 1.5 2004/03/13 
01:55:54 alexkhansen Exp $-->
+<h1>Fink - Documentation</h1><!--Generated from $Fink: doc.en.xml,v 1.6 2004/03/21 
15:41:10 dmrrsn Exp $-->
 <p>
 This is a collection of various documents written for Fink.
 Some of the documents may also be useful to people who use Mac OS X
@@ -37,7 +37,7 @@
 to install Fink or upgrade to a new version</li>
       <li><a href="bundled/usage.php">Usage</a> - how to use Fink
 and the installed software</li>
-      <li><a href="bundled/readme.php">Fink ReadMe</a> - the ReadMe for the
+      <li><a href="readme.php">Fink ReadMe</a> - the ReadMe for the
 source distribution</li>
       <li><a href="cvsaccess/index.php">CVS Access</a> - how to access the
 Fink CVS repository to get the latest source packages between

Index: index.fr.php
===================================================================
RCS file: /cvsroot/fink/web/doc/index.fr.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.fr.php        15 Mar 2004 16:08:41 -0000      1.4
+++ index.fr.php        24 Mar 2004 18:15:00 -0000      1.5
@@ -1,13 +1,13 @@
 <?
 $title = "Documentation";
-$cvs_author = 'Author: michga';
-$cvs_date = 'Date: 2004/03/14 08:49:36';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2004/03/21 15:41:10';
 $metatags = '';
 
 include_once "header.inc";
 ?>
 
-<h1>Fink - Documentation</h1><!--Generated from $Fink: doc.fr.xml,v 1.4 2004/03/14 
08:49:36 michga Exp $-->
+<h1>Fink - Documentation</h1><!--Generated from $Fink: doc.fr.xml,v 1.5 2004/03/21 
15:41:10 dmrrsn Exp $-->
 <p>
 Voici un ensemble de documents écrits pour Fink.
 Certains de ces documents peuvent également être utiles aux personnes qui utilisent 
Mac OS X or Darwin sans Fink et souhaitent apprendre à porter des logiciels Unix sur 
ces systèmes.
@@ -30,7 +30,7 @@
 <ul>
 <li><a href="bundled/install.php">Installation et Mise à jour</a> - comment 
installer Fink et le mettre à jour lors d'une nouvelle version </li>
 <li><a href="bundled/usage.php">Utilisation</a> - comment utiliser Fink et les 
logiciels installés</li>
-<li><a href="bundled/readme.php">Fink ReadMe</a> - le fichier ReadMe de la 
distribution source</li>
+<li><a href="readme.php">Fink ReadMe</a> - le fichier ReadMe de la distribution 
source</li>
 <li><a href="cvsaccess/index.php">Accès CVS</a> - comment accéder au serveur CVS de 
Fink pour récupérer les paquets source les plus récents entre deux versions</li>
 </ul>
 <h2><a name="developerdoc">Documentation développeur</a></h2>

Index: index.ja.php
===================================================================
RCS file: /cvsroot/fink/web/doc/index.ja.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.ja.php        7 Mar 2004 21:00:58 -0000       1.6
+++ index.ja.php        24 Mar 2004 18:15:00 -0000      1.7
@@ -1,13 +1,13 @@
 <?
 $title = "Documentation";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2004/03/07 20:16:29';
+$cvs_author = 'Author: babayoshihiko';
+$cvs_date = 'Date: 2004/03/24 12:24:45';
 $metatags = '';
 
 include_once "header.inc";
 ?>
 
-<h1>Fink - Documentation</h1><!--Generated from $Fink: doc.ja.xml,v 1.4 2004/03/07 
20:16:29 fingolfin Exp $-->
+<h1>Fink - Documentation</h1><!--Generated from $Fink: doc.ja.xml,v 1.7 2004/03/24 
12:24:45 babayoshihiko Exp $-->
 <p>
 このページは、 Fink 用に書かれたドキュメントの一覧です。
 ドキュメントの中には、 Fink を使わずに Mac OS X や Darwin 
だけを使う人、 Unix 
ソフトウェアのポートの仕方を知りたい人にも有用な情報もあります。
@@ -27,7 +27,7 @@
 </ul>
 
 <p>
-以下のドキュメントはより詳細ですが、内容が多少古くメンテナンスされません。
+以下のドキュメントはより詳細ですが、内容が多少古くなっている上、今後メンテナンスされません。
 (訳注 日本語版はありません):
 </p>
 <ul>
@@ -35,7 +35,7 @@
 to install Fink or upgrade to a new version</li>
 <li><a href="bundled/usage.php">Usage</a> - how to use Fink
 and the installed software</li>
-<li><a href="bundled/readme.php">Fink ReadMe</a> - the ReadMe for the
+<li><a href="readme.php">Fink ReadMe</a> - the ReadMe for the
 source distribution</li>
 <li><a href="cvsaccess/index.php">CVS Access</a> - how to access the
 Fink CVS repository to get the latest source packages between
@@ -53,7 +53,12 @@
 <li><a href="packaging/index.php">Packaging Manual</a> - 
 Fink パッケージの作り方、メンテナンス方法。</li>
 </ul>
+<h2><a name="otherdoc">Other Documents</a></h2>
 
+<ul>
+<li><a href="multilingual/index.php">国際化ガイド</a> - 
+現在進行中のウェブサイト国際化に関するドキュメント</li>
+</ul>
 
 
 <? include_once "footer.inc"; ?>

Index: index.zh.php
===================================================================
RCS file: /cvsroot/fink/web/doc/index.zh.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index.zh.php        13 Mar 2004 03:09:34 -0000      1.8
+++ index.zh.php        24 Mar 2004 18:15:00 -0000      1.9
@@ -1,13 +1,13 @@
 <?
 $title = "文档";
-$cvs_author = 'Author: jeff_yecn';
-$cvs_date = 'Date: 2004/03/13 03:07:45';
+$cvs_author = 'Author: dmrrsn';
+$cvs_date = 'Date: 2004/03/21 15:41:10';
 $metatags = '';
 
 include_once "header.inc";
 ?>
 
-<h1>Fink-文档</h1><!--Generated from $Fink: doc.zh.xml,v 1.4 2004/03/13 03:07:45 
jeff_yecn Exp $-->
+<h1>Fink-文档</h1><!--Generated from $Fink: doc.zh.xml,v 1.5 2004/03/21 15:41:10 
dmrrsn Exp $-->
 <p>
 这里收集了为 Fink 编写的各种文档。
 有些文档可能会对使用 Mac OS X 的用户有用,或那些没有使用 Fink 
但又向学习如何移植 Unix 软件的 Darwin 用户有用。
@@ -29,7 +29,7 @@
 <ul>
 <li><a href="bundled/install.php">安装和升级</a> - 如何安装 Fink 
或升级到新的版本</li>
 <li><a href="bundled/usage.php">使用</a>  - 如何使用 Fink 
及其安装的软件</li>
-<li><a href="bundled/readme.php">Fink 自述</a> - 
源代码发布版本的自述文件</li>
+<li><a href="readme.php">Fink 自述</a> - 源代码发布版本的自述文件</li>
 <li><a href="cvsaccess/index.php">CVS 访问</a> - 如何访问 Fink CVS 
库来在新版本发布前获取最新源代码包。</li>
 </ul>
 

Index: nav.en.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/nav.en.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nav.en.inc  13 Mar 2004 02:44:16 -0000      1.2
+++ nav.en.inc  24 Mar 2004 18:15:00 -0000      1.3
@@ -8,7 +8,7 @@
   "doc/x11/index.php", "Running X11",
   "doc/bundled/install.php", "Installation",
   "doc/bundled/usage.php", "Usage",
-  "doc/bundled/readme.php", "ReadMe",
+  "doc/readme.php", "ReadMe",
   "doc/cvsaccess/index.php", "CVS Access",
   "doc/porting/index.php", "Porting",
   "doc/packaging/index.php", "Packaging",

Index: nav.fr.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/nav.fr.inc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nav.fr.inc  15 Mar 2004 14:09:34 -0000      1.3
+++ nav.fr.inc  24 Mar 2004 18:15:00 -0000      1.4
@@ -8,7 +8,7 @@
   "doc/x11/index.php", "Utilisation de X11",
   "doc/bundled/install.php", "Installation",
   "doc/bundled/usage.php", "Utilisation",
-  "doc/bundled/readme.php", "ReadMe",
+  "doc/readme.php", "ReadMe",
   "doc/cvsaccess/index.php", "Accès CVS",
   "doc/porting/index.php", "Portage",
   "doc/packaging/index.php", "Construction de paquets",

Index: nav.ja.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/nav.ja.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nav.ja.inc  15 Mar 2004 14:57:17 -0000      1.4
+++ nav.ja.inc  24 Mar 2004 18:15:00 -0000      1.5
@@ -8,7 +8,7 @@
   "doc/x11/index.php", "X11 を使う",
   "doc/bundled/install.php", "インストール",
   "doc/bundled/usage.php", "使用方法",
-  "doc/bundled/readme.php", "ReadMe",
+  "doc/readme.php", "ReadMe",
   "doc/cvsaccess/index.php", "CVS アクセス",
   "doc/porting/index.php", "ポート",
   "doc/packaging/index.php", "パッケージ化",

Index: nav.zh.inc
===================================================================
RCS file: /cvsroot/fink/web/doc/nav.zh.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nav.zh.inc  13 Mar 2004 03:09:34 -0000      1.2
+++ nav.zh.inc  24 Mar 2004 18:15:00 -0000      1.3
@@ -8,7 +8,7 @@
   "doc/x11/index.php", "运行 X11",
   "doc/bundled/install.php", "安装",
   "doc/bundled/usage.php", "使用",
-  "doc/bundled/readme.php", "自述",
+  "doc/readme.php", "自述",
   "doc/cvsaccess/index.php", "CVS 访问",
   "doc/porting/index.php", "移植",
   "doc/packaging/index.php", "打包",



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to