OSDN Git Service

Change the naming rule of the source archive file.
authorMasaoFujii <masao.fujii@gmail.com>
Fri, 22 Nov 2013 12:57:57 +0000 (21:57 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Fri, 22 Nov 2013 12:57:57 +0000 (21:57 +0900)
This makes the name of the source archive file contain
the version number of pg_bigm.

html/pg_bigm-1-1.html
html/pg_bigm_en-1-1.html

index 2c14758..db8092f 100644 (file)
 <tbody>
 <tr><td>pg_bigm</td>
   <td nowrap>PostgreSQL上で全文検索機能を提供するモジュール</td>
-  <td>pg_bigm-YYYYMMDD.tar.gz</td></tr>
+  <td>pg_bigm-x.y-YYYYMMDD.tar.gz</td></tr>
 </tbody>
 </table>
 
-<p>ソースアーカイブファイル名のYYYYMMDDの部分は、実際にはそのファイルがリリースされた年月日になります。例えば、2013年4月5日リリースのファイルでは、YYYYMMDDは20130405です。</p>
+<p>
+ソースアーカイブファイル名のx.yとYYYYMMDDの部分は、それぞれ、そのファイルのバージョン番号とリリース年月日です。
+例えば、2013年11月22日リリースのバージョン1.1のファイルでは、x.yは1.1、YYYYMMDDは20130405です。
+</p>
 <p>pg_bigmのライセンスは<a href="http://opensource.org/licenses/postgresql">The PostgreSQL License</a>(BSDに似たライセンス)です。</p>
 
 <h2 id="pg_trgm">pg_trgmとの違い</h2>
@@ -131,8 +134,8 @@ $ su
 <h3 id="bigm_install">pg_bigmのインストール</h3>
 <p><a href="http://sourceforge.jp/projects/pgbigm/releases/">ここ</a>からpg_bigmのソースアーカイブファイルをダウンロードし、ビルドとインストールを行います。</p>
 <pre>
-$ tar zxf pg_bigm-YYYYMMDD.tar.gz
-$ cd pg_bigm-YYYYMMDD
+$ tar zxf pg_bigm-x.y-YYYYMMDD.tar.gz
+$ cd pg_bigm-x.y-YYYYMMDD
 $ make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config
 $ su
 # make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config install
index 138d073..97aec7e 100644 (file)
 <tbody>
 <tr><td>pg_bigm</td>
   <td nowrap>Module that provides full text search capability in PostgreSQL</td>
-  <td>pg_bigm-YYYYMMDD.tar.gz</td></tr>
+  <td>pg_bigm-x.y-YYYYMMDD.tar.gz</td></tr>
 </tbody>
 </table>
 
-<p>YYYYMMDD part of the source archive file name is replaced with its release date. For example, YYYYMMDD is 20130405 if the file was released on April 5, 2013.</p>
+<p>
+The x.y and YYYYMMDD parts of the source archive file name are replaced with its release version number and date, respectively.
+For example, x.y is 1.1 and YYYYMMDD is 20130405 if the file of the version 1.1 was released on November 22, 2013.
+</p>
 <p>The license of pg_bigm is <a href="http://opensource.org/licenses/postgresql">The PostgreSQL License</a> (same as BSD license).</p>
 
 <h2 id="pg_trgm">Comparison with pg_trgm</h2>
@@ -131,8 +134,8 @@ $ su
 <h3 id="bigm_install">Install pg_bigm</h3>
 <p>Download the source archive file of pg_bigm from <a href="http://en.sourceforge.jp/projects/pgbigm/releases/">here</a>, and then build and install it.</p>
 <pre>
-$ tar zxf pg_bigm-YYYYMMDD.tar.gz
-$ cd pg_bigm-YYYYMMDD
+$ tar zxf pg_bigm-x.y-YYYYMMDD.tar.gz
+$ cd pg_bigm-x.y-YYYYMMDD
 $ make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config
 $ su
 # make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config install