diff options
-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/ |