summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 10 insertions, 9 deletions
diff --git a/README b/README
index 3becd90..6c0ce88 100644
--- a/README
+++ b/README
@@ -1,10 +1,11 @@
-Ikiwiki w/ translations
-=======================
+Website for project Sukker
+==========================
-Ikiwiki[1] is a perl-based wiki compiler.
+This is the source of the web environment for the website located at
+http://sukker.biks.dk .
-This is routines to manage translatable parts of Ikiwiki and translations into
-the following locales:
+The system is built with the Ikiwiki[1] wiki compiler, using the
+following locales:
* danish (da) by Jonas Smedegaard <dr@jones.dk>
@@ -15,7 +16,7 @@ Getting the source
This README file is available at http://source.jones.dk/ together with a GIT
repository with source of the translation routines. Pull it like this:
- git clone git://source.jones.dk/ikiwiki
+ git clone git://source.jones.dk/sukker
Installation
@@ -28,7 +29,7 @@ To pull in all translatable and translated parts, do this:
If you have write access to one or more GIT repositories, you can override
their locations like this:
- make ikiwiki_ORIGIN=debian@source.jones.dk:/srv/git/source.jones.dk/ikiwiki_MODULE.git
+ make sukker_ORIGIN=debian@source.jones.dk:/srv/git/source.jones.dk/sukker_MODULE.git
To remove all translatable and translated parts, and anything else below those
directories without warning, do this:
@@ -66,8 +67,8 @@ and push it all - like this for repository with master and master-da branches:
To resyncronize an older fork of the repository with newer upstream changes, do
like this (skip first command on subsequent updates):
- git remote add ikiwiki git://source.jones.dk/ikiwiki
- git pull ikiwiki master
+ git remote add sukker git://source.jones.dk/sukker
+ git pull sukker master
Translation