arturaz / calendar_helper forked from adzap/calendar_helper
- Source
- Commits
- Network (8)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
x11 (author)
Wed Sep 10 07:53:29 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
MIT-LICENSE | Wed Apr 26 00:21:00 -0700 2006 | |
| |
README.txt | ||
| |
Rakefile | ||
| |
generators/ | ||
| |
init.rb | Wed Apr 26 00:21:00 -0700 2006 | |
| |
lib/ | ||
| |
test/ |
README.txt
CalendarHelper ============== A simple helper for creating an HTML calendar. The "calendar" method will be automatically available to your view templates. There is also a Rails generator that copies some stylesheets for use alone or alongside existing stylesheets. Authors ======= Jeremy Voorhis -- http://jvoorhis.com Original implementation Geoffrey Grosenbach -- http://nubyonrails.com Test suite and conversion to a Rails plugin Adam Meehan -- http://duckpunching.com Forked plugin to put on GitHub and customize Contributors ============ * Jarkko Laine http://jlaine.net/ * Tom Armitage http://infovore.org * Bryan Larsen http://larsen.st Usage ===== See the RDoc (or use "rake rdoc"). To copy the CSS files, use ./script/generate calendar_styles CSS will be copied to subdirectories of public/stylesheets/calendar.

