shuber / event_calendar

Generates html event calendars with ruby

This URL has Read+Write access

name age message
file .gitignore Fri Oct 09 15:36:52 -0700 2009 update gitignore [shuber]
file MIT-LICENSE Mon Oct 05 12:16:06 -0700 2009 Initial commit [shuber]
file README.rdoc Thu Nov 05 20:56:25 -0800 2009 rename to event_calendar [shuber]
file Rakefile Thu Nov 05 20:56:25 -0800 2009 rename to event_calendar [shuber]
file VERSION Thu Nov 05 20:56:55 -0800 2009 Version bump to 0.0.0 [shuber]
directory assets/ Fri Oct 09 18:22:42 -0700 2009 refactor js [shuber]
file init.rb Thu Nov 05 20:56:25 -0800 2009 rename to event_calendar [shuber]
directory lib/ Thu Nov 05 20:56:25 -0800 2009 rename to event_calendar [shuber]
directory test/ Thu Nov 05 20:56:25 -0800 2009 rename to event_calendar [shuber]
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.