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