OSDN Git Service

Add the news about the release of the latest versions.
authorMasaoFujii <masao.fujii@gmail.com>
Thu, 5 Dec 2013 08:50:38 +0000 (17:50 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Thu, 5 Dec 2013 08:50:38 +0000 (17:50 +0900)
html/index.html
html/index_en.html
html/style.css

index c4a3518..1ba7be0 100644 (file)
@@ -23,6 +23,8 @@
 
 <h2 id="news">ニュース</h2>
 <ul>
+<li>2013-11-22: PostgreSQL9.3対応のpg_bigm最新メジャーバージョン1.1 <a href="http://sourceforge.jp/projects/pgbigm/downloads/59914/pg_bigm-1.1-20131122.tar.gz/">pg_bigm-1.1-20131122</a> をリリースしました。 (<a href="release-1-1-20131122.html">リリースノート</a>)</li>
+<li>2013-11-22: バージョン1.0の最新マイナーバージョン <a href="http://sourceforge.jp/projects/pgbigm/downloads/59913/pg_bigm-1.0-20131122.tar.gz/">pg_bigm-1.0-20131122</a> をリリースしました。 (<a href="release-1-0-20131122.html">リリースノート</a>)</li>
 <li>2013-10-05: <a href="http://www.postgresql.jp/wg/shikumi/shikumi27/">第27回しくみ+アプリケーション勉強会</a>でNTTデータの<a href="https://twitter.com/sawada_masahiko">澤田さん</a>がpg_bigmの性能について講演を行いました。講演資料は<a href="http://www.slideshare.net/masahikosawada98/pgbigm">こちら</a>です。</li>
 <li>2013-06-08: <a href="http://www.postgresql.jp/wg/shikumi/shikumi26/">第26回しくみ+アプリケーション勉強会</a>でNTTデータの<a href="https://twitter.com/sawada_masahiko">澤田さん</a>がpg_bigmのしくみについて講演を行いました。講演資料は<a href="http://www.slideshare.net/masahikosawada98/pg-bigm">こちら</a>です。</li>
 <li>2013-04-05: <a href="http://sourceforge.jp/projects/pgbigm/downloads/58505/pg_bigm-20130405.tar.gz/">pg_bigm-20130405</a>をリリースしました。</li>
index c2e3fb9..00f81f0 100644 (file)
@@ -23,6 +23,8 @@
 
 <h2 id="news">News</h2>
 <ul>
+<li>2013-11-22: pg_bigm 1.1, the latest major version <a href="http://en.sourceforge.jp/projects/pgbigm/downloads/59914/pg_bigm-1.1-20131122.tar.gz/">pg_bigm-1.1-20131122</a> was released. (<a href="release-1-1-20131122_en.html">Release Note</a>)</li>
+<li>2013-11-22: The latest minor version of pg_bigm 1.0, <a href="http://en.sourceforge.jp/projects/pgbigm/downloads/59913/pg_bigm-1.0-20131122.tar.gz/">pg_bigm-1.0-20131122</a> was released. (<a href="release-1-0-20131122_en.html">Release Note</a>)</li>
 <li>2013-10-05: <a href="https://twitter.com/sawada_masahiko">Sawada</a> from NTT DATA gave a great talk about the performance comparison of pg_bigm and pg_trgm at <a href="http://www.postgresql.jp/wg/shikumi/shikumi27/">PostgreSQL Shikumi meet-up</a>. <a href="http://www.slideshare.net/masahikosawada98/pgbigm">Here</a> is the slide presentation from that talk.</li>
 <li>2013-06-08: <a href="https://twitter.com/sawada_masahiko">Sawada</a> from NTT DATA gave a great talk about the architecture of pg_bigm at <a href="http://www.postgresql.jp/wg/shikumi/shikumi26/">PostgreSQL Shikumi meet-up</a>. <a href="http://www.slideshare.net/masahikosawada98/pg-bigm">Here</a> is the slide presentation from that talk.</li>
 <li>2013-04-05: <a href="http://en.sourceforge.jp/projects/pgbigm/downloads/58505/pg_bigm-20130405.tar.gz/">pg_bigm-20130405</a> was released.</li>
index dc480c2..c6a397b 100644 (file)
@@ -8,7 +8,11 @@ body {
                'MS Pゴシック',
                Lucida Grande, Verdana, Arial, Helvetica,
                sans-serif;
-       color: #202020;
+  line-height: 1.428571429;
+  color: #333333;
+  background-color: #ffffff;
+  width: 70%;
+  margin: 0 auto;
 }
 
 /* give the rule a bit of extra space (above and below), since its being used to divide
@@ -16,19 +20,19 @@ body {
 HR { margin: 5px 0px 5px 0px }
 
 
-h2, h3, h4, h5, h6 {
+h2 {
     color: Black;
     background: none;
     padding-top: 0.5em;
     padding-bottom: 0.17em;
     border-bottom: 1px solid #aaaaaa;
 }
-H1 { font-size: x-large; }
-H2 { font-size: large; }
-H3 { padding-left: 1em; font-size: medium; }
-H4 { padding-left: 2em; font-size: small; }
-H5 { padding-left: 3em; font-size: x-small; }
-H6 { padding-left: 4em; font-size: xx-small; }
+H1 { font-size: xx-large; }
+H2 { font-size: x-large; }
+H3 { font-size: large; }
+H4 { padding-left: 1em; font-size: medium; }
+H5 { padding-left: 2em; font-size: small; }
+H6 { padding-left: 3em; font-size: x-small; }
 
 pre {
        font-family: courier,sans-serif;