diff --git a/README.md b/README.md new file mode 100644 index 0000000..72a4ab8 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +### about + +python script to create a rss feed from html hosted by LFV Website Kit 2.0 + +### configuration +* BASEURL: Homepage root +* FWNAME: Display name + +### usage: +``` +/usr/bin/python einsaetze_rss_feed.py + +``` + +### output: +RSS on stdout + +### requirements: +* python-beautifulsoup +* python-pytz +* python-requests +* locales de_DE.UTF-8 diff --git a/scripts/einsaetze-rss-feed.py b/scripts/einsaetze_rss_feed.py similarity index 100% rename from scripts/einsaetze-rss-feed.py rename to scripts/einsaetze_rss_feed.py