comparison website/www/index.txt @ 4398:5f6d94a75dcd website

fixes
author Richard Jones <richard@users.sourceforge.net>
date Sat, 24 Jul 2010 11:58:13 +0000
parents 86a864e36331
children 74bc470b05f6
comparison
equal deleted inserted replaced
4397:86a864e36331 4398:5f6d94a75dcd
5 5
6 Latest stable release: `download`_ 6 Latest stable release: `download`_
7 7
8 .. raw:: html 8 .. raw:: html
9 9
10 <span id="release_info">release info</span> 10 <span id="release_info">Version: [unknown]</span>
11 11
12 .. raw:: html 12 .. raw:: html
13 13
14 <script type="text/javascript"> 14 <script type="text/javascript">
15 $.getJSON('http://pypi.python.org/pypi/roundup/json', function(data) { 15 $.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
16 $('#release_info').html('<p>Version: ' + data.version + '</p>'); 16 $('#release_info').html('Version: ' + data.version);
17 }); 17 });
18 </script> 18 </script>
19 19
20 Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. 20 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. 21 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/