diff 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 diff
--- a/README.creole	Fri Nov 23 17:10:29 2018 +0100
+++ b/README.creole	Mon Nov 26 16:08:27 2018 +0100
@@ -5,35 +5,23 @@
 It is Free Software, check out the file headers.
 
 === Example
-Run ./demo.py from a roundup-tracker to have a running tracker.
+Run ./roundup_cc.py from a roundup-tracker to have a running tracker.
 
 {{{
-cp examples/collect_demo3.py c3.py
-cp examples/config3.ini .
-# change config3.ini
-./c3.py config3.ini
+# Edit config.ini
+# An example can be found under /examples/config.ini
+./roundup_cc.py config.ini
 # create or change some issues
-./c3.py config3.ini
+./roundup_cc.py config.ini
+
 
 # to inspect the database contents
-sqlite3 demo3.db 'select * from issues;'
-
-./display_issues_demo.py config3.ini >demo3.html
-chromium demo3.html
+sqlite3 demo.db 'select * from issues;'
+./roundup_cc_display.py config.ini > demo.html
+chromium demo.html
 }}}
 
 
-=== Notes
-examples/collect_demo2.py builds database column names dynamically
-and tracks issues with priorities. The display part is still missing.
-
-When migrating to 3:99c68ebfb3b9, Nov 30 17:46:22 2015
-you need to add the print statements for the content-type header
-to all of your cgi scripts.
-
-Bottledash may have a fork
-https://wald.intevation.org/hg/bottledash/file/tip/modules/web_view
-
 === Prerequisites
 
 Python v3, with build-in sqlite3 module.
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)