TAJO-1096: Update download source documentation (Mai Hai Thanh via jaehwa)

Closes #182


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/44e6fe59
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/44e6fe59
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/44e6fe59

Branch: refs/heads/block_iteration
Commit: 44e6fe595da28c6c06e5c82741478a8ff3031fa9
Parents: ca5fb30
Author: Jaehwa Jung <[email protected]>
Authored: Mon Oct 6 16:28:45 2014 +0900
Committer: Jaehwa Jung <[email protected]>
Committed: Mon Oct 6 16:29:12 2014 +0900

----------------------------------------------------------------------
 CHANGES                                            |  2 ++
 .../sphinx/getting_started/downloading_source.rst  | 17 ++++++++---------
 2 files changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/44e6fe59/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8f74a7f..0cb975b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -497,6 +497,8 @@ Release 0.9.0 - unreleased
 
   SUB TASKS
 
+    TAJO-1096: Update download source documentation (Mai Hai Thanh via jaehwa)
+
     TAJO-1062: Update TSQL documentation. (jaehwa)
 
     TAJO-1061: TAJO-1061: Update build documentation. (jaehwa)

http://git-wip-us.apache.org/repos/asf/tajo/blob/44e6fe59/tajo-docs/src/main/sphinx/getting_started/downloading_source.rst
----------------------------------------------------------------------
diff --git a/tajo-docs/src/main/sphinx/getting_started/downloading_source.rst 
b/tajo-docs/src/main/sphinx/getting_started/downloading_source.rst
index 5b4d9a8..0405302 100644
--- a/tajo-docs/src/main/sphinx/getting_started/downloading_source.rst
+++ b/tajo-docs/src/main/sphinx/getting_started/downloading_source.rst
@@ -1,23 +1,23 @@
-****************************************************
-Dowload and unpack the source code of Apache Tajo
-****************************************************
+*************************************
+Dowload and unpack the source code
+*************************************
 
-You can get either the source code release of Apache Tajo or check out the 
development code base from Git.
+You can either download the source code release of Tajo or check out the 
development codebase from Git.
 
 ================================================
-Dowload the latest source release
+Download the latest source release
 ================================================
 
 Choose a download site from this list of `Apache Download Mirrors 
<http://www.apache.org/dyn/closer.cgi/tajo>`_.
 Click on the suggested mirror link. This will take you to a mirror of Tajo 
Releases. 
-Download the file that ends in .tar.gz to your local filesystem; e.g. 
tajo-x.y.z-src.tar.gz.
+Download the file that ends in .tar.gz to your local filesystem, e.g. 
tajo-x.y.z-src.tar.gz.
 
-Decompress and untar your download and then change into the unpacked 
directory. ::
+Decompress and untar your downloaded file and then change into the unpacked 
directory. ::
 
   tar xzvf tajo-x.y.z-src.tar.gz
 
 ================================================
-Get the source code via Git
+Check out the source code via Git
 ================================================
 
 The development codebase can also be downloaded from `the Apache git 
repository <https://git-wip-us.apache.org/repos/asf/tajo.git>`_ as follows: ::
@@ -26,7 +26,6 @@ The development codebase can also be downloaded from `the 
Apache git repository
 
 A read-only git repository is also mirrored on `Github 
<https://github.com/apache/tajo>`_.
 
-Once you have downloaded Tajo, follow the `getting started instructions 
<http://tajo.apache.org/tajo-0.8.0-doc.html#GettingStarted>`_, and take a look 
at the rest of the Tajo documentation.
 
 
 

Reply via email to