mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 07:20:26 +00:00
89 lines
3.5 KiB
HTML
89 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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="link,URL,validation,checking,crawling">
|
|
<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>Check websites for broken links</h2>
|
|
<a href="https://github.com/wummel/linkchecker"
|
|
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.name}}-{{site.app.version}}.exe"
|
|
title="Download Windows .exe installer"
|
|
class="button"><span>{{site.app.name}}-{{site.app.version}}.exe</span></a>
|
|
<a href="http://ftp.debian.org/debian/pool/main/l/{{site.app.lname}}/"
|
|
title="Download Debian installer"
|
|
class="button"><span>{{site.app.name}}-{{site.app.version}}.deb</span></a>
|
|
<a href="http://wummel.github.io/{{site.app.lname}}/dist/{{site.app.name}}-{{site.app.version}}.tar.xz"
|
|
title="Download Source .tar.xz package"
|
|
class="button"><span>{{site.app.name}}-{{site.app.version}}.tar.xz</span></a>
|
|
</p>
|
|
<p><a href="https://github.com/wummel/{{site.app.lname}}/blob/master/doc/changelog.txt">Changelog</a></p>
|
|
<p class="repo-owner"><a href="https://github.com/wummel/{{site.app.lname}}">{{site.app.name}}</a> is
|
|
maintained
|
|
by <a href="https://github.com/wummel">{{site.app.maintainer}}</a>.</p>
|
|
<h2>Give back</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="XNUBD7FAG48M6"/>
|
|
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal"/>
|
|
</form>
|
|
</p>
|
|
<p>
|
|
<a href="http://flattr.com/thing/1115096/LinkChecker" target="_blank">
|
|
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a>
|
|
</p>
|
|
|
|
<h2>Support</h2>
|
|
<p>
|
|
<a href="https://github.com/wummel/linkchecker/issues?state=open">Issue tracker</a><br/>
|
|
</p>
|
|
|
|
<h2>Documentation</h2>
|
|
<p>
|
|
<a href="faq.html">FAQ</a><br/>
|
|
<a href="man1/linkchecker.1.html">Manual page</a>
|
|
</p>
|
|
|
|
</aside>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|