X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/bf522a347f9749522a4f575cb48000123b79978a..880d098dab86e09eece360d970dc921e5f734903:/doc/usage.mdwn?ds=inline diff --git a/doc/usage.mdwn b/doc/usage.mdwn index cd8f0542c..745f97cce 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -113,6 +113,11 @@ configuration options of their own. build time. If the templatedir is changed, missing templates will still be searched for in the default location as a fallback. + Note that if you choose to copy and modify ikiwiki's templates, you will need + to be careful to keep them up to date when upgrading to new versions of + ikiwiki. Old versions of templates do not always work with new ikiwiki + versions. + * --underlaydir Specify the directory that is used to underlay the source directory. @@ -144,6 +149,10 @@ configuration options of their own. No revision control is enabled by default. +* --svnrepo /svn/wiki + + Specify the location of the svn repository for the wiki. + * --svnpath trunk Specify the path inside your svn repository where the wiki is located. @@ -277,6 +286,11 @@ configuration options of their own. Toggle creating output files named page/index.html (default) instead of page.html. +* --prefix-directives, --no-prefix-directives + + Toggle new '!'-prefixed syntax for preprocessor directives. ikiwiki currently + defaults to --no-prefix-directives. + * --w3mmode, --no-w3mmode Enable [[w3mmode]], which allows w3m to use ikiwiki as a local CGI script,