public
Description: fork of Geoffrey Grosenbach's calendar_helper rails plugin (http://topfunky.net/svn/plugins/calendar_helper)
Homepage:
Clone URL: git://github.com/adzap/calendar_helper.git
calendar_helper / README.txt
100644 38 lines (23 sloc) 0.837 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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.