annotate rhodecode/templates/about.html @ 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
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4178
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
1 ## -*- coding: utf-8 -*-
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
2 <%inherit file="/base/base.html"/>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
3 <%def name="title()">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
4 ${_('About')}
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
5 %if c.site_name:
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
6 &middot; ${c.site_name}
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
7 %endif
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
8 </%def>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
9 <%def name="breadcrumbs()">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
10 ${c.site_name}
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
11 </%def>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
12 <%def name="page_nav()">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
13 ${self.menu('about')}
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
14 </%def>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
15 <%def name="main()">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
16
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
17 <div class="box">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
18 <!-- box / title -->
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
19 <div class="title">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
20 <h5>${_('About')} Kallithea</h5>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
21 </div>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
22
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
23 <p><a href="https://kallithea-scm.org/">Kallithea</a> is a project of the
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
24 <a href="http://sfconservancy.org/">Software Freedom Conservancy, Inc.</a>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
25 and is released under the terms of the
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
26 <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License,
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
27 v 3.0 (GPLv3)</a>.</p>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
28
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
29 <p>Kallithea is copyrighted by various authors, including but not
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
30 necessarily limited to the following:
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
31 <ul style="margin: 0 0 0 50px;">
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
32 <li>Copyright &copy; 2010&ndash;2013, RhodeCode GmbH</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
33 <li>Copyright &copy; 2011&ndash;2014, Unity Technologies</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
34 <li>Copyright &copy; 2012, Andrew Shadura</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
35 <li>Copyright &copy; 2012, Augusto Herrmann</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
36 <li>Copyright &copy; 2012, Dan Sheridan</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
37 <li>Copyright &copy; 2012, Dominik Ruf</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
38 <li>Copyright &copy; 2012, Vincent Duvert</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
39 <li>Copyright &copy; 2011, Liad Shani</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
40 <li>Copyright &copy; 2013, Jonathan Sternberg</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
41 <li>Copyright &copy; 2011, Jason F. Harris</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
42 <li>Copyright &copy; 2011, Lorenzo M. Catucci</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
43 <li>Copyright &copy; 2013, Grzegorz Rożniecki</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
44 <li>Copyright &copy; 2011, Les Peabody</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
45 <li>Copyright &copy; 2011, Nicolas VINOT</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
46 <li>Copyright &copy; 2012, Indra Talip</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
47 <li>Copyright &copy; 2012, H Waldo G</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
48 <li>Copyright &copy; 2011, Aparkar</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
49 <li>Copyright &copy; 2013, Dennis Brakhane</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
50 <li>Copyright &copy; 2011, Matt Zuba</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
51 <li>Copyright &copy; 2014, Bradley M. Kuhn</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
52 <li>Copyright &copy; 2012&ndash;2013, xpol</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
53 <li>Copyright &copy; 2012, hppj</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
54 <li>Copyright &copy; 2013, Takumi IINO</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
55 <li>Copyright &copy; 2011, Shawn K. O'Shea</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
56 <li>Copyright &copy; 2012, Tony Bussieres</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
57 <li>Copyright &copy; 2011, Simon Lopez</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
58 <li>Copyright &copy; 2012, mikespook</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
59 <li>Copyright &copy; 2012, nansenat16</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
60 <li>Copyright &copy; 2012, Zachary Auclair</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
61 <li>Copyright &copy; 2012, Raoul Thill</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
62 <li>Copyright &copy; 2011, Jared Bunting</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
63 <li>Copyright &copy; 2013, Magnus Ericmats</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
64 <li>Copyright &copy; 2010, Lukasz Balcerzak</li>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
65
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
66 ## We did not list the following copyright holders, given that they appeared
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
67 ## to use for-profit company affiliations in their contribution in the
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
68 ## Mercurial log and therefore I didn't know if copyright was theirs or
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
69 ## their company's.
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
70 ## Copyright &copy; 2011 Thayne Harbaugh <thayne@fusionio.com>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
71 ## Copyright &copy; 2012 Dies Koper <diesk@fast.au.fujitsu.com>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
72 ## Copyright &copy; 2012 Erwin Kroon <e.kroon@smartmetersolutions.nl>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
73 ## Copyright &copy; 2012 Vincent Caron <vcaron@bearstech.com>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
74 ##
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
75 ## These contributors' contributions may not be copyrightable:
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
76 ## philip.j@hostdime.com in 2012
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
77 ## Stefan Engel <mail@engel-stefan.de> in 2012
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
78 ## Ton Plomp <tcplomp@gmail.com> in 2013
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
79 ##
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
80 </ul></p>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
81
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
82 <p>The above are the copyright holders who have submitted direct
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
83 contributions to the Kallithea repository. In
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
84 the <a href="https://kallithea-scm.org/repos/kallithea">Kallithea source
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
85 code</a>, there is
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
86 a <a href="https://kallithea-scm.org/repos/kallithea/files/tip/LICENSE.md">list
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
87 of third-party libraries and code that Kallithea incorporates</a>.</p>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
88
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
89 </div>
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
90
9dd726706178 Complete copyright notices for web interface; change footer to link to them.
Bradley M. Kuhn <bkuhn@sfconservancy.org>
parents:
diff changeset
91 </%def>