mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
95 lines
2.4 KiB
HTML
95 lines
2.4 KiB
HTML
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}">
|
|
<img
|
|
class="logo"
|
|
src="{{ pathto('_static/responder.png', 1) }}"
|
|
title="https://kennethreitz.org/tattoos"
|
|
/>
|
|
</a>
|
|
</p>
|
|
|
|
<p>
|
|
<iframe
|
|
src="https://ghbtns.com/github-btn.html?user=kennethreitz&repo=responder&type=watch&count=true&size=large"
|
|
allowtransparency="true"
|
|
frameborder="0"
|
|
scrolling="0"
|
|
width="200px"
|
|
height="35px"
|
|
></iframe>
|
|
</p>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
|
|
/>
|
|
<style>
|
|
.algolia-autocomplete {
|
|
width: 100%;
|
|
height: 1.5em;
|
|
}
|
|
.algolia-autocomplete a {
|
|
border-bottom: none !important;
|
|
}
|
|
#doc_search {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<input id="doc_search" placeholder="Search the doc" autofocus />
|
|
<script
|
|
type="text/javascript"
|
|
src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"
|
|
onload="docsearch({
|
|
apiKey: 'ac965312db252e0496283c75c6f76f0b',
|
|
indexName: 'python-responder',
|
|
inputSelector: '#doc_search',
|
|
debug: false // Set debug to true if you want to inspect the dropdown
|
|
})"
|
|
async
|
|
></script>
|
|
|
|
<p><strong>Responder</strong> is a web service framework, written for human beings.</p>
|
|
|
|
<h3>Stay Informed</h3>
|
|
<p>Receive updates on new releases and upcoming projects.</p>
|
|
|
|
<p>
|
|
<iframe
|
|
src="https://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&count=true"
|
|
allowtransparency="true"
|
|
frameborder="0"
|
|
scrolling="0"
|
|
width="200"
|
|
height="20"
|
|
></iframe>
|
|
</p>
|
|
|
|
<p>
|
|
<a
|
|
href="https://twitter.com/kennethreitz"
|
|
class="twitter-follow-button"
|
|
data-show-count="false"
|
|
>Follow @kennethreitz</a
|
|
>
|
|
<script>
|
|
!(function (d, s, id) {
|
|
var js,
|
|
fjs = d.getElementsByTagName(s)[0],
|
|
p = /^http:/.test(d.location) ? "http" : "https";
|
|
if (!d.getElementById(id)) {
|
|
js = d.createElement(s);
|
|
js.id = id;
|
|
js.src = p + "://platform.twitter.com/widgets.js";
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
}
|
|
})(document, "script", "twitter-wjs");
|
|
</script>
|
|
</p>
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://github.com/kennethreitz/responder">Responder @ GitHub</a></li>
|
|
<li><a href="http://pypi.python.org/pypi/responder">Responder @ PyPI</a></li>
|
|
<li><a href="http://github.com/kennethreitz/responder/issues">Issue Tracker</a></li>
|
|
</ul>
|