Penguin
Diff: CalendarPlugin
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of CalendarPlugin.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, September 6, 2003 2:30:15 pm by CraigBox Revert
Older page: version 1 Last edited on Wednesday, July 24, 2002 10:17:43 pm by The PhpWiki programming team Revert
@@ -1,9 +1,9 @@
 The CalendarPlugin can be used to generate a monthly calendar in a wiki page. It's handy for [PersonalWiki]s. 
  
 Individual dates in the calendar link to specially named wiki pages. The names for the "day pages" are by default formed by appending the date to the pagename on which the calendar appears. 
  
-''This feature was inspired by [Manila|http://manila.userland.com/], and first implemented by GaryBenson . It was later implemented as a WikiPlugin by JeffDairiki .'' 
+''This feature was inspired by [Manila|http://manila.userland.com/], and first implemented by Gary Benson . It was later implemented as a WikiPlugin by Jeff Dairiki .'' 
  
 !!Usage: 
  <?plugin Calendar?> 
  
@@ -36,7 +36,7 @@
 ----- 
  
 ! Patch for 1.2 
  
-GaryBenson wrote the first calendar implementation for PhpWiki 1.2. (Since 1.2 doesn't support plugins, it uses a ###CALENDAR### token as a trigger.) Gary provides a screenshot at http://inauspicious.org/files/screenshots/calender.png, a [patch |http://inauspicious.org/files/phpwiki/phpwiki-1.2.-calendar.patch] (on 1.2.), and [calendar.php |http://inauspicious.org/files/phpwiki/calendar.php] (which renders a view of the year.) 
+Gary Benson wrote the first calendar implementation for PhpWiki 1.2. (Since 1.2 doesn't support plugins, it uses a ###CALENDAR### token as a trigger.) Gary provides a screenshot at http://inauspicious.org/files/screenshots/calender.png, a [patch |http://inauspicious.org/files/phpwiki/phpwiki-1.2.-calendar.patch] (on 1.2.), and [calendar.php |http://inauspicious.org/files/phpwiki/calendar.php] (which renders a view of the year.) 
 ---- 
 PhpWikiDocumentation