diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-11-09 21:37:21 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-11-09 21:37:21 +0100 |
commit | 0b26a19f2ae304d9710e00ac6d1c6c508f2a8787 (patch) | |
tree | aaea3642e8469401a5eb843e518bf6fcf4949168 | |
parent | 90cc8b9c07c6fecdb8b9ff560e915fe0aa23871c (diff) |
Better text about upstream GIT locations, including real example for write access.
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -12,8 +12,8 @@ the following locales: Getting the source ------------------ -This README file and related scripts are available at http://source.jones.dk/ -as a GIT repository. Pull it like this: +This README file is available at http://source.jones.dk/ together with a GIT +repository with source of the translation routines. Pull it like this: git clone http://source.jones.dk/ikiwiki.git @@ -25,10 +25,10 @@ To pull in all translatable and translated parts, do this: make -To pull in all parts with write access to the repository, do something like -this: +If you have write access to one or more GIT repositories, you can override +their locations like this: - make origin_ikiwiki='login@example.com:path/to/repositories/ikiwiki_MODULE.git' + make origin_ikiwiki=debian@source.jones.dk:/srv/git/source.jones.dk/ikiwiki_MODULE.git To remove all translatable and translated parts, and anything else below those directories without warning, do this: |