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
parent
d6cdced589
commit
f7d04d1067
|
@ -13,7 +13,5 @@ will fit most uses of ikiwiki.
|
|||
|
||||
## Plugin directory
|
||||
|
||||
[[!inline pages="plugins/* and !plugins/type/* and !plugins/write and
|
||||
!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]]
|
||||
[[!map pages="plugins/* and !plugins/type/* and !plugins/write and
|
||||
!plugins/write/* and !plugins/contrib and !plugins/install and !*/Discussion"]]
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
These plugins are provided by third parties and are not currently
|
||||
included in ikiwiki. See [[install]] for installation help.
|
||||
|
||||
[[!inline pages="plugins/contrib/* and !*/Discussion"
|
||||
feedpages="created_after(plugins/contrib/navbar)" archive="yes"
|
||||
rootpage="plugins/contrib" postformtext="Add a new plugin named:" show=0]]
|
||||
[[!map pages="plugins/contrib/* and !*/Discussion"]]
|
||||
|
|
Loading…
Reference in New Issue