From 527a4743a0e7ed7b054e01e5023ebee3ce8ee632 Mon Sep 17 00:00:00 2001 From: "Ralph J.Mayer" Date: Sat, 23 Aug 2014 20:33:09 +0200 Subject: [PATCH] readme and directories --- README.md | 12 +++++++++++- output/.gitignore | 0 source/.gitignore | 0 temp/.gitignore | 0 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 output/.gitignore create mode 100644 source/.gitignore create mode 100644 temp/.gitignore diff --git a/README.md b/README.md index 6cd1de8..f9de593 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ eventdb ======= -little tools to convert lists of evens +little tools to convert lists of events + +Take an Excelsheet and convert it to an ics-file. + +Prerequisites +============= +* Perl http://www.perl.org/ +* remind http://www.roaringpenguin.com/products/remind +* rem2ics https://github.com/scy/rem2ics +* rem2html https://github.com/SwissKid/rem2html +* make https://www.gnu.org/software/make/ diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/source/.gitignore b/source/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/temp/.gitignore b/temp/.gitignore new file mode 100644 index 0000000..e69de29