Index: trunk/translatewiki/WikipediaMobile/README |
— | — | @@ -1,11 +1,10 @@ |
2 | | -Check out a copy with github account already set up (read/write if sufficient rights): |
3 | | -$ git clone git@github.com:nitobi/Wikipedia.git wikipedia |
| 2 | +Check out a read-only copy: |
| 3 | +$ git clone git://github.com/wikimedia/WikipediaMobile.git wikipedia |
4 | 4 | |
| 5 | +Update: |
| 6 | +$ git pull |
5 | 7 | |
6 | | -Check out a read-only copy: |
7 | | -$ git clone https://github.com/nitobi/Wikipedia.git wikipedia |
8 | 8 | |
9 | | - |
10 | 9 | Message files are in assets/www/messages/messages-*.properties |
11 | 10 | as Java-style properties files, using raw UTF-8. |
12 | 11 | |
— | — | @@ -17,6 +16,9 @@ |
18 | 17 | |
19 | 18 | To commit: |
20 | 19 | |
| 20 | + Check out a copy with github account already set up (read/write if sufficient rights): |
| 21 | + $ git clone git@github.com:wikimedia/WikipediaMobile.git wikipedia |
| 22 | + |
21 | 23 | # must add any new or changed files! |
22 | 24 | git add assets/www/messages/messages-*.properties |
23 | 25 | |