[Groonga-commit] groonga/gcs.groonga.org [master] Rename site.version to site.gcs_version

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Oct 25 15:43:13 JST 2012


Yoji SHIDARA	2012-10-25 15:43:13 +0900 (Thu, 25 Oct 2012)

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

  Log:
    Rename site.version to site.gcs_version

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

  Modified: _config.yml (+2 -2)
===================================================================
--- _config.yml    2012-10-25 15:38:48 +0900 (19d8665)
+++ _config.yml    2012-10-25 15:43:13 +0900 (a47329e)
@@ -2,5 +2,5 @@ title: Groonga CloudSearch
 permalink: /blog/:year/:month/:day/:title/
 author: Groonga CloudSearch project
 url: http://gcs.groonga.org
-version: 1.3.0
-release_date: 2012-10-29
+gcs_version: 1.3.0
+gcs_release_date: 2012-10-29

  Modified: docs/install/index.md (+12 -12)
===================================================================
--- docs/install/index.md    2012-10-25 15:38:48 +0900 (e6000d0)
+++ docs/install/index.md    2012-10-25 15:43:13 +0900 (2a1b91b)
@@ -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-{{ site.version }}.tar.gz
-    tar xvzf gcs-{{ site.version }}.tar.gz
+    curl -O http://packages.groonga.org/macosx/gcs/gcs-{{ site.gcs_version }}.tar.gz
+    tar xvzf gcs-{{ site.gcs_version }}.tar.gz
 
 You have `gcs` command that starts Groonga CloudSearch service in
-`gcs-{{ site.version }}/` directory. Add the absolute path to `gcs-{{ site.version }}/`
+`gcs-{{ site.gcs_version }}/` directory. Add the absolute path to `gcs-{{ site.gcs_version }}/`
 directory to `PATH` environment variable. Here are commands for bash
 user to do it:
 
-    echo "PATH=\"$PWD/gcs-{{ site.version }}:\$PATH\"" >> ~/.bash_login
+    echo "PATH=\"$PWD/gcs-{{ site.gcs_version }}:\$PATH\"" >> ~/.bash_login
     exec bash -l
 
 To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    {{ site.version }}
+    {{ site.gcs_version }}
 
-If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.gcs_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
-    {{ site.version }}
+    {{ site.gcs_version }}
 
-If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!
 
 ## Ubuntu 12.04 LTS (Precise Pangolin) {#ubuntu}
 
@@ -98,9 +98,9 @@ To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    {{ site.version }}
+    {{ site.gcs_version }}
 
-If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!
 
 ### Service mode
 
@@ -127,6 +127,6 @@ To confirm that Groonga CloudSearch is installed successfully, type
 the following command:
 
     $ gcs --version
-    {{ site.version }}
+    {{ site.gcs_version }}
 
-If you got {{ site.version }}, Groonga CloudSearch is installed successfully! Yey!
+If you got {{ site.gcs_version }}, Groonga CloudSearch is installed successfully! Yey!

  Modified: docs/tutorial/index.md (+1 -1)
===================================================================
--- docs/tutorial/index.md    2012-10-25 15:38:48 +0900 (cee194a)
+++ docs/tutorial/index.md    2012-10-25 15:43:13 +0900 (15fe733)
@@ -72,7 +72,7 @@ Type the following command to confirm Groonga CloudSearch is installed
 successfully:
 
     $ gcs --version
-    {{ site.version }}
+    {{ site.gcs_version }}
 
 ### About search domain and endpoints
 

  Modified: index.md (+2 -2)
===================================================================
--- index.md    2012-10-25 15:38:48 +0900 (91ea287)
+++ index.md    2012-10-25 15:43:13 +0900 (6c3ef0b)
@@ -12,8 +12,8 @@ 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">v{{ site.version }}</span>
-                    <span id="release-date">({{ site.release_date }})</span></p>
+    <p id="version"><span id="version-number">v{{ site.gcs_version }}</span>
+                    <span id="release-date">({{ site.gcs_release_date }})</span></p>
     <p id="install"><a href="docs/install/">Install</a></p>
     <p id="tutorial"><a href="docs/tutorial/">Tutorial</a></p>
   </div>
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index