Skip to content

Commit bf71408

Browse files
committed
Add sections to landing page.
1 parent a7d3921 commit bf71408

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

website/www/index.txt

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
=====================
12
Roundup Issue Tracker
23
=====================
34

@@ -76,6 +77,9 @@ on the winning design from Ka-Ping Yee in the Software Carpentry
7677
The current stable version of Roundup is 2.2.0. It is a bug fix
7778
and feature release for the 2.1.0 release
7879

80+
Release Highlights
81+
==================
82+
7983
Some 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

116120
More 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

140152
To create a source directory and run the demo follow these simple
141153
steps (change the ``-2.2.0`` version identifier to match your downloaded
@@ -149,6 +161,8 @@ file).
149161
3. ``cd roundup-2.2.0``
150162
4. ``python demo.py``
151163

164+
Origin Story
165+
============
152166
Roundup was originally released as version 0.1.1 in late August, 2001.
153167
The first `change note`_ written said:
154168

0 commit comments

Comments
 (0)