Mercurial > roundup-cc
view README.creole @ 36:59e1659a0a0b tip
Update 'TODO.creole'
* Old TODOs moved to 'doc/old_TODO.creole'
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Mon, 26 Nov 2018 16:52:45 +0100 |
parents | 916fa83b4144 |
children |
line wrap: on
line source
= Roundup Issue Collector Grab and display data from a http://roundup-tracker.org/ instance. It is Free Software, check out the file headers. === Example Run ./roundup_cc.py from a roundup-tracker to have a running tracker. {{{ # Edit config.ini # An example can be found under /examples/config.ini ./roundup_cc.py config.ini # create or change some issues ./roundup_cc.py config.ini # to inspect the database contents sqlite3 demo.db 'select * from issues;' ./roundup_cc_display.py config.ini > demo.html chromium demo.html }}} === Prerequisites Python v3, with build-in sqlite3 module. === Included http://d3js.org/ initially used with 3.5.5 """Library released under BSD license. Copyright 2015 Mike Bostock."