diff rhodecode/controllers/home.py @ 4178:9dd726706178 kallithea-2.2.5-rebrand

Complete copyright notices for web interface; change footer to link to them. The original copyright notice found in the footer was not accurate as it included only one of the many copyright holders in this project. This change creates an "about" page, which currently contains just the copyright and license information. It links to repository for additional potential copyright holders not listed on the about page. Unlisted contributors are mentioned in template comments. Html links for Kallithea is fixed and we link to Conservancy. Display of version information in the footer is improved.
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 21 May 2014 13:35:27 -0400
parents ffd45b185016
children 7e5f8c12a3fc
line wrap: on
line diff
--- a/rhodecode/controllers/home.py	Wed Jul 02 19:03:41 2014 -0400
+++ b/rhodecode/controllers/home.py	Wed May 21 13:35:27 2014 -0400
@@ -49,6 +49,9 @@
     def __before__(self):
         super(HomeController, self).__before__()
 
+    def about(self):
+        return render('/about.html')
+
     @LoginRequired()
     def index(self):
         c.groups = self.scm_model.get_repo_groups()