Revision: 2887ebfde1c9
Author:   Muneyuki Noguchi <[email protected]>
Date:     Sat Oct  6 17:03:08 2012
Log:      Replace the repository URL.

* ContributeUim.wiki
  - Replace Google Code URL with GitHub URL.
* DevelopUim.wiki
  - Ditto.
* InstallUim.wiki
  - Ditto.
* WhatsUim.wiki
  - Ditto.

http://code.google.com/p/uim/source/detail?r=2887ebfde1c9&repo=wiki

Modified:
 /ContributeUim.wiki
 /DevelopUim.wiki
 /InstallUim.wiki
 /WhatsUim.wiki

=======================================
--- /ContributeUim.wiki Mon Apr 30 03:43:20 2012
+++ /ContributeUim.wiki Sat Oct  6 17:03:08 2012
@@ -53,7 +53,7 @@

The translation files (po files) in the uim repository is in [http://code.google.com/p/uim/source/browse/po/ po] directory. You can get the translation files with Git:
 {{{
-$ git clone https://code.google.com/p/uim/
+$ git clone https://github.com/uim/uim.git
 $ cd uim/po
 $ ls *.po
 }}}
=======================================
--- /DevelopUim.wiki    Fri May  4 01:39:36 2012
+++ /DevelopUim.wiki    Sat Oct  6 17:03:08 2012
@@ -17,7 +17,7 @@
 == Cloning the uim repository ==
To develop uim, create your local repository from the uim repository and move to the source tree in your local repository:
 {{{
-$ git clone https://code.google.com/p/uim/
+$ git clone https://github.com/uim/uim.git
 $ cd uim
 }}}
See http://code.google.com/p/uim/source/checkout for more details on getting the source tree.
@@ -111,7 +111,7 @@
where _abcde_ is the change which was committed to one branch and will be committed to another branch.

 === Using an external repository ===
-You can create an external repository outside Google Code. If you want to create your external repository in GitHub, the operation will be as follows: +You can create an external repository. If you want to create your external repository in GitHub, the operation will be as follows:
 {{{
 $ git remote add github [email protected]:foo/bar.git
 $ git push github master
=======================================
--- /InstallUim.wiki    Sun Apr 22 04:31:46 2012
+++ /InstallUim.wiki    Sat Oct  6 17:03:08 2012
@@ -120,7 +120,7 @@

 First, obtain development version from the Git repository.
 {{{
-$ git clone https://code.google.com/p/uim/
+$ git clone https://github.com/uim/uim.git
 }}}

Second, move to the extracted directory and run make-wc.sh. This shell script checks out SigScheme and libgcroots, and runs configure. See also comments in make-wc.sh.
=======================================
--- /WhatsUim.wiki      Sun Apr 22 06:10:20 2012
+++ /WhatsUim.wiki      Sat Oct  6 17:03:08 2012
@@ -51,7 +51,7 @@
                * Pinyin (Traditional)
                * WuBi 86
                * ZhengMa
-               * Chewing 
(Traditional)(http://uim-chewing.uim.googlecode.com/git/)
+               * Chewing (Traditional)(https://github.com/uim/uim-chewing)
        * Japanese
                * [http://ajaxime.chasen.org/ Ajax IME]
                * [http://sourceforge.jp/projects/anthy/ Anthy]

Reply via email to