summaryrefslogtreecommitdiff
path: root/localikiwikicreatesite
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-08-11 13:45:35 +0200
committerJonas Smedegaard <dr@jones.dk>2008-08-11 13:45:35 +0200
commitb7ad8bd7a9a3ffcc5bc6a88a502d3f0f61f04920 (patch)
treee63d119cb4d3dc7504103e823b96c86525a75b29 /localikiwikicreatesite
parent91f742368093b0c4d562727e9f0bf78d46c595cf (diff)
Add TODOs about customizing setup files and final remarks about missing tasks.
Diffstat (limited to 'localikiwikicreatesite')
-rwxr-xr-xlocalikiwikicreatesite15
1 files changed, 15 insertions, 0 deletions
diff --git a/localikiwikicreatesite b/localikiwikicreatesite
index 525564a..c75d0d9 100755
--- a/localikiwikicreatesite
+++ b/localikiwikicreatesite
@@ -14,6 +14,21 @@
# TODO: Implement --verbose and --quiet options (and fail if both are set)
# TODO: Implement --force option
# TODO: check for required helper commands (like make for originated sites)
+# TODO: when using origin, do these replacements on all setup files:
+# s/samplewiki/$project/
+# s/wiki\.example\.org/$host/
+# s/git\.example\.org/$srchost/
+# and when --wikiname, --adminemail and --user is implemented:
+# s/MyWiki/$wikiname/
+# s/me\@example\.org/$adminemail/
+# s/\bme\b/$user/
+# TODO: Print a final note on missing tasks:
+# * setup webserver
+# * setup Git server
+# * include Git hooks in main post-update hook of *_content Git
+# * enable Git post-update hooks of all Gits
+# * add git-daemon-export-ok file in all Gits
+# * write proper description in all Gits
#
set -e