[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Define the version number of the latest release in the configuration file

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 20日 (金) 17:07:31 JST


SHIMODA Hiroshi	2012-07-20 17:07:31 +0900 (Fri, 20 Jul 2012)

  New Revision: fccc55054f1df74a465b6f8b988609cab1ca3ce1
  https://github.com/groonga/gcs.groonga.org/commit/fccc55054f1df74a465b6f8b988609cab1ca3ce1

  Log:
    Define the version number of the latest release in the configuration file

  Modified files:
    _config.yml
    docs/install/index.md
    docs/tutorial/index.md
    index.md

  Modified: _config.yml (+1 -0)
===================================================================
--- _config.yml    2012-07-19 18:32:17 +0900 (868ce89)
+++ _config.yml    2012-07-20 17:07:31 +0900 (498a8e6)
@@ -2,3 +2,4 @@ title: Groonga CloudSearch
 permalink: /blog/:year/:month/:day/:title/
 author: Groonga CloudSearch project
 url: http://gcs.groonga.org
+version: 1.0.0

  Modified: docs/install/index.md (+12 -12)
===================================================================
--- docs/install/index.md    2012-07-19 18:32:17 +0900 (c38a5ad)
+++ docs/install/index.md    2012-07-20 17:07:31 +0900 (14467e5)
@@ -18,24 +18,24 @@ How to install on [other platforms](#others) is described at the last.
 All-in-one package is provided for Mac OS X. You just download and
 extract it. You don't need to install Xcode and so on.
 
-    curl -O http://packages.groonga.org/macosx/gcs/gcs-1.0.0.tar.gz
-    tar xvzf gcs-1.0.0.tar.gz
+    curl -O http://packages.groonga.org/macosx/gcs/gcs-{{ site.version }}.tar.gz
+    tar xvzf gcs-{{ site.version }}.tar.gz
 
 You have `gcs` command that starts Groonga CloudSearch service in
-`gcs-1.0.0/` directory. Add the absolute path to `gcs-1.0.0/`
+`gcs-{{ site.version }}/` directory. Add the absolute path to `gcs-{{ site.version }}/`
 directory to `PATH` environment variable. Here are commands for bash
 user to do it:
 
-    echo "PATH=\"$PWD/gcs-1.0.0:\$PATH\"" >> ~/.bash_login
+    echo "PATH=\"$PWD/gcs-{{ site.version }}:\$PATH\"" >> ~/.bash_login
     exec bash -l
 
 To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    1.0.0
+    {{ site.version }}
 
-If you got 1.0.0, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
 
 ## CentOS 6 {#centos}
 
@@ -65,9 +65,9 @@ To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    1.0.0
+    {{ site.version }}
 
-If you got 1.0.0, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
 
 ## Ubuntu 12.04 LTS (Precise Pangolin) {#ubuntu}
 
@@ -103,9 +103,9 @@ To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    1.0.0
+    {{ site.version }}
 
-If you got 1.0.0, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
 
 ## Others {#others}
 
@@ -123,6 +123,6 @@ To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    1.0.0
+    {{ site.version }}
 
-If you got 1.0.0, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!

  Modified: docs/tutorial/index.md (+1 -1)
===================================================================
--- docs/tutorial/index.md    2012-07-19 18:32:17 +0900 (fb542ad)
+++ docs/tutorial/index.md    2012-07-20 17:07:31 +0900 (646a22e)
@@ -68,7 +68,7 @@ Type the following command to confirm Groonga CloudSearch is installed
 successfully:
 
     $ gcs --version
-    1.0.0
+    {{ site.version }}
 
 ### Register `example` search domain
 

  Modified: index.md (+1 -1)
===================================================================
--- index.md    2012-07-19 18:32:17 +0900 (939030a)
+++ index.md    2012-07-20 17:07:31 +0900 (b00accf)
@@ -12,7 +12,7 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
      compatible open source full text search server.</p>
 
   <div id="featured">
-    <p id="version"><span id="version-number">v1.0.0</span>
+    <p id="version"><span id="version-number">v{{ site.version }}</span>
                     <span id="release-date">(2012-07-05)</span></p>
     <p id="install"><a href="docs/install/">Install</a></p>
     <p id="tutorial"><a href="docs/tutorial/">Tutorial</a></p>
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index