diff options
author | Jonas Smedegaard <dr@jones.dk> | 2007-10-23 16:52:02 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2007-10-23 16:52:02 +0200 |
commit | 003ba4a9b3234d980ebe2bf443e0435f59bf3c27 (patch) | |
tree | 518c89e2aab8af7566688d8c5d5bfa05755c54e0 /README | |
parent | 55832f6d3d7134926b35cc7ab3e5ef56e8c00a44 (diff) |
Add brief documentation.
Diffstat (limited to 'README')
-rw-r--r-- | README | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ +Ikiwiki w/ translations +======================= + +Ikiwiki[1] is a perl-based wiki compiler. + +This is routines to manage translatable parts of Ikiwiki and translations into +the following locales: + + * danish (da) by Jonas Smedegaard <dr@jones.dk> + + +Installation +------------ + +To pull in all translatable and translated parts, do this: + + make + +To remove all translatable and translated parts, and anything else below those +directories without warning, do this: + + make ultraclean + +Source +------ + +These routines are available at http://source.jones.dk/ as a GIT archive - like +this: + + git clone http://source.jones.dk/ikiwiki.git + + +[1] http://ikiwiki.info/ |