]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/calendar.pm
calendar: Tune archive_pagespec to only match pages, not other files.
[ikiwiki.git] / IkiWiki / Plugin / calendar.pm
index 359c9b86141541549a1f42a32fa0ef869ec08987..bb995d49956e27234e5bb9b621c2caa641b93d40 100644 (file)
@@ -49,7 +49,7 @@ sub getsetup () {
                },
                archive_pagespec => {
                        type => "pagespec",
-                       example => "posts/* and !*/Discussion",
+                       example => "page(posts/*) and !*/Discussion",
                        description => "PageSpec of pages to include in the archives; used by ikiwiki-calendar command",
                        link => 'ikiwiki/PageSpec',
                        safe => 1,