File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1818 {%- else %}
1919 < link rel ="stylesheet " href ="{{ pathto('_static/style.css', 1) }} " type ="text/css " />
2020 < link rel ="stylesheet " href ="{{ pathto('_static/pygments.css', 1) }} " type ="text/css " />
21+
2122 {%- endif %}
2223 {%- if builder != 'htmlhelp' %}
2324 < script type ="text/javascript ">
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Roundup Issue Tracker
55
66 Latest stable release: `download`_
77
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>
819
920Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces.
1021It 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