| OLD | NEW |
| (Empty) |
| 1 <p class="logo"> | |
| 2 <a href="{{ pathto(master_doc) }}"> | |
| 3 <img class="logo" src="{{ pathto('_static/requests-sidebar.png', 1) }}" titl
e="Rezzy the Requests Sea Turtle"/> | |
| 4 </a> | |
| 5 </p> | |
| 6 | |
| 7 <p> | |
| 8 <iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&repo=requests
&type=watch&count=true&size=large" | |
| 9 allowtransparency="true" frameborder="0" scrolling="0" width="200px" height=
"35px"></iframe> | |
| 10 </p> | |
| 11 | |
| 12 <p> | |
| 13 Requests is an elegant and simple HTTP library for Python, built for | |
| 14 human beings. | |
| 15 </p> | |
| 16 | |
| 17 <h3>Stay Informed</h3> | |
| 18 <p>Receive updates on new releases and upcoming projects.</p> | |
| 19 | |
| 20 <p><iframe src="http://ghbtns.com/github-btn.html?user=kennethreitz&type=follow&
count=false" | |
| 21 allowtransparency="true" frameborder="0" scrolling="0" width="200" height="20"
></iframe></p> | |
| 22 | |
| 23 <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,fj
s=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', 'twi
tter-wjs');</script></p> | |
| 24 | |
| 25 <p><a href="http://tinyletter.com/kennethreitz">Join Mailing List</a>.</p> | |
| 26 | |
| 27 <h3>Other Projects</h3> | |
| 28 | |
| 29 <p>More <a href="http://kennethreitz.org/">Kenneth Reitz</a> projects:</p> | |
| 30 <ul> | |
| 31 <li><a href="http://pep8.org/">pep8.org</a></li> | |
| 32 <li><a href="http://httpbin.org/">httpbin.org</a></li> | |
| 33 <li><a href="http://python-guide.org">The Python Guide</a></li> | |
| 34 <li><a href="https://github.com/kennethreitz/records">Records: SQL for Human
s</a></li> | |
| 35 <li><a href="http://www.git-legit.org">Legit: Git for Humans</a></li> | |
| 36 <li><a href="http://docs.python-tablib.org/en/latest/">Tablib: Tabular Datas
ets</a></li> | |
| 37 <li><a href="http://markdownplease.com">Markdown, Please!</a></li> | |
| 38 </ul> | |
| 39 | |
| 40 | |
| 41 <h3>Useful Links</h3> | |
| 42 <ul> | |
| 43 <li><a href="http://docs.python-requests.org/en/latest/community/recommended/"
>Recommended Packages and Extensions</a></li> | |
| 44 | |
| 45 <p></p> | |
| 46 | |
| 47 <li><a href="http://github.com/kennethreitz/requests">Requests @ GitHub</a></l
i> | |
| 48 <li><a href="http://pypi.python.org/pypi/requests">Requests @ PyPI</a></li> | |
| 49 <li><a href="http://github.com/kennethreitz/requests/issues">Issue Tracker</a>
</li> | |
| 50 <li><a href="http://docs.python-requests.org/en/latest/community/updates/#soft
ware-updates">Release History</a></li> | |
| 51 </ul> | |
| 52 | |
| 53 | |
| 54 <h3>Translations</h3> | |
| 55 | |
| 56 <ul> | |
| 57 <li><a href="http://docs.python-requests.org/">English</a></li> | |
| 58 <li><a href="http://fr.python-requests.org/">French</a></li> | |
| 59 <li><a href="http://de.python-requests.org/">German</a></li> | |
| 60 <li><a href="http://jp.python-requests.org/">Japanese</a></li> | |
| 61 <li><a href="http://cn.python-requests.org/">Chinese</a></li> | |
| 62 <li><a href="http://pt.python-requests.org/">Portuguese</a></li> | |
| 63 <li><a href="http://it.python-requests.org/">Italian</a></li> | |
| 64 <li><a href="http://es.python-requests.org/">Spanish</a></li> | |
| 65 </ul> | |
| 66 | |
| OLD | NEW |