diff options
| author | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:11:38 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@dyn-174.club.berlin.ccc.de> | 2009-04-09 20:11:38 +0200 |
| commit | 8c6b4dcf08268ed2971b06df40c733ba28448582 (patch) | |
| tree | 7fe9b0b5c756e385c846b13a4bde095672774d93 /lib/chaos_calendar/README | |
| parent | 2ca3a93bca6ebc8e4639c1dc028eb7804bc1f727 (diff) | |
Make chaos calendar gem
Diffstat (limited to 'lib/chaos_calendar/README')
| -rw-r--r-- | lib/chaos_calendar/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chaos_calendar/README b/lib/chaos_calendar/README index 90b54973..9d999308 100644 --- a/lib/chaos_calendar/README +++ b/lib/chaos_calendar/README | |||
| @@ -1,9 +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 chaos_calendar ruby extension in ./ |
| 4 | 4 | ||
| 5 | irb | 5 | irb |
| 6 | >> require 'ical_occurrences' | 6 | >> require 'chaos_calendar' |
| 7 | occ_array = Ical_occurrences::occurrences( "20000101T230000", "20091231T230000", "FREQ=DAILY;COUNT=1200" ) | 7 | occ_array = Chaos_calendar::occurrences( "20000101T230000", "20091231T230000", "FREQ=DAILY;COUNT=1200" ) |
| 8 | 8 | ||
| 9 | Be aware that the array is in UTC and will be converted to your local timezone before it is used. | 9 | Be aware that the array is in UTC and will be converted to your local timezone before it is used. |
