Mercurial > public > src > rhodecode
changeset 913:86cbf8e6d76a beta
fixed readme typo, added layout.html to sphinx theme
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Fri, 17 Dec 2010 23:38:23 +0100 |
parents | 8bbe9ab76371 |
children | 3d0661b8aaa4 508b3976345e |
files | README.rst docs/theme/nature/layout.html |
diffstat | 2 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Thu Dec 16 20:15:15 2010 +0100 +++ b/README.rst Fri Dec 17 23:38:23 2010 +0100 @@ -8,7 +8,7 @@ It works on http/https, has build in permission/authentication(+ldap) features It's similar to github or bitbucket, but it's suppose to run as standalone hosted application, it's open source and focuses more on restricted access to -repositories. It's powered by vcs_ library that me na Lukasz Balcerzak created +repositories. It's powered by vcs_ library that me and Lukasz Balcerzak created to handle many various version control systems. RhodeCode uses `Semantic Versioning <http://semver.org/>`_
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/theme/nature/layout.html Fri Dec 17 23:38:23 2010 +0100 @@ -0,0 +1,14 @@ +{% extends "basic/layout.html" %} + +{% block sidebarlogo %} +<h3>Support my development effort.</h3> +<div style="text-align:center"> + <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="8U2LLRPLBKWDU"> + <input style="border:0px !important" type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" + border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> + <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> + </form> +</div> +{% endblock %}}