From 003ba4a9b3234d980ebe2bf443e0435f59bf3c27 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 23 Oct 2007 16:52:02 +0200 Subject: Add brief documentation. --- README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..92820c0 --- /dev/null +++ b/README @@ -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 + + +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/ -- cgit v1.2.3