# HG changeset patch # User Marcin Kuzminski # Date 1292625503 -3600 # Node ID 86cbf8e6d76a9011b0da2c9418f8f76346a457db # Parent 8bbe9ab76371e5ceec8534910b42aa08c050aa27 fixed readme typo, added layout.html to sphinx theme diff -r 8bbe9ab76371 -r 86cbf8e6d76a README.rst --- 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 `_ diff -r 8bbe9ab76371 -r 86cbf8e6d76a docs/theme/nature/layout.html --- /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 %} +

Support my development effort.

+
+
+ + + + +
+
+{% endblock %}}