use among limit for correctness
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 5 Oct 2009 21:03:16 +0000 (17:03 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 5 Oct 2009 21:03:16 +0000 (17:03 -0400)
IkiWiki/Plugin/pagestats.pm
doc/plugins.mdwn

index 00b919325ff3b194f7159a84133515721d83328c..0765c1cfa1ac566343923bd8e1491fa822a29324 100644 (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); 
        
index bd7ee538b94555eb555f41add5fa241fde1eb82b..697b4a21964c884703bf616c6626fb82ba4b1f1d 100644 (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.