summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
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 <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/