summaryrefslogtreecommitdiff
path: root/localikiwikicreatesite
diff options
context:
space:
mode:
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