From d35482c719d9a8ac61c64505bc445f80b8a01f2e Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Sun, 27 Dec 2009 12:29:02 +0100 Subject: [PATCH] Remind 03.01.07 A sophisticated calendar and alarm program. It includes the following features: - A sophisticated scripting language and intelligent handling of exceptions and holidays. - Plain-text, PostScript and HTML output. - Timed reminders and pop-up alarms. - A friendly graphical front-end for people who don't want to learn the scripting language. - Facilities for both the Gregorian and Hebrew calendars. - Support for 12 different languages. --- Formula/remind.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Formula/remind.rb diff --git a/Formula/remind.rb b/Formula/remind.rb new file mode 100644 index 0000000000..3cf191175d --- /dev/null +++ b/Formula/remind.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Remind