From: spalax Date: Thu, 7 Jun 2012 23:47:45 +0000 (-0400) Subject: Contrib plugin monthcalendar X-Git-Tag: 3.20120629~33 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e2cff3e27ee6b179822bbea6a2f93307ade18433?hp=5a1e11f4d6a886d75e1fd53f495dc7495d81a66c Contrib plugin monthcalendar --- 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)