view README.creole @ 34:916fa83b4144

Clean up repository. 'Update README.creole' * /doc added for the old demos. * Added comments to config.ini.
author Magnus Schieder <mschieder@intevation.de>
date Mon, 26 Nov 2018 16:08:27 +0100
parents 7a523e13fcb3
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."
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)