comparison website/www/index.txt @ 4404:77b172f32430 website

use rst again
author Richard Jones <richard@users.sourceforge.net>
date Fri, 30 Jul 2010 06:39:46 +0000
parents cb1c38213744
children bf246482ed79
comparison
equal deleted inserted replaced
4403:cb1c38213744 4404:77b172f32430
1 Roundup Issue Tracker 1 Roundup Issue Tracker
2 ===================== 2 =====================
3 3
4 .. raw:: html 4 .. pypi-release:: Roundup
5 5 :prefix: Download
6 <span id="release_info" class="note">Download: 6 :class: note
7 <a href="http://pypi.python.org/pypi/roundup">latest</a></span>
8 <script type="text/javascript">
9 $.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
10 h = 'Download: ' + data.info.version;
11 for (var i=0, url; url=data.urls[i]; ++i) {
12 h += '<br><a href="' + url.url + '">' + url.filename + '</a>';
13 }
14 $('#release_info').html(h);
15 });
16 </script>
17 7
18 Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. 8 Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
19 It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition. 9 It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.
20 10
21 The current stable version of Roundup is 1.4.x which has quite a comprehensive 11 The current stable version of Roundup is 1.4.x which has quite a comprehensive

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