meta: Plugin is now enabled by default since the basewiki uses it.

master
Joey Hess 2008-11-06 16:08:11 -05:00
parent 72c03656f9
commit db5ea4d4f0
6 changed files with 5 additions and 4 deletions

View File

@ -120,7 +120,7 @@ sub getsetup () { #{{{
},
default_plugins => {
type => "internal",
default => [qw{mdwn link inline htmlscrubber passwordauth
default => [qw{mdwn link inline meta htmlscrubber passwordauth
openid signinedit lockedit conditional
recentchanges parentlinks editpage}],
description => "plugins to enable by default",

View File

@ -10,7 +10,6 @@ my @bundle=qw{
brokenlinks
img
map
meta
more
orphans
pagecount

1
debian/changelog vendored
View File

@ -4,6 +4,7 @@ ikiwiki (2.69) UNRELEASED; urgency=low
links. Since this needs the just released XML::Feed 0.3, as well
as a not yet released XML::RSS, it will fall back to the old method
if no xml:base info is available.
* meta: Plugin is now enabled by default since the basewiki uses it.
-- Joey Hess <joeyh@debian.org> Thu, 06 Nov 2008 16:01:00 -0500

View File

@ -1,3 +1,5 @@
[[plugins/meta]] is not enabled by default, yet some pages in the default basewiki include [[the_meta_directive|ikiwiki/directive/meta]], notably the [[ikiwiki]] heirarchy.
This means that the default output of "ikiwiki src dest", for two empty directories src and dest, result in the meta directive being displayed inline with the page text.
> [[done]], meta now enabled by default.

View File

@ -12,7 +12,6 @@ Currently included:
* [[brokenlinks]]
* [[img]]
* [[map]]
* [[meta]]
* [[more]]
* [[orphans]]
* [[pagecount]]

View File

@ -1,4 +1,4 @@
[[!template id=plugin name=meta author="[[Joey]]"]]
[[!template id=plugin name=meta core=1 author="[[Joey]]"]]
[[!tag type/meta]]
This plugin provides the [[ikiwiki/directive/meta]] [[ikiwiki/directive]],