summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2007-10-23 16:52:02 +0200
committerJonas Smedegaard <dr@jones.dk>2007-10-23 16:52:02 +0200
commit003ba4a9b3234d980ebe2bf443e0435f59bf3c27 (patch)
tree518c89e2aab8af7566688d8c5d5bfa05755c54e0
parent55832f6d3d7134926b35cc7ab3e5ef56e8c00a44 (diff)
Add brief documentation.
-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/