diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-08 17:27:37 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-08 17:27:37 -0400 |
commit | 2a99ebf2766a08f8d68a82255d1518ecac73ec84 (patch) | |
tree | b92d617498472a2dd497b172f855c4c54651c4b2 /doc | |
parent | 93ab004cc23e183199d760f9ecd5afee260c47e9 (diff) |
underlay: Also allow configuring additional directories to search for template files in.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/underlay.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/plugins/underlay.mdwn b/doc/plugins/underlay.mdwn index 09d096a6e..f7eafee7c 100644 --- a/doc/plugins/underlay.mdwn +++ b/doc/plugins/underlay.mdwn @@ -1,7 +1,7 @@ [[!template id=plugin name=underlay author="[[Simon_McVittie|smcv]]"]] [[!tag type/useful]] -This plugin adds an `add_underlays` option to the `.setup` file. +This plugin adds an `add_underlays` option to the setup file. Its value is a list of underlay directories whose content is added to the wiki. Multiple underlays are normally set up automatically by other plugins (for @@ -12,3 +12,9 @@ like photos or software releases. Directories in `add_underlays` should usually be absolute. If relative, they're interpreted as relative to the parent directory of the basewiki underlay, which is probably not particularly useful in this context. + +-- + +This plugin also adds an `add_templates` option to the setup file. +Its value is a list of template directories to look for template files in, +if they are not present in the `templatedir`. |