aboutsummaryrefslogtreecommitdiff
path: root/doc/users/KathrynAndersen/discussion.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-06 14:09:02 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-06 14:09:02 -0400
commitff267e7ac33226cfbdf30ae8e9b9f7688c485dc7 (patch)
tree3ef0b54c3d223043c856b2e35dcd81a4e054c111 /doc/users/KathrynAndersen/discussion.mdwn
parent6fd59908ba8f6999f63c94c918f8c309ed108f74 (diff)
downloadikiwiki-ff267e7ac33226cfbdf30ae8e9b9f7688c485dc7.tar
ikiwiki-ff267e7ac33226cfbdf30ae8e9b9f7688c485dc7.tar.gz
comment
Diffstat (limited to 'doc/users/KathrynAndersen/discussion.mdwn')
-rw-r--r--doc/users/KathrynAndersen/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/users/KathrynAndersen/discussion.mdwn b/doc/users/KathrynAndersen/discussion.mdwn
index 288ea8c51..35340b22f 100644
--- a/doc/users/KathrynAndersen/discussion.mdwn
+++ b/doc/users/KathrynAndersen/discussion.mdwn
@@ -9,6 +9,10 @@ that as a patch to the existing map plugin.) --[[Joey]]
> I think pmap is probably better as a separate plugin, because it has additional dependencies (HTML::LinkList) which people might not want to have to install.
+>> One approach commonly used in ikiwiki is to make such optional features
+>> be enabled by a switch somewhere, and 'eval q{use Foo}` so the module
+>> does not have to be loaded unless the feature is used. --[[Joey]]
+
> The "includepage" plugin I'm not sure whether it is worth releasing or not; it's basically a cut-down version of "inline", because the inline plugin is so complicated and has so many options, I felt more at ease to have something simpler.
> --[[KathrynAndersen]]