# HG changeset patch # User Marcin Kuzminski # Date 2010-12-17 22:38:23 # Node ID 86cbf8e6d76a9011b0da2c9418f8f76346a457db # Parent 8bbe9ab76371e5ceec8534910b42aa08c050aa27 fixed readme typo, added layout.html to sphinx theme diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ browser/management with build in push/pu 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 --git a/docs/theme/nature/layout.html b/docs/theme/nature/layout.html new file mode 100644 --- /dev/null +++ b/docs/theme/nature/layout.html @@ -0,0 +1,14 @@ +{% extends "basic/layout.html" %} + +{% block sidebarlogo %} +

Support my development effort.

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