From e2cff3e27ee6b179822bbea6a2f93307ade18433 Mon Sep 17 00:00:00 2001 From: spalax Date: Thu, 7 Jun 2012 19:47:45 -0400 Subject: [PATCH 1/1] Contrib plugin monthcalendar --- doc/plugins/contrib/monthcalendar.mdwn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/plugins/contrib/monthcalendar.mdwn diff --git a/doc/plugins/contrib/monthcalendar.mdwn b/doc/plugins/contrib/monthcalendar.mdwn new file mode 100644 index 000000000..d48e4d6b7 --- /dev/null +++ b/doc/plugins/contrib/monthcalendar.mdwn @@ -0,0 +1,23 @@ +# Monthcalendar + +This plugin displays a calendar, containing in each of its day the list of links of pages published on this day. It can be used, for example, to display archives of blog posts, or to announce events. + +## Usage + +### Directive + + \[[!monthcalendar type="month" year="2012" month="06" pages="events/*"]] + +### Automation + +By using the following line in template `calendarmonth.tmpl`, you can have `ikiwiki-calendar` using this plugin to display monthly archives. + + \[[!monthcalendar type="month" year="" month="" pages=""]] + +## Code + +Code and documentation can be found here : [[https://atelier.gresille.org/projects/gresille-ikiwiki/wiki/Monthcalendar]]. + +## Example + +This plugin is used in [our website](http://www.gresille.org/evenements/calendrier/2012/03) -- 2.44.0