Skip to content

Commit 9294c06

Browse files
author
Richard Jones
committed
use rst again
1 parent 3dbc81c commit 9294c06

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

website/www/_templates/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
<div class="menu">
8282
{{ toctree() }}
8383
</div>
84+
<script type="text/javascript" src="http://www.ohloh.net/p/488/widgets/project_users_logo.js"></script>
8485
</div>
8586
<div class="content">
8687
{% block body %} {% endblock %}

website/www/index.txt

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
Roundup Issue Tracker
22
=====================
33

4-
.. raw:: html
5-
6-
<span id="release_info" class="note">Download:
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>
4+
.. pypi-release:: Roundup
5+
:prefix: Download
6+
:class: note
177

188
Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
199
It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.

0 commit comments

Comments
 (0)