diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-18 13:06:04 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-07-18 13:06:04 +0100 |
commit | d2b1264546fa412db8c1591bc8bb14aba04b960d (patch) | |
tree | 99dc9a667413bd4c78fea1a997f5590cb27e639e /doc/todo/enable-htaccess-files.mdwn | |
parent | fe88c81562bbcca202ca28dc765d6b07febfb3d8 (diff) | |
download | ikiwiki-d2b1264546fa412db8c1591bc8bb14aba04b960d.tar ikiwiki-d2b1264546fa412db8c1591bc8bb14aba04b960d.tar.gz |
Tag patches with the plugin to which they apply, or core
Diffstat (limited to 'doc/todo/enable-htaccess-files.mdwn')
-rw-r--r-- | doc/todo/enable-htaccess-files.mdwn | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/todo/enable-htaccess-files.mdwn b/doc/todo/enable-htaccess-files.mdwn index 15efab70c..968279113 100644 --- a/doc/todo/enable-htaccess-files.mdwn +++ b/doc/todo/enable-htaccess-files.mdwn @@ -12,7 +12,7 @@ qr/(^|\/).svn\//, qr/.arch-ids\//, qr/{arch}\//], wiki_link_regexp => qr/\[\[(?:([^\]\|]+)\|)?([^\s\]#]+)(?:#([^\s\]]+))?\]\]/, -[[!tag patch]] +[[!tag patch patch/core]] This lets the site administrator have a `.htaccess` file in their underlay directory, say, then get it copied over when the wiki is built. Without @@ -52,5 +52,3 @@ It should be off by default of course. --Max --- +1 for various purposes (but sometimes the filename isn't `.htaccess`, so please make it configurable) --[[schmonz]] - -[[!tag patch]] |