master
http://kerravonsen.dreamwidth.org/ 2010-04-06 22:24:24 +00:00 committed by Joey Hess
parent 899639f10d
commit af99d4cb10
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ that as a patch to the existing map plugin.) --[[Joey]]
>> 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]]
>> does not have to be loaded unless the feature is used. --[[Joey]]
>>> Unfortunately, HTML::LinkList isn't an optional feature for pmap; that's what it uses to create the HTML for the map. --[[KathrynAndersen]]
> 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.