mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:Add distro version statistics to linux download page
This commit is contained in:
parent
a65ed1ee8e
commit
6e47d77a2a
@ -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…
x
Reference in New Issue
Block a user