diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-09 16:11:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-09 16:11:16 -0400 |
commit | d9d783c4bc70ecffb6eab0d8ec474687af2ad4bc (patch) | |
tree | 0db0db30eaa192bdb1725f7386a3e6f290568af5 /IkiWiki/Plugin | |
parent | 5d53fab853def09bcc2c7455cabdbc9a002746e2 (diff) |
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.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/goodstuff.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/goodstuff.pm b/IkiWiki/Plugin/goodstuff.pm index df928f222..08ed960b4 100644 --- a/IkiWiki/Plugin/goodstuff.pm +++ b/IkiWiki/Plugin/goodstuff.pm @@ -11,16 +11,18 @@ my @bundle=qw{ img map meta + more orphans pagecount pagestats + progress shortcut smiley tag + table template toc toggle - otl }; sub import { #{{{ |