Mercurial > p > roundup > code
annotate doc/roundup-demo.1 @ 3882:46ef2a6fd79d
config option to limit nosy attachments based on size
reworking of patch [SF#772323] from Philipp Gortan
It tries to avoid reading the file contents just to
get the file size but that was too hard for metakit backends.
They don't inherit from blobfiles.FileStorage which makes
it more challenging. Really that backend should be reworked
to inherit from FileStorage.
I'm not sure I like the default being sys.maxint. Maybe have
0 == unlimited? But what if someone really wanted to set it to
0 to mean "don't attach anything"?
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Mon, 03 Sep 2007 17:14:09 +0000 |
| parents | 4992da7c96ae |
| children | 5cd913b94e25 |
| rev | line source |
|---|---|
|
2795
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 .TH ROUNDUP-SERVER 1 "27 July 2004" |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 .SH NAME |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 roundup-demo \- create a roundup "demo" tracker and launch its web interface |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 .SH SYNOPSIS |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 \fBroundup-demo\fP [\fIbackend\fP [\fBnuke\fP]] |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 .SH OPTIONS |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 .TP |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 \fBnuke\fP |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 Create a fresh demo tracker (deleting the existing one if any). If the |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
10 additional \fIbackend\fP argument is specified, the new demo tracker will |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
11 use the backend named (one of "anydbm", "sqlite", "metakit", "mysql" or |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
12 "postgresql"; subject to availability on your system). |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
13 .TH DESCRIPTION |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
14 This command creates a fresh demo tracker for you to experiment with. The |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
15 email features of Roundup will be turned off (so the nosy feature won't |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
16 send email). It does this by removing the \fInosyreaction.py\fP module |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
17 from the demo tracker's \fIdetectors\fP directory. |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
18 |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
19 If you wish, you may modify the demo tracker by editing its configuration |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
20 files and HTML templates. See the \fIcustomisation\fP manual for |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
21 information about how to do that. |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
22 |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
23 Once you've fiddled with the demo tracker, you may use it as a template for |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
24 creating your real, live tracker. Simply run the \fIroundup-admin\fP |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
25 command to install the tracker from inside the demo tracker home directory, |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
26 and it will be listed as an available template for installation. No data |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
27 will be copied over. |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
28 .SH AUTHOR |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
29 This manpage was written by Richard Jones |
|
4992da7c96ae
roundup-demo man page
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
30 <richard@users.sourceforge.net>. |
