diff options
| author | hukl <contact@smyck.org> | 2009-04-11 00:32:20 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-11 00:32:20 +0200 |
| commit | fb1b58233df206fff3ec4237caf5fe5576b80a9b (patch) | |
| tree | 473216f85267f41238fa777f6a48d36745b4d609 /lib/chaos_calendar/README | |
| parent | 44e1eff0155d3da825ae7f4ef9e334a8e231e909 (diff) | |
removed lib/chaos_calendar as we now have the erdgeist-chaos_calendar gem on github - YAY!
Diffstat (limited to 'lib/chaos_calendar/README')
| -rw-r--r-- | lib/chaos_calendar/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/chaos_calendar/README b/lib/chaos_calendar/README deleted file mode 100644 index 9d999308..00000000 --- a/lib/chaos_calendar/README +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | install libical (/usr/ports/devel/libical) | ||
| 2 | run gen.sh in this directory | ||
| 3 | find chaos_calendar ruby extension in ./ | ||
| 4 | |||
| 5 | irb | ||
| 6 | >> require 'chaos_calendar' | ||
| 7 | occ_array = Chaos_calendar::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. | ||
