summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2009-01-18 11:40:57 -0500
committerJoey Hess <joey@kitenet.net>2009-01-18 11:40:57 -0500
commite98f1b246a91f499d332f2d6e42d45a88d368681 (patch)
tree9e19b2af9f9585d291dece843cd6a1a9c43880a9 /doc/plugins/contrib
parent5f80ac3202e61440d3a0fbcc486e13c16309d5ad (diff)
fix typo, mention git branch
Diffstat (limited to 'doc/plugins/contrib')
-rw-r--r--doc/plugins/contrib/underlay.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/contrib/underlay.mdwn b/doc/plugins/contrib/underlay.mdwn
index 94651f1d3..72893c992 100644
--- a/doc/plugins/contrib/underlay.mdwn
+++ b/doc/plugins/contrib/underlay.mdwn
@@ -5,7 +5,7 @@ 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
-instance, the smiley images used by [[plugins/smileys]]), but they can also be
+instance, the images used by the [[plugins/smiley]] plugin), but they can also be
used as a way to pull in external files that you don't want in revision control,
like photos or software releases.
@@ -13,6 +13,9 @@ 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.
+Please feel free to add this plugin to ikiwiki if it seems like a good
+thing to have. See the 'underlay' branch in my git repository.
+
#!/usr/bin/perl
package IkiWiki::Plugin::underlay;
# Copyright © 2008 Simon McVittie <http://smcv.pseudorandom.co.uk/>