blob: 864ebd2a6c6b103bf68f3c1066a6d1fb87b7cf73 (
plain)
- domain = example.com
- gitrepo = site/content
- plugins = goodstuff \
- plugins-off =
- admins =
- IKIWIKI_CONFIG_OPTIONS = \
- --wikiname 'SampleWiki' \
- --adminemail 'webmaster@$(domain)' \
- $(patsubst %,--adminuser '%',$(admins)) \
- $(patsubst %,--plugin %,$(plugins)) \
- $(patsubst %,--disable-plugin %,$(plugins-off)) \
- # collaboration/aggregation
- IKIWIKI_CONFIG_OPTIONS += \
- --allowrss \
- --allowatom \
- # styling
- IKIWIKI_CONFIG_OPTIONS += \
-
- # CGI
- IKIWIKI_CONFIG_OPTIONS += \
- # VCS
- IKIWIKI_CONFIG_OPTIONS += \
|