IGN:Add distro version statistics to linux download page

This commit is contained in:
Kovid Goyal 2009-11-13 09:16:38 -07:00
parent a65ed1ee8e
commit 6e47d77a2a

View File

@ -155,6 +155,11 @@ sudo python setup.py install
<td style="margin-right:2em">${dep[0]}</td><td>${dep[1]}</td> <td style="margin-right:2em">${dep[0]}</td><td>${dep[1]}</td>
</tr> </tr>
</table> </table>
<h3>Current calibre versions available in various distros</h3>
<div id="osw_calibre"></div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
<script src="http://static.oswatershed.org/js/package_badge.js" type="text/javascript"></script>
<script>$(document).ready(function(){ package_badge("calibre", "#osw_calibre"); });</script>
</div> </div>
</body> </body>
</html> </html>