OSDN Git Service

HTMLのトップページをとりあえず作成
authorSubaruG <subaru_g@users.sourceforge.jp>
Mon, 25 Jan 2010 15:49:02 +0000 (00:49 +0900)
committerSubaruG <subaru_g@users.sourceforge.jp>
Mon, 25 Jan 2010 15:49:02 +0000 (00:49 +0900)
html/images/bg.png [new file with mode: 0755]
html/index.css [new file with mode: 0644]
html/index.html

diff --git a/html/images/bg.png b/html/images/bg.png
new file mode 100755 (executable)
index 0000000..16942fe
Binary files /dev/null and b/html/images/bg.png differ
diff --git a/html/index.css b/html/index.css
new file mode 100644 (file)
index 0000000..d42e821
--- /dev/null
@@ -0,0 +1,107 @@
+/*
+  銀天研究所トップページ用 CSS デザイン
+*/
+
+body
+{
+  text-align: left;
+  background-color: #FFF;
+  background-image: url(images/bg.png);
+  color: #000;
+  margin: 1em;
+}
+
+h1, h2, h3, h4, h5, h6
+{
+  margin: 1em 0em 0.5em 0em;
+  font-weight: bold;
+}
+
+h1 { font: 150% }
+h2 { font: bold 140% }
+h3 { font: bold 130% }
+h4 { font: bold 120% }
+h5 { font: italic 110% }
+h6 { font: italic 100% }
+
+/* バージョン情報 */
+.verinfo
+{
+  text-align: right;
+  font-weight: bold;
+  margin: 0em 0em 1em 2em;
+}
+/* メニュー */
+.menu
+{
+  background-color: #DEF;
+  padding: 0.5em 1em 0.5em 1em;
+}
+
+/* アンカー関連 */
+a:link
+{
+  color: #00C;
+  text-decoration: none;
+}
+a:visited
+{
+  color: #819;
+  text-decoration: none;
+}
+a:hover
+{
+  color: #C33;
+  text-decoration: underline;
+}
+hr
+{
+  height: 1px;
+  width: 80%;
+  color: #CCC;
+}
+
+
+/* 薄く表示 */
+.weak, del, .insignificant
+{
+  font-weight: normal;
+  color: #666;
+}
+.weak a:link, del a:link, .insignificant a:visited
+{
+  color: #33C;
+}
+.weak a:visited, del a:visited, .insignificant a:visited
+{
+  color: #93A;
+}
+.weak a:hover, del a:hover, .insignificant a:hover
+{
+  color: #C66;
+}
+
+/* 大事じゃないデータ */
+.insignificant
+{
+  text-align: right;
+  font-size: smaller;
+}
+/* 大事なデータ */
+em
+{
+  color: #C00;
+  font-style: normal;
+}
+
+
+/* その他もろもろ */
+img
+{
+  border: none;
+}
+p
+{
+  line-height: 1.2em;
+  text-indent: 1em;
+}
index e69de29..e1598c6 100644 (file)
@@ -0,0 +1,62 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+    "http://www.w3.org/TR/html4/strict.dtd">
+
+<html lang="ja">
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+
+<title>Ginten C++ Libraries</title>
+
+<link rel="stylesheet" href="index.css" type="text/css" />
+
+</head>
+<body>
+
+<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://ginten.sakura.ne.jp/gintenlib/">公式ページ</a>   <a href="contact.html">作者について</a></div>
+<div class=insignificant>Sorry, English documents are not available yet.</div>
+
+<h2>挨拶</h2>
+
+<p>銀天ライブラリ ( Ginten C++ Libraries ) は、「なくてもいいけど、あると少し嬉しい」をモットーに開発されている、オープンソースのC++ライブラリです。</p>
+<p>主に <a href="http://ja.wikipedia.org/wiki/Standard_Template_Library" class=external>STL</a> や <a href="http://www.boost.org/" class=external>Boost</a> と共に用いることで、それらのライブラリの使い勝手を僅かに改善し、よりストレスの少ないC++コーディングを可能にすることを目的としています。</p>
+<p>また、日本人プログラマのために、日本語による豊富なコメントおよびドキュメントを整備したC++ライブラリを提供することで、日本人には少し敷居の高い STL や Boost に親しむ切っ掛けとして、また これら英語で書かれたライブラリを読む際の足がかりとして、このライブラリが活用されることを願っています。</p>
+<p>このライブラリは <a href="http://sourceforge.jp/projects/opensource/wiki/licenses%2Fzlib_libpng_license" class=external>zlib/libpng ライセンス</a> で提供されています。あらゆるユーザは、商用・非商用などの目的を問わず、各々の責任により当ライブラリを(自由に改変しつつ)使用できます。詳しくは <a href="../LICENSE">LICENSE</a> をご覧ください。</p>
+<p>現在、銀天ライブラリは、個人サイト <a href="http://ginten.sakura.ne.jp/" class=external>銀天研究所</a> 内の <a href="http://d.hatena.ne.jp/gintenlabo/" class=external>銀天随筆集</a> において開発されています。最新情報を得たい場合や何か意見がある場合には、そちらまでアクセスをお願いします。</p>
+
+
+<h2>導入法</h2>
+
+<p>銀天ライブラリは今のところ、ヘッダファイルのみで構成されたライブラリです。ダウンロードしたディレクトリにインクルードパスを通すだけで、簡単にインストールを行えます。</p>
+<p>詳しくは <a href="getting_started.html">getting_started.html</a> を参照して下さい。</p>
+
+
+<h2>ドキュメント</h2>
+
+<p><a href="libs/index.html">ライブラリ一覧</a> のページから、銀天ライブラリを構成する各ライブラリのドキュメントを見ることができます。</p>
+
+
+<h2>公式ページ</h2>
+
+<p>当ライブラリの最新情報を得たい場合には、 <a href="http://ginten.sakura.ne.jp/gintenlib/">公式ページ</a> までアクセス下さい。</p>
+<p>開発用リポジトリは <a href="http://git.sourceforge.jp/view?p=gintenlib/gintenlib.git">git://git.sourceforge.jp/gitroot/gintenlib/gintenlib.git</a> から取得することができます。</p>
+
+
+<h2>困ったことがあれば</h2>
+
+<p>まず <a href="faq.html">FAQ</a> ページを御覧下さい。</p>
+<p>解決しない場合は、 <a href="http://ginten.sakura.ne.jp/gintenlib/">公式ページ</a> の <a href="http://sourceforge.jp/projects/gintenlib/forums/">フォーラム</a> までお問い合わせ頂くか、作者に直接 <a href="contact.html">コンタクトを取る</a> かして下さい。</p>
+
+
+<h2>困ったことがなければ</h2>
+
+<p>あなたのプログラミングライフにお役立て下さい。</p>
+
+
+<div class=insignificant>Copyright (C) 2010 SubaruG, <a href="http://ginten.sakura.ne.jp/">http://ginten.sakura.ne.jp/</a></div>
+</body>
+</html>