patool/doc/web/templates/default.html

33 lines
1.1 KiB
HTML
Raw Normal View History

2013-03-29 10:12:37 +00:00
{% extends "base.html" %}
{%- block content %}
<header>
<h1>{{site.app.name}}</h1>
<h2>{{site.app.name}} is a portable archive file manager</h2>
</header>
<section id="downloads" class="clearfix">
2014-06-09 12:23:53 +00:00
<a href="https://pypi.python.org/packages/source/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}.tar.gz"
title="Source .tar.gz package"
2014-06-09 12:02:19 +00:00
id="download-tar-gz" class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.gz</span></a>
2015-12-11 06:10:50 +00:00
<a href="https://pypi.python.org/packages/py2.py3/p/{{site.app.name}}/{{site.app.name}}-{{site.app.version}}-py2.py3-none-any.whl"
title="Wheel .whl package"
id="download-exe" class="button"><span>{{site.app.name}}-{{site.app.version}}.whl</span></a>
2013-03-29 10:12:37 +00:00
<a href="https://github.com/wummel/patool" id="view-on-github" class="button"><span>View on GitHub</span></a>
<!-- <p>
<a href="https://github.com/wummel/patool/blob/master/doc/changelog.txt">Changelog</a>
</p> -->
</section>
<hr>
<section id="main_content">
{{page.content}}
</section>
<footer>
{{site.app.name}} is written and maintained by <a href="https://github.com/wummel/">{{site.app.maintainer}}</a><br>
</footer>
{%- endblock %}