omit recentchanges from various metadata pages
parent
152f32547f
commit
dd809404ec
|
@ -10,4 +10,4 @@ pages to search for broken links, default is search them all.
|
|||
|
||||
If this plugin is turned on, here's a list of broken links on this wiki:
|
||||
|
||||
[[brokenlinks ]]
|
||||
[[brokenlinks pages="* and !recentchanges/change_* and !recentchanges"]]
|
||||
|
|
|
@ -15,5 +15,6 @@ orphans.
|
|||
Here's a list of orphaned pages on this wiki:
|
||||
|
||||
[[orphans pages="* and !news/* and !todo/* and !bugs/* and !users/* and
|
||||
!examples/* and !tips/* and !sandbox/* and !wikiicons/* and !plugins/*"]]
|
||||
!recentchanges/change_* and !recentchanges and !examples/* and !tips/* and
|
||||
!sandbox/* and !wikiicons/* and !plugins/*"]]
|
||||
"""]]
|
||||
|
|
|
@ -10,5 +10,5 @@ pages to count, default is to count them all.
|
|||
This plugin is included in ikiwiki, but is not enabled by default.
|
||||
|
||||
If it is turned on it can tell us that this wiki includes
|
||||
[[pagecount ]] pages, of which [[pagecount pages="*/Discussion"]] are
|
||||
discussion pages.
|
||||
[[pagecount pages="* and !recentchanges/change_* and !recentchanges"]]
|
||||
pages, of which [[pagecount pages="*/Discussion"]] are discussion pages.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
This map excludes discussion pages, as well as subpages that are in feeds.
|
||||
|
||||
[[map pages="* and !*/discussion and !recentchanges/change_*
|
||||
[[map pages="* and !*/discussion and !recentchanges/change_* and !recentchanges
|
||||
and !bugs/* and !examples/*/* and !news/* and !tips/* and !plugins/*
|
||||
and !sandbox/* and !todo/* and !users/*
|
||||
and !*.css and !*.ico and !*.png and !*.svgz and !*.gif"]]
|
||||
|
|
Loading…
Reference in New Issue