changeset 4404:77b172f32430 website

use rst again
author Richard Jones <richard@users.sourceforge.net>
date Fri, 30 Jul 2010 06:39:46 +0000
parents cb1c38213744
children 6c0744fc024e
files website/www/_templates/layout.html website/www/index.txt
diffstat 2 files changed, 4 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/_templates/layout.html	Thu Jul 29 00:42:48 2010 +0000
+++ b/website/www/_templates/layout.html	Fri Jul 30 06:39:46 2010 +0000
@@ -81,6 +81,7 @@
       <div class="menu">
        {{ toctree() }}
       </div>
+      <script type="text/javascript" src="http://www.ohloh.net/p/488/widgets/project_users_logo.js"></script>
     </div>
     <div class="content">
        {% block body %} {% endblock %}
--- a/website/www/index.txt	Thu Jul 29 00:42:48 2010 +0000
+++ b/website/www/index.txt	Fri Jul 30 06:39:46 2010 +0000
@@ -1,19 +1,9 @@
 Roundup Issue Tracker
 =====================
 
-.. raw:: html
-
-   <span id="release_info" class="note">Download:
-     <a href="http://pypi.python.org/pypi/roundup">latest</a></span>
-   <script type="text/javascript">
-    $.getJSON('http://pypi.python.org/pypi/roundup/json?callback=?', function(data) {
-     h = 'Download: ' + data.info.version;
-     for (var i=0, url; url=data.urls[i]; ++i) {
-       h += '<br><a href="' + url.url + '">' + url.filename + '</a>';
-     }
-     $('#release_info').html(h);
-    });
-   </script>
+.. pypi-release:: Roundup
+   :prefix: Download
+   :class: note
 
 Roundup is a simple-to-use and -install issue-tracking system with command-line, web and e-mail interfaces. 
 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/