1+ =====================
12Roundup Issue Tracker
23=====================
34
@@ -76,6 +77,9 @@ on the winning design from Ka-Ping Yee in the Software Carpentry
7677The current stable version of Roundup is 2.2.0. It is a bug fix
7778and feature release for the 2.1.0 release
7879
80+ Release Highlights
81+ ==================
82+
7983Some improvements from the 2.1.0 release are:
8084
8185* Roundup supports dynamic and static compression of http
@@ -115,9 +119,12 @@ Some improvements from the 2.1.0 release are:
115119
116120More info on the 57 changes can be found in the `change note`_.
117121
118- For more information on Roundup see the :doc:`design overview
119- <docs/design>`, and all the other :doc:`documentation <docs>`. Roundup
120- has been deployed for:
122+ Roundup Use Cases
123+ =================
124+
125+ For more information on Roundup see the :doc:`features list
126+ <docs/features>`, :doc:`design overview <docs/design>`, and all the
127+ other :doc:`documentation <docs>`. Roundup has been deployed for:
121128
122129* bug tracking and TODO list management (the classic
123130 installation)
@@ -132,10 +139,15 @@ has been deployed for:
132139
133140...and so on. It's been designed with :doc:`flexibility
134141<docs/customizing>` in mind - it's not just another bug
135- tracker. Roundup ships with a **demo tracker** to play with - you don't
136- need to install Roundup. After
137- you've unpacked the source, just run "``python demo.py``" and load up the
138- URL it prints out!
142+ tracker.
143+
144+
145+ Try It Out
146+ ==========
147+
148+ Roundup ships with a **demo tracker** to play with - you don't need to
149+ install Roundup. After you've unpacked the source, just run "``python
150+ demo.py``" and load up the URL it prints out!
139151
140152To create a source directory and run the demo follow these simple
141153steps (change the ``-2.2.0`` version identifier to match your downloaded
@@ -149,6 +161,8 @@ file).
1491613. ``cd roundup-2.2.0``
1501624. ``python demo.py``
151163
164+ Origin Story
165+ ============
152166Roundup was originally released as version 0.1.1 in late August, 2001.
153167The first `change note`_ written said:
154168
0 commit comments