##// END OF EJS Templates
fixed readme typo, added layout.html to sphinx theme
marcink -
r856:86cbf8e6 beta
parent child Browse files
Show More
@@ -0,0 +1,14 b''
1 {% extends "basic/layout.html" %}
2
3 {% block sidebarlogo %}
4 <h3>Support my development effort.</h3>
5 <div style="text-align:center">
6 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
7 <input type="hidden" name="cmd" value="_s-xclick">
8 <input type="hidden" name="hosted_button_id" value="8U2LLRPLBKWDU">
9 <input style="border:0px !important" type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif"
10 border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
11 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
12 </form>
13 </div>
14 {% endblock %}}
@@ -8,7 +8,7 b' browser/management with build in push/pu'
8 It works on http/https, has build in permission/authentication(+ldap) features
8 It works on http/https, has build in permission/authentication(+ldap) features
9 It's similar to github or bitbucket, but it's suppose to run as standalone
9 It's similar to github or bitbucket, but it's suppose to run as standalone
10 hosted application, it's open source and focuses more on restricted access to
10 hosted application, it's open source and focuses more on restricted access to
11 repositories. It's powered by vcs_ library that me na Lukasz Balcerzak created
11 repositories. It's powered by vcs_ library that me and Lukasz Balcerzak created
12 to handle many various version control systems.
12 to handle many various version control systems.
13
13
14 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
14 RhodeCode uses `Semantic Versioning <http://semver.org/>`_
General Comments 0
You need to be logged in to leave comments. Login now