diff --git a/rhodecode/templates/about.html b/rhodecode/templates/about.html new file mode 100644 --- /dev/null +++ b/rhodecode/templates/about.html @@ -0,0 +1,91 @@ +## -*- coding: utf-8 -*- +<%inherit file="/base/base.html"/> +<%def name="title()"> + ${_('About')} + %if c.site_name: + · ${c.site_name} + %endif + +<%def name="breadcrumbs()"> + ${c.site_name} + +<%def name="page_nav()"> + ${self.menu('about')} + +<%def name="main()"> + +
+ +
+
${_('About')} Kallithea
+
+ +

Kallithea is a project of the + Software Freedom Conservancy, Inc. + and is released under the terms of the + GNU General Public License, + v 3.0 (GPLv3).

+ +

Kallithea is copyrighted by various authors, including but not + necessarily limited to the following: +

+ +

The above are the copyright holders who have submitted direct + contributions to the Kallithea repository. In + the Kallithea source + code, there is + a list + of third-party libraries and code that Kallithea incorporates.

+ +
+ +