[kgtp] r1678 committed - Update doc

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

Revision: 1678
Author:   teawater
Date:     Thu Aug 29 00:27:13 2013 UTC
Log:      Update doc

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

Modified:
 /wiki/HOWTO.wiki
 /wiki/HOWTOCN.wiki

=======================================
--- /wiki/HOWTO.wiki    Wed Aug 28 15:01:08 2013 UTC
+++ /wiki/HOWTO.wiki    Thu Aug 29 00:27:13 2013 UTC
@@ -232,20 +232,24 @@

 == Get KGTP ==
 === Get KGTP through http ===
-Please goto [http://code.google.com/p/kgtp/downloads/list] OR [UPDATE] to download the package. +Please goto [https://github.com/teawater/kgtp] OR [UPDATE] to download the package.

-=== Get KGTP through svn ===
-Following command will get the last release version of KGTP:
+=== Get KGTP through git ===
+Following command will get the upstream version of KGTP:
 {{{
-svn checkout http://kgtp.googlecode.com/svn/tags/kgtp/
+git clone https://github.com/teawater/kgtp.git
 }}}
 <br>
-Following command will get all the files about KGTP:
+Following command will get the last release version of KGTP:
 {{{
-svn checkout http://kgtp.googlecode.com/svn/ kgtp-read-only
+https://github.com/teawater/kgtp.git
+git checkout release -b release
 }}}
-kgtp-read-only/tags/ Present for each release of KGTP.<br>
-kgtp-read-only/trunk/ Present for the main trunk of KGTP.
+
+=== Mirrors ===
+[https://code.csdn.net/teawater/kgtp]<br>
+[https://git.oschina.net/teawater/kgtp]<br>
+[https://www.gitshell.com/teawater/kgtp/]<br>

 == Config KGTP ==
Following part is the default config of KGTP inside the Makefile. With this config, KGTP will build together with current kernel that running on this machine.
=======================================
--- /wiki/HOWTOCN.wiki  Wed Aug 28 15:01:08 2013 UTC
+++ /wiki/HOWTOCN.wiki  Thu Aug 29 00:27:13 2013 UTC
@@ -229,20 +229,28 @@

 == 取得KGTP ==
 === 通过http下载KGTP ===
-请到 [http://code.google.com/p/kgtp/downloads/list] 或者 [UPDATE] 去下载源 码包。
+请到 [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>

-=== 通过svn下载KGTP ===
-下面的命令将让你取得KGTP最后的发布版本:
+=== 通过git下载KGTP ===
+下面的命令将让你取得KGTP的最新版本:
 {{{
-svn checkout http://kgtp.googlecode.com/svn/tags/kgtp/
+git clone https://github.com/teawater/kgtp.git
 }}}
 <br>
-下面的命令将让你取得KGTP所有的文件:
+下面的命令将让你取得KGTP最后的发布版本:
 {{{
-svn checkout http://kgtp.googlecode.com/svn/ kgtp-read-only
+https://github.com/teawater/kgtp.git
+git checkout release -b release
 }}}
-kgtp-read-only/tags/ 这里是KGTP每个发布的版本。<br>
-kgtp-read-only/trunk/ 这里是KGTP的主干。
+
+=== 镜像 ===
+[https://code.csdn.net/teawater/kgtp]<br>
+[https://git.oschina.net/teawater/kgtp]<br>
+[https://www.gitshell.com/teawater/kgtp/]<br>

 == 配置KGTP ==
下面这部分是在KGTP Makefile里的配置。用这个配置,KGTP将自动和当前系统的内核 一起编译。

Other related posts:

  • » [kgtp] r1678 committed - Update doc - kgtp