From: Joey Hess Date: Tue, 6 Dec 2011 17:24:25 +0000 (-0400) Subject: better pagespec for sitemap, using page(*) to only show pages and not other X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=30938ee2551cf0b4cb979f7bddeae1cf78cc4baf better pagespec for sitemap, using page(*) to only show pages and not other files --- diff --git a/doc/sitemap.mdwn b/doc/sitemap.mdwn index ca8e1dc30..095ef95df 100644 --- a/doc/sitemap.mdwn +++ b/doc/sitemap.mdwn @@ -1,6 +1,5 @@ This map excludes discussion pages, as well as subpages that are in feeds. -[[!map pages="* and !*/discussion and !recentchanges +[[!map pages="page(*) and !*/discussion and !recentchanges and !bugs/* and !examples/*/* and !news/* and !tips/* and !plugins/* -and !sandbox/* and !forum/* and !todo/* and !users/* -and !*.css and !*.ico and !*.png and !*.svgz and !*.svg and !*.gif and !*.js"]] +and !sandbox/* and !forum/* and !todo/* and !users/*"]]