public
Description: A Sinatra app that creates turns the BBC Gardener Planner data into the .ics format
Homepage:
Clone URL: git://github.com/whomwah/gwplanner.git
name age message
file Capfile Thu Oct 15 13:58:23 -0700 2009 add a capfile for deployment [whomwah]
file README Fri Oct 16 01:07:00 -0700 2009 a md5 hash of calendar to .ics a bit of a code ... [whomwah]
file app.rb Mon Oct 19 04:00:12 -0700 2009 update X-WR-RELCALID still trying to understand... [Duncan Robertson]
file config.ru Fri Oct 16 00:43:50 -0700 2009 move rack/cache setup to config file rename cla... [whomwah]
directory public/ Thu Oct 15 14:23:14 -0700 2009 udd public dir [whomwah]
directory tmp/ Wed Oct 14 14:36:06 -0700 2009 initial import [whomwah]
README
BBC Gardeners' Planner as an .ics calendar
------------------------------------------

This app takes the data that is used to power:
http://www.bbc.co.uk/gardening/calendar/ 

and converts it into the .ics calendar format, so can subscribe to
it in your favourite calendaring tool like iCal or Google Calendar:

/planner.ics                         # full planner
/planner.ics?s=pond,trees,wildlife   # custom planner

Below are an example of the sections you can filter the calendar by.
This may change at any time, so it's best to use this list provided
by the app, when you go to /.

beddingplants
bulbs
celebritytips
climbingplants
containers
fruit
greenhouse
hedges
herbs
houseplants
lawn
perennials
pond
roses
shrubs
trees
vegetables
wildlife

This Sinatra app is currently setup to run under Passenger, you 
can find installation instructions at:

http://www.modrails.com/documentation/Users%20guide%20Apache.html#_sinatra

It requires these gems to be installed:

- sinatra
- nokogiri
- icalendar
- rack/cache

I'm afraid the app comes as is, with no support.