plutopluto

git clone https://git.ce9e.org/plutopluto.git

commit
3948834f0ed501ad43e2d6ae362df6ae1440fd38
parent
77081d2119ea5524881d708cd813373613a10a88
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-09-25 19:54
add example config

Diffstat

A example.cfg 14 ++++++++++++++

1 files changed, 14 insertions, 0 deletions


diff --git a/example.cfg b/example.cfg

@@ -0,0 +1,14 @@
   -1     1 # See http://flask.pocoo.org/docs/0.10/config/#builtin-configuration-values
   -1     2 
   -1     3 # Host and port where plutopluto runs, e.g. localhost:8000
   -1     4 # HOST = 'localhost'
   -1     5 # PORT = 8000
   -1     6 
   -1     7 # List of feed URLs.
   -1     8 # A URL may contain a {page} placeholder.It is replaced with increasing
   -1     9 # numbers starting with 0.
   -1    10 URLS = [
   -1    11     'http://xkcd.com/atom.xml',
   -1    12     'http://what-if.xkcd.com/feed.atom',
   -1    13     'http://staff.tumblr.com/page/{page}/rss',
   -1    14 ]