summaryrefslogtreecommitdiff
path: root/notes/ikiwiki_setup_mangling.mdwn
diff options
context:
space:
mode:
authorjrayhawk <jrayhawk@web>2010-07-26 17:12:49 -0700
committerjrayhawk <ikiwiki-jrayhawk@piny.svcs.cs.pdx.edu>2010-07-26 17:12:49 -0700
commita862399717ddb2ad4ad063b78b074549a45754b6 (patch)
tree748286a68754062dbc2db4f2b3bb0bd9eaf153c8 /notes/ikiwiki_setup_mangling.mdwn
parent085c9eb95d5b559634a1751f55c21c546164b04f (diff)
downloadjrayhawk-a862399717ddb2ad4ad063b78b074549a45754b6.tar.gz
jrayhawk-a862399717ddb2ad4ad063b78b074549a45754b6.zip
Diffstat (limited to 'notes/ikiwiki_setup_mangling.mdwn')
-rw-r--r--notes/ikiwiki_setup_mangling.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/ikiwiki_setup_mangling.mdwn b/notes/ikiwiki_setup_mangling.mdwn
index cfc174c..e979458 100644
--- a/notes/ikiwiki_setup_mangling.mdwn
+++ b/notes/ikiwiki_setup_mangling.mdwn
@@ -1,7 +1,7 @@
This is an example of how to take an Ikiwiki setup file and mangle it
programmatically. In my case, I'm running it on the fly for use with
`| sudo -u ikiwiki ikiwiki --setup - --rebuild --verbose` in order to strip out
-the cgi-related functions.
+the cgi-related functions. Note that you'll later have to deal with errors about 'independently created' files if anything you strip out involves underlays, such as the 'wmd' plugin. To solve this, rebuild with the original setup file. In the future, I think it would be better to have dev and live on different git branches and have one Ikiwiki setup for each, with this mangling script plus two git wrappers getting executed by post-update.
#!/usr/bin/perl