From 08bc25e77525bda4b34ca4308498825950ba0bf9 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Thu, 9 Jan 2014 13:19:32 +0000 Subject: [PATCH] Added README. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d00437d --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +filmical +======== + +A simple program that produces an ical feed of upcoming UK film releases. + +Why? +---- + +Because I couldn't find one. And I thought it would be useful. + +Where does the data come from? +------------------------------ + +Currently, I parse a text file (films.txt) that is also in this repository. +I should probably be a little cleverer than that. + +As for where the actual data comes from... well, I typed it in manually +after going through the latest copy of [Empire](http://www.empireonline.com/). + +Where is the feed? +------------------ + +The feed is available at [http://dave.org.uk/ukfilmrel.ics](http://dave.org.uk/ukfilmrel.ics). I've also build (a page)[http://dave.org.uk/films] that is +driven by the feed. + +Where is the code? +------------------ + +On [Github](http://gitbub.com) of course. + +More specifically, at [https://github.com/davorg/filmical](https://github.com/davorg/filmical).