aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/calendar.mdwn
Commit message (Collapse)AuthorAge
* calendar: Improved display of arrows.Joey Hess2010-04-15
|
* plugin tag reorgJoey Hess2010-02-12
|
* ikiwiki-calendar: New command automates creation of archive pages using the ↵Joey Hess2009-10-11
| | | | calendar plugin.
* typoJoey Hess2009-10-11
|
* Typo.PaulePanter2009-01-17
|
* reorg from will's changesJoey Hess2008-09-11
| | | | | | | | The info about the cron job was lost (!), as was a paragraph about what pages the calendar links to. The CSS docs seems to fit better in the plugin page than the directive page, moved it back.
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
|
* Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* remove test codeJoey Hess2007-12-09
|
* * The calendar plugin stores state about when it needs to be updated,Joey Hess2007-12-08
| | | | | | | | and forces rebuilds of the pages that contain calendars. So running ikiwiki --refresh at midnight is now enough, no need for a full wiki rebuild each midnight. * calendar: Work around block html parsing bug in markdown 1.0.1 by enclosing the calendar in an extra div.
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* * Add a calendar plugin, contributed by Manoj Srivastava.joey2007-10-23
* Reformat calendar plugin to ikiwiki conventions. * The calendar plugin made *every* page depend on every other page, which seemed a wee tiny little bit overkill. Fixed the dependency calculations (I hope.) * Removed manual ctime statting code, and just have the calendar plugin use %pagectime.