@@ -4,19 +4,39 @@ add-issue
44 Add a single issue, as specified on the command line, to your tracker. The
55 initial message for the issue is taken from standard input.
66
7+ copy-user.py
8+ Copy one or more Roundup users from one tracker instance to another.
9+
10+ imapServer.py
11+ This IMAP server script that runs in the background and checks for new
12+ email from a variety of mailboxes.
13+
14+ import_sf.py
15+ Import tracker data from Sourceforge.NET into a new roundup instance.
16+
717roundup-reminder
818 Generate an email that lists outstanding issues. Send in both plain text
919 and HTML formats.
1020
11- weekly-report
12- Generate a simple report outlining the activity in one tracker for the
13- most recent week.
14-
1521schema_diagram.py
1622 Generate a schema diagram for a roundup tracker. It generates a 'dot file'
1723 that is then fed into the 'dot' tool (http://www.graphviz.org) to generate
1824 a graph.
1925
26+ schema-dump.py
27+ Use recently documented XML-RPC API to dump Roundup data schema in
28+ human readable form.
29+
30+ spam-remover
31+ Remove file attachment spam from a tracker. (Warning destructive,
32+ read script well.)
33+
34+ weekly-report
35+ Generate a simple report outlining the activity in one tracker for the
36+ most recent week.
37+
38+ ----
39+
2040server-ctl
2141 Control the roundup-server daemon from the command line with start, stop,
2242 restart, condstart (conditional start - only if server is stopped) and
@@ -27,9 +47,11 @@ roundup.rc-debian
2747 Offers start, stop and restart commands and integrates with the Debian
2848 init process.
2949
30- imapServer.py
31- This IMAP server script that runs in the background and checks for new
32- email from a variety of mailboxes.
50+
51+ systemd.gunicorn
52+ A systemd unit file for running roundup under gnuicorn WSGI server.
53+
54+ ----
3355
3456contributors.py
3557 Analyzes Mercurial log, filters and compiles list of committers with years
0 commit comments