comment
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Apr 2010 18:09:02 +0000 (14:09 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 6 Apr 2010 18:09:02 +0000 (14:09 -0400)
doc/users/KathrynAndersen/discussion.mdwn

index 288ea8c51e750293965bbe71a09863116f5eb53f..35340b22f7f164a801e877c6071bb7ef763f37a4 100644 (file)
@@ -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]]