[kgtp] r1681 committed - Add file for downloads

  • From: kgtp@xxxxxxxxxxxxxx
  • To: kgtp@xxxxxxxxxxxxx
  • Date: Thu, 29 Aug 2013 00:38:50 +0000

Revision: 1681
Author:   teawater
Date:     Thu Aug 29 00:38:39 2013 UTC
Log:      Add file for downloads

http://code.google.com/p/kgtp/source/detail?r=1681

Added:
 /wiki/downloads
 /wiki/zh-Hans
 /wiki/zh-Hans/downloads

=======================================
--- /dev/null
+++ /wiki/downloads     Thu Aug 29 00:38:39 2013 UTC
@@ -0,0 +1,19 @@
+= Get KGTP through http =
+Please goto [https://github.com/teawater/kgtp] OR [UPDATE] to download the package.
+
+= Get KGTP through git =
+Following command will get the upstream version of KGTP:
+{{{
+git clone https://github.com/teawater/kgtp.git
+}}}
+<br>
+Following command will get the last release version of KGTP:
+{{{
+https://github.com/teawater/kgtp.git
+git checkout release -b release
+}}}
+
+= Mirrors =
+[https://code.csdn.net/teawater/kgtp]<br>
+[https://git.oschina.net/teawater/kgtp]<br>
+[https://www.gitshell.com/teawater/kgtp/]<br>
=======================================
--- /dev/null
+++ /wiki/zh-Hans/downloads     Thu Aug 29 00:38:39 2013 UTC
@@ -0,0 +1,23 @@
+= 通过http下载KGTP =
+请到 [https://github.com/teawater/kgtp] 或者 [UPDATE] 去下载源码包。<br>
+或者你可以访问镜像:
+[https://code.csdn.net/teawater/kgtp/tree/master]<br>
+[https://git.oschina.net/teawater/kgtp]<br>
+[https://www.gitshell.com/teawater/kgtp/]<br>
+
+= 通过git下载KGTP =
+下面的命令将让你取得KGTP的最新版本:
+{{{
+git clone https://github.com/teawater/kgtp.git
+}}}
+<br>
+下面的命令将让你取得KGTP最后的发布版本:
+{{{
+https://github.com/teawater/kgtp.git
+git checkout release -b release
+}}}
+
+= 镜像 =
+[https://code.csdn.net/teawater/kgtp]<br>
+[https://git.oschina.net/teawater/kgtp]<br>
+[https://www.gitshell.com/teawater/kgtp/]<br>

Other related posts:

  • » [kgtp] r1681 committed - Add file for downloads - kgtp