diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-14 18:59:25 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-04-14 18:59:25 -0700 |
commit | bd655199f5bb7f5a214ec45de68e01f28d68483e (patch) | |
tree | 480125564ef575ac8ec6e4e45c4cd096eed2f287 /libpiny/share/ikiwiki.setup | |
parent | ed0bf4d0239c080326d7ff38dd865a6e11a9ff9c (diff) | |
download | piny-code-bd655199f5bb7f5a214ec45de68e01f28d68483e.tar.gz piny-code-bd655199f5bb7f5a214ec45de68e01f28d68483e.zip |
ikiwiki.setup template: correcting comments
Diffstat (limited to 'libpiny/share/ikiwiki.setup')
-rw-r--r-- | libpiny/share/ikiwiki.setup | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index 8080126..c3e738a 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -6,14 +6,14 @@ # Remember to re-run ikiwiki --setup any time you edit this file. use IkiWiki::Setup::Standard { - # wikiname => "', # LATER MODIFIED BY LATER MODIFIED BY PINY - # adminemail => "', # LATER MODIFIED BY LATER MODIFIED BY PINY - # srcdir => "', # LATER MODIFIED BY PINY - # destdir => "', # LATER MODIFIED BY PINY - # url => "', # LATER MODIFIED BY PINY - # cgiurl => "', # LATER MODIFIED BY PINY - # historyurl => "', # LATER MODIFIED BY PINY - # diffurl => "', # LATER MODIFIED BY PINY + # wikiname => "', # OVERWRITTEN BY PINY + # adminemail => "', # OVERWRITTEN BY PINY + # srcdir => "', # OVERWRITTEN BY PINY + # destdir => "', # OVERWRITTEN BY PINY + # url => "', # OVERWRITTEN BY PINY + # cgiurl => "', # OVERWRITTEN BY PINY + # historyurl => "', # OVERWRITTEN BY PINY + # diffurl => "', # OVERWRITTEN BY PINY templatedir => "/srv/templates", # TODO: user-customizable templates underlaydir => "/usr/share/ikiwiki/basewiki", |