summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-11-09 21:37:21 +0100
committerJonas Smedegaard <dr@jones.dk>2007-11-09 21:37:21 +0100
commit0b26a19f2ae304d9710e00ac6d1c6c508f2a8787 (patch)
treeaaea3642e8469401a5eb843e518bf6fcf4949168 /README
parent90cc8b9c07c6fecdb8b9ff560e915fe0aa23871c (diff)
Better text about upstream GIT locations, including real example for write access.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 3aa53f2..627b8d1 100644
--- a/README
+++ b/README
@@ -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: