shuber / event_calendar
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Oct 09 15:36:52 -0700 2009 | |
| |
MIT-LICENSE | Mon Oct 05 12:16:06 -0700 2009 | |
| |
README.rdoc | Thu Nov 05 20:56:25 -0800 2009 | |
| |
Rakefile | Thu Nov 05 20:56:25 -0800 2009 | |
| |
VERSION | Thu Nov 05 20:56:55 -0800 2009 | |
| |
assets/ | Fri Oct 09 18:22:42 -0700 2009 | |
| |
init.rb | Thu Nov 05 20:56:25 -0800 2009 | |
| |
lib/ | Thu Nov 05 20:56:25 -0800 2009 | |
| |
test/ | Thu Nov 05 20:56:25 -0800 2009 |
README.rdoc
event_calendar
Generates HTML event calendars with ruby
INCOMPLETE
Installation
gem install event_calendar --source http://gemcutter.org
Usage
@calendar = Calendar.new(2009, 10, :events => Event.all) puts @calendar.to_html
Note on Patches/Pull Requests
- Fork the project.
- Make your feature addition or bug fix.
- Add tests for it. This is important so I don’t break it in a future version unintentionally.
- Commit, do not mess with rakefile, version, or history. (if you want to
have your own version, that is fine but
bump version in a commit by itself I can ignore when I pull)
- Send me a pull request. Bonus points for topic branches.
Copyright
Copyright © 2009 Sean Huber. See MIT-LICENSE for details.
