Skip to content

Commit 9213bd0

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 2f21f60 commit 9213bd0

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

BUILD.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ Once a release is built, follow these steps:
4848
6. Send doc/announcement.txt to [email protected]
4949
7. Notify any other news services as appropriate...
5050

51+
http://freshmeat.net/projects/roundup/
52+

doc/features.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ from Ka-Ping Yee in the Software Carpentry "Track" design competition.
88

99
*simple to install*
1010
- installation (including web interface) takes about 30 minutes
11+
- the instant-gratification Demo Mode takes as long to set up as it
12+
takes to type ``python demo.py`` :)
1113
- two templates included in the distribution for you to base your tracker on
12-
- doesn't need *any* additional support software - python (2.1+) is enough to
13-
get you going
14+
- requires *no* additional support software - python (2.1+) is
15+
enough to get you going
1416
- easy to set up higher-performance storage backends like sqlite_,
1517
metakit_, mysql and postgresql
16-
- the really impatient can try the instant-gratification Demo Mode (``python
17-
demo.py``)
1818

1919
*simple to use*
2020
- accessible through the web, email, command-line or Python programs

doc/upgrading.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ as::
5959

6060
:action :required :template :remove:messages ...
6161

62-
should become:
62+
should become::
6363

6464
@action @required @template @remove@messages ...
6565

doc/whatsnew-0.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Quoting of URLs and HTML
211211
------------------------
212212

213213
Templates that wish to offer file downloads may now use a new
214-
``download_url`` method:
214+
``download_url`` method::
215215

216216
<tr tal:repeat="file context/files">
217217
<td>

0 commit comments

Comments
 (0)