Changes between Initial Version and Version 1 of WikiCalendarMacro


Ignore:
Timestamp:
Jul 10, 2005, 4:30:34 PM (19 years ago)
Author:
Matt Good
Comment:

New hack WikiCalendarMacro, created by mgood

Legend:

Unmodified
Added
Removed
Modified
  • WikiCalendarMacro

    v1 v1  
     1= WikiCalendar Macro =
     2
     3== Description ==
     4
     5Renders 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.
     6
     7Non-existent pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages.
     8
     9It 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.
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for WikiCalendarMacro are
     14[report:9?COMPONENT=WikiCalendarMacro here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.swapoff.org/newticket?component=WikiCalendarMacro&owner=mgood new ticket].
     18
     19== Download ==
     20
     21[source:wikicalendarmacro/0.8 WikiCalendarMacro for 0.8].
     22
     23== Source ==
     24
     25You can check out the source for WikiCalendarMacro from Subversion at http://trac-hacks.swapoff.org/svn/wikicalendarmacro.
     26
     27== Example ==
     28
     29Example:
     30{{{
     31[[WikiCalendar(Meeting-%Y-%m-%d)]]
     32}}}
     33
     34== Author/Contributors ==
     35
     36'''Author:''' [wiki:mgood mgood] [[BR]]
     37'''Contributors:'''
     38
     39[[TagIt(macro,mgood,example,0.8)]]