diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-11-27 10:32:36 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-11-27 10:32:36 -0500 |
| commit | e7ed1224d222838ef9addf3bfa188ece82c9f9e7 (patch) | |
| tree | c39e9d58fb6cacc2a311eb3a111fa39081e5bab9 /docs/_templates | |
| parent | 9f29a31f662ba389e6276962df93451084dddc24 (diff) | |
| download | python-requests-e7ed1224d222838ef9addf3bfa188ece82c9f9e7.tar.gz | |
flattr
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/sidebarintro.html | 14 | ||||
| -rw-r--r-- | docs/_templates/sidebarlogo.html | 10 |
2 files changed, 23 insertions, 1 deletions
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index 6917cc0f..862ad976 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -15,6 +15,17 @@ development release. </p> + +<h3>Support Requests</h3> +<p> + If you love Requests, consider making a small donation <a href="https://flattr.com/thing/442264/Requests">on Flattr</a>: +</p> +<p> + <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://docs.python-requests.org/"></a> + <noscript><a href="http://flattr.com/thing/442264/Requests" target="_blank"> + <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript> +</p> + <h3>Feedback</h3> <p> Feedback is greatly appreciated. If you have any questions, comments, @@ -25,8 +36,9 @@ <h3>Useful Links</h3> <ul> - <li><a href="http://python-requests.org/">The Requests Website</a></li> + <li><a href="http://python-requests.org/">Requests @ RTD</a></li> <li><a href="http://pypi.python.org/pypi/requests">Requests @ PyPI</a></li> <li><a href="http://github.com/kennethreitz/requests">Requests @ GitHub</a></li> + <li><a href="https://flattr.com/thing/442264/Requests">Requests @ Flattr</a></li> <li><a href="http://github.com/kennethreitz/requests/issues">Issue Tracker</a></li> </ul> diff --git a/docs/_templates/sidebarlogo.html b/docs/_templates/sidebarlogo.html index bd9a7201..0260ad6d 100644 --- a/docs/_templates/sidebarlogo.html +++ b/docs/_templates/sidebarlogo.html @@ -12,4 +12,14 @@ Requests is an elegant and simple HTTP library for Python, built for human beings. You are currently looking at the documentation of the development release. +</p> + +<h3>Support Requests</h3> +<p> + If you love Requests, consider making a small donation <a href="https://flattr.com/thing/442264/Requests">on Flattr</a>: +</p> +<p> + <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://docs.python-requests.org/"></a> + <noscript><a href="http://flattr.com/thing/442264/Requests" target="_blank"> + <img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript> </p>
\ No newline at end of file |
