goodstuff update
* goodstuff: Remove otl plugin from the bundle since it needs a significant external dependency and is not commonly used. If you use otl, make sure you explicitly enable it now. * goodstuff: Add more, progress, and table plugins to the bundle.master
parent
5d53fab853
commit
d9d783c4bc
|
@ -11,16 +11,18 @@ my @bundle=qw{
|
||||||
img
|
img
|
||||||
map
|
map
|
||||||
meta
|
meta
|
||||||
|
more
|
||||||
orphans
|
orphans
|
||||||
pagecount
|
pagecount
|
||||||
pagestats
|
pagestats
|
||||||
|
progress
|
||||||
shortcut
|
shortcut
|
||||||
smiley
|
smiley
|
||||||
tag
|
tag
|
||||||
|
table
|
||||||
template
|
template
|
||||||
toc
|
toc
|
||||||
toggle
|
toggle
|
||||||
otl
|
|
||||||
};
|
};
|
||||||
|
|
||||||
sub import { #{{{
|
sub import { #{{{
|
||||||
|
|
|
@ -6,6 +6,10 @@ ikiwiki (2.64) UNRELEASED; urgency=low
|
||||||
* progress: New plugin to generate progress bars (willu)
|
* progress: New plugin to generate progress bars (willu)
|
||||||
* Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.
|
* Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.
|
||||||
* img: Support sizes like 200x. Closes: #475149
|
* img: Support sizes like 200x. Closes: #475149
|
||||||
|
* goodstuff: Remove otl plugin from the bundle since it needs a significant
|
||||||
|
external dependency and is not commonly used. If you use otl, make sure
|
||||||
|
you explicitly enable it now.
|
||||||
|
* goodstuff: Add more, progress, and table plugins to the bundle.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Mon, 08 Sep 2008 19:21:20 -0400
|
-- Joey Hess <joeyh@debian.org> Mon, 08 Sep 2008 19:21:20 -0400
|
||||||
|
|
||||||
|
|
|
@ -13,15 +13,17 @@ Currently included:
|
||||||
* [[img]]
|
* [[img]]
|
||||||
* [[map]]
|
* [[map]]
|
||||||
* [[meta]]
|
* [[meta]]
|
||||||
|
* [[more]]
|
||||||
* [[orphans]]
|
* [[orphans]]
|
||||||
* [[pagecount]]
|
* [[pagecount]]
|
||||||
* [[pagestats]]
|
* [[pagestats]]
|
||||||
|
* [[progress]]
|
||||||
* [[shortcut]]
|
* [[shortcut]]
|
||||||
* [[smiley]]
|
* [[smiley]]
|
||||||
* [[tag]]
|
* [[tag]]
|
||||||
|
* [[table]]
|
||||||
* [[template]]
|
* [[template]]
|
||||||
* [[toc]]
|
* [[toc]]
|
||||||
* [[toggle]]
|
* [[toggle]]
|
||||||
* [[otl]]
|
|
||||||
|
|
||||||
New plugins will be added to this bundle from time to time.
|
New plugins will be added to this bundle from time to time.
|
||||||
|
|
|
@ -45,13 +45,13 @@ Version 3.0 will be an opportunity to make significant transitions.
|
||||||
* Default to using `aggregateinternal`.
|
* Default to using `aggregateinternal`.
|
||||||
* Remove deprecated prefs form settings for `allowed_attachments` and
|
* Remove deprecated prefs form settings for `allowed_attachments` and
|
||||||
`locked_pages`.
|
`locked_pages`.
|
||||||
* [[todo/Adjust_goodstuff]]
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
# future goals
|
# future goals
|
||||||
|
|
||||||
* More documentation in the basewiki, including documentation for all enabled plugins.
|
* More documentation in the basewiki, including documentation for all enabled
|
||||||
|
plugins.
|
||||||
* Conversion support for existing other wikis.
|
* Conversion support for existing other wikis.
|
||||||
(Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]]
|
(Being worked on for MoinMoin and TWiki by [[Josh_Triplett|JoshTriplett]]
|
||||||
and Jamey Sharp; support for other wikis should fit into the same
|
and Jamey Sharp; support for other wikis should fit into the same
|
||||||
|
|
|
@ -8,3 +8,5 @@ Alternatively, if including items that have minor external dependencies:
|
||||||
* Possibly add [[plugins/table]].
|
* Possibly add [[plugins/table]].
|
||||||
|
|
||||||
--[[JoshTriplett]]
|
--[[JoshTriplett]]
|
||||||
|
|
||||||
|
[[done]]
|
||||||
|
|
Loading…
Reference in New Issue