comparison website/www/index.txt @ 4400:4b0473e18ce3 website

moar better
author Richard Jones <richard@users.sourceforge.net>
date Sat, 24 Jul 2010 12:26:02 +0000
parents 74bc470b05f6
children e4c93c65507e
comparison
equal deleted inserted replaced
4399:74bc470b05f6 4400:4b0473e18ce3
1 Roundup Issue Tracker 1 Roundup Issue Tracker
2 ===================== 2 =====================
3 3
4 .. note::
5
6 Latest stable release: `download`_
7
8 .. raw:: html
9
10 <span id="release_info">Version: [unknown]</span>
11
12 .. raw:: html 4 .. raw:: html
13 5
6 <span id="release_info" class="note">Download: `download`_</span>
14 <script type="text/javascript"> 7 <script type="text/javascript">
15 $.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) { 8 $.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
16 $('#release_info').html('Version: ' + data.info.version); 9 h = 'Download: ' + data.info.version;
10 for (var i=0, url; url=data.urls[i]; ++i) {
11 h += '<br><a href="' + url.url + '">' + url.filename + '</a>';
12 }
13 $('#release_info').html(h);
17 }); 14 });
18 </script> 15 </script>
19 16
20 Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. 17 Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
21 It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition. 18 It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.

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