Edgewall Software

Changes between Version 78 and Version 79 of MacroBazaar


Ignore:
Timestamp:
Mar 29, 2005, 7:12:20 AM (19 years ago)
Author:
Matthew Good <trac matt-good net>
Comment:

fix a spelling mistake

Legend:

Unmodified
Added
Removed
Modified
  • MacroBazaar

    v78 v79  
    244244Renders a calendar of links to date-based wiki pages.  Its primary use is for maintaining a calendar of meeting minutes, but it can be used in any situation where the wiki page name is based on the date.  It is designed to work well with the [wiki:MacroBazaar#Blog Blog] macro, so if a previous month is selected from the Blog, the calendar will display the selected month.
    245245
    246 Non-existant pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages.
     246Non-existent pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages.
    247247
    248248It takes one argument to specify the format of the page names.  It uses the time format syntax from the Python [http://python.org/doc/current/lib/module-time.html time module]'s {{{strftime}}} method.