mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:13:27 +02:00
IGN:Add distro version statistics to linux download page
This commit is contained in:
parent
a65ed1ee8e
commit
6e47d77a2a
1 changed files with 5 additions and 0 deletions
|
|
@ -155,6 +155,11 @@ sudo python setup.py install
|
|||
<td style="margin-right:2em">${dep[0]}</td><td>${dep[1]}</td>
|
||||
</tr>
|
||||
</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>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue