<!DOCTYPE html> <html> <head> <meta charset="{{ page.encoding }}"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content="{{ site.app.description }}"> <meta name="keywords" content="comic,webcomic,strip,downloader,archiver"> <meta name="author" content="{{ site.app.maintainer }}"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>{{ site.app.name }} - {{ page.title }}</title> <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> <link rel="shortcut icon" href="{{ page.rooturl }}/favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="{{ page.rooturl }}/css/stylesheet.css" media="screen" /> <link rel="stylesheet" type="text/css" href="{{ page.rooturl }}/css/pygment_trac.css" media="screen" /> <link rel="stylesheet" type="text/css" href="{{ page.rooturl }}/css/print.css" media="print" /> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> {% block head %}{% endblock %} </head> <body> <header> <div class="inner"> <h1><a href="{{ page.rooturl }}/index.html">{{ site.app.name }}</a></h1> <h2>a comic downloader and archiver</h2> <a href="https://github.com/wummel/dosage" class="button"><small>View project on</small> GitHub</a> </div> </header> <div id="content-wrapper"> <div class="inner clearfix"> <section id="main-content"> {{ page.content }} </section> <aside id="sidebar"> <h2>Downloads</h2> <p> <a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.lname}}-{{site.app.version}}.tar.gz" title="Download source .tar.gz package" class="button"><span>Source {{site.app.lname}}-{{site.app.version}}.tar.gz</span></a> <a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.lname}}-{{site.app.version}}.exe" title="Download Windows .exe installer" class="button"><span>Windows {{site.app.lname}}-{{site.app.version}}.exe</span></a> </p> <p><a href="https://github.com/wummel/dosage/blob/master/doc/changelog.txt">Changelog</a></p> <p class="repo-owner"><a href="https://github.com/wummel/dosage">{{site.app.name}}</a> is maintained by <a href="https://github.com/wummel">{{site.app.maintainer}}</a>.</p> <h2>Donations</h2> <p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="VJD3LAL4QMHYY"> <input type="image" src="{{page.rooturl}}/images/paypal-donate-button.png" border="0" name="submit" alt="PayPal donation"> </form> </p> <p> <a href="http://flattr.com/thing/1136936/Dosage" target="_blank"> <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a> </p> </aside> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-40031754-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>