aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/calendar.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2010-04-15 13:40:53 -0400
committerJoey Hess <joey@gnu.kitenet.net>2010-04-15 13:40:53 -0400
commit3131433f64235ad5425eb93d5773580b607876fb (patch)
treef92e1875f8b3ad155ecc75414eaafab6d98d9969 /IkiWiki/Plugin/calendar.pm
parent81ce1cf9daf113c88581407d5e68d8f6ee61d674 (diff)
downloadikiwiki-3131433f64235ad5425eb93d5773580b607876fb.tar
ikiwiki-3131433f64235ad5425eb93d5773580b607876fb.tar.gz
calendar: Add archive_pagespec, which is used by ikiwiki-calendar to specify which pages to include on the calendar archive pages. (The pagespec can still also be specified on the ikiwiki-calendar command line.)
Diffstat (limited to 'IkiWiki/Plugin/calendar.pm')
-rw-r--r--IkiWiki/Plugin/calendar.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/calendar.pm b/IkiWiki/Plugin/calendar.pm
index ff84bc440..0f0e9518a 100644
--- a/IkiWiki/Plugin/calendar.pm
+++ b/IkiWiki/Plugin/calendar.pm
@@ -47,6 +47,14 @@ sub getsetup () {
safe => 1,
rebuild => 1,
},
+ archive_pagespec => {
+ type => "pagespec",
+ example => "posts/* and !*/Discussion",
+ description => "PageSpec of pages to include in the archives; used by ikiwiki-calendar command",
+ link => 'ikiwiki/PageSpec',
+ safe => 1,
+ rebuild => 0,
+ },
}
sub is_leap_year (@) {