summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-13 16:04:58 +0200
committerJonas Smedegaard <dr@jones.dk>2008-04-13 16:04:58 +0200
commit1887415cc308ac523a18fb2cb60771342b1985df (patch)
tree104eca1189d2199cf2ef303c87b1f91363da4f5f
parentb50d4c1f4cd2aa88440f5d01465f73aa987210c2 (diff)
Add sukker content to main config and README.
-rw-r--r--Makefile15
-rw-r--r--README19
2 files changed, 18 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index e388f0b..df44963 100644
--- a/Makefile
+++ b/Makefile
@@ -1,16 +1,17 @@
-SOURCES = ikiwiki
+SOURCES = ikiwiki sukker
ikiwiki_ORIGIN = git://source.jones.dk/ikiwiki_MODULE
ikiwiki_MODULES = templates basewiki smiley
-ikiwiki_POMODULES = smiley
-ikiwiki_BRANCH = master-LOCALE
-ikiwiki_LOCALES = da
-#ikiwiki_POLOCALES = da
+ikiwiki_BRANCH = master-da
-#dummy_MODULES = content_dummy
+sukker_ORIGIN = git://source.jones.dk/sukker_MODULE
+sukker_MODULES = content
+sukker_BRANCH = master
+
+dummy_MODULES = content_dummy
# uncomment this when ikiwiki.setup is configured for the local environment
-#CONFIGS = ikiwiki.setup
+CONFIGS = ikiwiki.setup ikiwiki.admin.setup
# Everything after this is generic
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