use among limit for correctness

master
Joey Hess 2009-10-05 17:03:16 -04:00
parent a4df28f42a
commit 031d1bf504
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ sub preprocess (@) {
add_depends($params{page}, $params{pages}, exists => 1);
# Also needs to update when any page with links changes,
# in case the links point to our displayed pages.
# (Amoung limits this further.)
# (Among limits this further.)
add_depends($params{page}, exists $params{among} ? $params{among} : "*",
links => 1);

View File

@ -1,7 +1,7 @@
Most of ikiwiki's [[features]] are implemented as plugins. Many of these
plugins are included with ikiwiki.
[[!pagestats pages="plugins/type/* and !plugins/type/slow"]]
[[!pagestats pages="plugins/type/* and !plugins/type/slow" among="plugins/*"]]
There's documentation if you want to [[write]] your own plugins, or you can
[[install]] plugins [[contributed|contrib]] by others.