comparison website/www/index.txt @ 4397:86a864e36331 website

add json awesomeness
author Richard Jones <richard@users.sourceforge.net>
date Sat, 24 Jul 2010 11:18:59 +0000
parents 91df6e19d81d
children 5f6d94a75dcd
comparison
equal deleted inserted replaced
4376:b622e150c0ba 4397:86a864e36331
3 3
4 .. note:: 4 .. note::
5 5
6 Latest stable release: `download`_ 6 Latest stable release: `download`_
7 7
8 .. raw:: html
9
10 <span id="release_info">release info</span>
11
12 .. raw:: html
13
14 <script type="text/javascript">
15 $.getJSON('http://pypi.python.org/pypi/roundup/json', function(data) {
16 $('#release_info').html('<p>Version: ' + data.version + '</p>');
17 });
18 </script>
8 19
9 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.
10 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.
11 22
12 The current stable version of Roundup is 1.4.x which has quite a comprehensive 23 The current stable version of Roundup is 1.4.x which has quite a comprehensive

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