comparison scripts/README.txt @ 6473:7655dae061b8

Document missing files. Alphabetize.
author John Rouillard <rouilj@ieee.org>
date Sun, 22 Aug 2021 23:00:06 -0400
parents 64daaa4bf816
children 75da037d1c54
comparison
equal deleted inserted replaced
6472:47a521b9ebb9 6473:7655dae061b8
2 2
3 add-issue 3 add-issue
4 Add a single issue, as specified on the command line, to your tracker. The 4 Add a single issue, as specified on the command line, to your tracker. The
5 initial message for the issue is taken from standard input. 5 initial message for the issue is taken from standard input.
6 6
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
7 roundup-reminder 17 roundup-reminder
8 Generate an email that lists outstanding issues. Send in both plain text 18 Generate an email that lists outstanding issues. Send in both plain text
9 and HTML formats. 19 and HTML formats.
20
21 schema_diagram.py
22 Generate a schema diagram for a roundup tracker. It generates a 'dot file'
23 that is then fed into the 'dot' tool (http://www.graphviz.org) to generate
24 a graph.
25
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.)
10 33
11 weekly-report 34 weekly-report
12 Generate a simple report outlining the activity in one tracker for the 35 Generate a simple report outlining the activity in one tracker for the
13 most recent week. 36 most recent week.
14 37
15 schema_diagram.py 38 ----
16 Generate a schema diagram for a roundup tracker. It generates a 'dot file'
17 that is then fed into the 'dot' tool (http://www.graphviz.org) to generate
18 a graph.
19 39
20 server-ctl 40 server-ctl
21 Control the roundup-server daemon from the command line with start, stop, 41 Control the roundup-server daemon from the command line with start, stop,
22 restart, condstart (conditional start - only if server is stopped) and 42 restart, condstart (conditional start - only if server is stopped) and
23 status commands. 43 status commands.
25 roundup.rc-debian 45 roundup.rc-debian
26 An control script that may be installed in /etc/init.d on Debian systems. 46 An control script that may be installed in /etc/init.d on Debian systems.
27 Offers start, stop and restart commands and integrates with the Debian 47 Offers start, stop and restart commands and integrates with the Debian
28 init process. 48 init process.
29 49
30 imapServer.py 50
31 This IMAP server script that runs in the background and checks for new 51 systemd.gunicorn
32 email from a variety of mailboxes. 52 A systemd unit file for running roundup under gnuicorn WSGI server.
53
54 ----
33 55
34 contributors.py 56 contributors.py
35 Analyzes Mercurial log, filters and compiles list of committers with years 57 Analyzes Mercurial log, filters and compiles list of committers with years
36 of contribution. Can be useful for updating COPYING.txt 58 of contribution. Can be useful for updating COPYING.txt

Roundup Issue Tracker: http://roundup-tracker.org/