Correct the README.md to the current state. - zs - Zeitungsschau rss to email converter
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 4d0d209d7b746599be83f63aad1c61682de36a1e
(DIR) parent de4b3571af411fa5d27c53a29c22ba41a2c7229d
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 16 Mar 2014 12:30:48 +0100
Correct the README.md to the current state.
Diffstat:
README.md | 33 +++++++++++++++++++++++--------
1 file changed, 25 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
@@ -2,20 +2,37 @@
## Build
- nuitka --recurse-all zs.py
+ make install
+
+ or
+
+ make PREFIX=/usr install
+
+ or edit config.mk before install.
## Run
- ./zs.exe
+ zs -h
## Initial run
- ./zs.exe cfg email $whererssshouldbesent
- ./zs.exe cfg smtphost $smtphost
- ./zs.exe cfg smtpport $smtpport
- ./zs.exe cfg smtpuser $user
- ./zs.exe cfg smtppassword $password
- ./zs.exe cfg smtpssl True
+ zs cfg email $whererssshouldbesent
+ zs cfg smtphost $smtphost
+ zs cfg smtpport $smtpport
+ zs cfg smtpuser $user
+ zs cfg smtppassword $password
+ zs cfg smtpssl True
+
+## Repetetive run for cron
+
+ zs run >/dev/null
+
+This will output the stderr to cron and mail it to you. Zeitungsschau
+ist written in a conservative way to only handle the important excepâ
+ttions which are needed. The complexity of Python makes it impossible to
+know all cases beforehand.
+
+Please report bugs to 20h@r-36.net.
Have fun!