summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-03-01 01:56:54 +0100
committerJonas Smedegaard <dr@jones.dk>2012-03-01 01:56:54 +0100
commitb0bcfa85400922e44184379e8fee74611581957b (patch)
tree27d727953cd874eab5e72b9bd7c5173e0f02a151 /config
parent192f9b20b08f84deea743af5349054378c58bf6d (diff)
Generate Ikiwiki setup files from defaults, hardcoding (path) options and optional *.in YAML file.
Diffstat (limited to 'config')
-rw-r--r--config/include.mk47
1 files changed, 0 insertions, 47 deletions
diff --git a/config/include.mk b/config/include.mk
deleted file mode 100644
index 60c0f68..0000000
--- a/config/include.mk
+++ /dev/null
@@ -1,47 +0,0 @@
-domain = example.com
-website = www.$(domain)
-srcsite = source.$(domain)
-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)) \
-
-# paths
-#IKIWIKI_CONFIG_OPTIONS += --set-yaml add_underlays='- $(CURDIR)/styling'
-IKIWIKI_CONFIG_OPTIONS += \
- --set wikistatedir='$(CURDIR)/.ikiwiki' \
-
-# collaboration/aggregation
-IKIWIKI_CONFIG_OPTIONS += \
- --allowrss \
- --allowatom \
-
-# styling
-IKIWIKI_CONFIG_OPTIONS += \
- --set theme=goab \
-
-# CGI
-IKIWIKI_CONFIG_OPTIONS += \
- --url 'http://$(website)/' \
- --cgiurl 'http://$(website)/ikiwiki.cgi' \
- --set cgi_wrapper='$(CURDIR)/build/cgi/ikiwiki.cgi' \
- --set cgi_wrappermode=00755 \
-
-# VCS
-IKIWIKI_CONFIG_OPTIONS += \
- --rcs=git \
- --historyurl 'http://$(srcsite)/?p=$(gitrepo).git;a=history;f=[[file]]' \
- --diffurl 'http://$(srcsite)/?p=$(gitrepo).git;a=blobdiff;f=[[file]];h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_commit]];hpb=[[sha1_parent]]' \
- --set git_wrapper='$(CURDIR)/build/git/post-update-ikiwiki' \
- --set git_wrappermode=06755 \
-