File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed
Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change 11Roundup 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
188Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
199It is based on the winning design from Ka-Ping Yee in the Software Carpentry "Track" design competition.
You can’t perform that action at this time.
0 commit comments