switch plugins page to use a map instead of an inline

A map just seems a better fit for reference, since it deliniates the
contrib plugins better, and orders better.

It also has the advantage of being less expensive, since the plugins page
does not need to update when eg, the pagecount page changes.

Only downside is, no rss feed of new plugins. Which I know a few people
were subscribed to.
master
Joey Hess 2009-10-05 15:26:15 -04:00
parent d6cdced589
commit f7d04d1067
2 changed files with 3 additions and 7 deletions

View File

@ -13,7 +13,5 @@ will fit most uses of ikiwiki.
## Plugin directory ## Plugin directory
[[!inline pages="plugins/* and !plugins/type/* and !plugins/write and [[!map pages="plugins/* and !plugins/type/* and !plugins/write and
!plugins/write/* and !plugins/contrib and !plugins/install and !*/Discussion" !plugins/write/* and !plugins/contrib and !plugins/install and !*/Discussion"]]
feedpages="created_after(plugins/graphviz)" archive="yes" sort=title
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]

View File

@ -1,6 +1,4 @@
These plugins are provided by third parties and are not currently These plugins are provided by third parties and are not currently
included in ikiwiki. See [[install]] for installation help. included in ikiwiki. See [[install]] for installation help.
[[!inline pages="plugins/contrib/* and !*/Discussion" [[!map pages="plugins/contrib/* and !*/Discussion"]]
feedpages="created_after(plugins/contrib/navbar)" archive="yes"
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]