diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:05:30 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:05:30 +0100 |
| commit | 82741f65fc387e898e5e17f16a057b34bb6dddab (patch) | |
| tree | aba0d3c7b62583a87e1051c1270d254ed188a927 | |
| parent | 4dcd906e6d655c0b83ca011a4aa6bc26340b5547 (diff) | |
Improve documentation
| -rw-r--r-- | lib/chaos_calendar/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/chaos_calendar/README b/lib/chaos_calendar/README index 9b9f6cf..90b5497 100644 --- a/lib/chaos_calendar/README +++ b/lib/chaos_calendar/README | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | install libical (/usr/ports/devel/libical) | 1 | install libical (/usr/ports/devel/libical) |
| 2 | run gen.sh in this directory | 2 | run gen.sh in this directory |
| 3 | find ical_occurrences ruby extension in ./ | 3 | find ical_occurrences ruby extension in ./ |
| 4 | |||
| 5 | irb | ||
| 6 | >> require 'ical_occurrences' | ||
| 7 | occ_array = Ical_occurrences::occurrences( "20000101T230000", "20091231T230000", "FREQ=DAILY;COUNT=1200" ) | ||
| 8 | |||
| 9 | Be aware that the array is in UTC and will be converted to your local timezone before it is used. | ||
