OSDN Git Service

index.html, getting_started.html を微更新
authorSubaruG <subaru_g@users.sourceforge.jp>
Wed, 27 Jan 2010 20:27:55 +0000 (05:27 +0900)
committerSubaruG <subaru_g@users.sourceforge.jp>
Wed, 27 Jan 2010 20:27:55 +0000 (05:27 +0900)
html/getting_started.html
html/index.html

index f6bf63b..0f1aadc 100644 (file)
@@ -38,7 +38,7 @@
 
 <p>もし Boost がインストールされていないようなら、 <a href="http://www.boost.org/" class=external>公式ページ</a> の <a href="http://www.boost.org/more/getting_started/index.html" class=external>Getting Started</a> か、あるいは <a href="http://www.kmonos.net/alang/boost/" class=external>Let's Boost</a> の <a href="http://www.kmonos.net/alang/boost/install.html" class=external>インストール方法解説</a> を参考に、最新版の Boost をインストールしてください。<span class=weak>(銀天ライブラリを使わなくても Boost は便利ですよ!)</span></p>
 
-</div>
+</div> <!--div class=section id=get_boost-->
 
 <div class=section id=download>
 <h3>1. ダウンロード</h3>
@@ -53,7 +53,7 @@ git clone git://git.sourceforge.jp/gitroot/gintenlib/gintenlib.git
 </pre>
 <p>このコマンドにより、カレントディレクトリに新たに <strong>gintenlib</strong><strong>/</strong> ディレクトリが作られ、その中に銀天ライブラリの全てのファイル<span class=weak>(<a href="#gintenlib_tree">下の階層図</a>でいう <strong>gintenlib</strong><strong>/</strong> や <strong>html</strong><strong>/</strong> など)</span>がダウンロードされます。<span class=weak>(<a href="#gintenlib_tree">階層図</a>について、 Git から入手した場合、「ルートディレクトリ」の名前は <strong>gintenlib_X_X_X</strong><strong>/</strong> ではなく <strong>gintenlib</strong><strong>/</strong> になるので注意してください)</span></p>
 
-</div>
+</div> <!--div class=section id=download-->
 
 <div class=section id=include_path>
 <h3>2. インクルードパスの設定</h3>
@@ -78,13 +78,13 @@ git clone git://git.sourceforge.jp/gitroot/gintenlib/gintenlib.git
 
 <p>インクルードパスの通し方は、各開発環境によって異なりますので、ここでは省略します。</p>
 
-</div>
+</div> <!--div class=section id=include_path-->
 
 <div class=section id=simple_program>
 <h3>3. とりあえず使ってみる</h3>
 <p>銀天ライブラリが正しくインストールされたことを確かめるため、ちょっとしたプログラムを書いてみましょう。</p>
 <p>以下のプログラムは、与えられたコンテナをカンマ区切りにしてストリーム出力する list_format ライブラリを用いて書いた、単純な HelloWorld の例です。</p>
-<pre class=literal_block>
+<pre class=literal_block id=hello_gintenlib>
 #include &lt;gintenlib/list_format.hpp&gt;
 #include &lt;iostream&gt;
 
@@ -101,7 +101,7 @@ Hello, Ginten Library!
 </pre>
 <p>銀天ライブラリの世界へようこそ!</p>
 
-</div>
+</div> <!--div class=section id=simple_program-->
 
 <div class=section id=more_info>
 <h3>4. いろいろと使ってみる</h3>
@@ -109,12 +109,12 @@ Hello, Ginten Library!
 <p><a href="libs/index.html">ライブラリ一覧</a> のページから興味のあるものを探して、実際に使ってみましょう。</p>
 <p>銀天ライブラリを使うことでどんなことが出来るのか、とりあえず手っ取り早く知りたい、という場合には、 <a href="samples.html">サンプルコード一覧</a> を眺めてみるのもよいでしょう。</p>
 
-</div>
+</div> <!--div class=section id=more_info-->
 
 <div class=section id=contact>
 <h3>5. 何か気づいたことがあれば</h3>
 <p><a href="contact.html">作者</a>までご連絡下さい。</p>
-</div>
+</div> <!--div class=section id=contact-->
 
 
 <div class=section id=footnotes>
index f8e6d8d..33447d0 100644 (file)
 <h1>銀天ライブラリ ~ Ginten C++ Libraries</h1>
 <div class=verinfo>Version 1.0.0   <span class=weak>( under construction )</span></div>
 
-<div class=menu><a href="getting_started.html">はじめに</a>   <a href="libs/index.html">ライブラリ一覧</a>   <a href="../LICENSE">ライセンス</a>   <a href="faq.html">FAQ</a>   <a href="http://sourceforge.jp/projects/gintenlib/">プロジェクトページ</a>   <a href="http://sourceforge.jp/projects/gintenlib/download/">ダウンロード</a>   <a href="http://d.hatena.ne.jp/gintenlabo/searchdiary?word=*[gintenlib]">開発日記</a>   <a href="contact.html">作者について</a></div>
+<div class=menu>
+<a href="getting_started.html">はじめに</a>  
+<a href="libs/index.html">ライブラリ一覧</a>  
+<a href="../LICENSE">ライセンス</a>  
+<a href="faq.html">FAQ</a>  
+<a href="http://ginten.sakura.ne.jp/gintenlib/">公式ページ</a>  
+<a href="http://sourceforge.jp/projects/gintenlib/download/">ダウンロード</a>  
+<a href="http://sourceforge.jp/projects/gintenlib/forums/">フォーラム</a>  
+<a href="http://sourceforge.jp/projects/gintenlib/">プロジェクトページ</a>  
+<a href="http://d.hatena.ne.jp/gintenlabo/searchdiary?word=*[gintenlib]">開発日記</a>  
+<a href="contact.html">作者について</a>
+</div>
 <div class=insignificant>Sorry, English documents are not available yet.</div>