diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-14 14:58:13 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-14 14:58:13 -0400 |
commit | 823ec815d4fc9625d6fa3553ad03e9f2ff737659 (patch) | |
tree | 50900e409091975988df76257d6d1fe30f739d4a /doc/usage.mdwn | |
parent | a79c52337c1d42f18492caf0ba3da970874210c1 (diff) | |
download | ikiwiki-823ec815d4fc9625d6fa3553ad03e9f2ff737659.tar ikiwiki-823ec815d4fc9625d6fa3553ad03e9f2ff737659.tar.gz |
Add a include setting, which can be used to make ikiwiki process wiki source files, such as .htaccess, that would normally be skipped for security or other reasons. Closes: #447267 (Thanks to Aaron Wilson for the original patch.)
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index a105d7e59..f735170f0 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -234,6 +234,12 @@ also be configured using a setup file. Specifies a rexexp of source files to exclude from processing. May be specified multiple times to add to exclude list. +* --include regexp + + Specifies a rexexp of source files, that would normally be excluded, + but that you wish to include in processing. + May be specified multiple times to add to include list. + * --adminuser name Specifies a username of a user (or, if openid is enabled, an openid) |