dfcfd6dbaa5dd83b03b973bab39e594982481fad
[project/luci.git] / modules / admin-core / luasrc / view / about.htm
1 <%#
2 LuCI - Lua Configuration Interface
3 Copyright 2008 Steven Barth <steven@midlink.org>
4 Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 $Id$
13
14 -%>
15 <%+header%>
16 <h1><%:about%> LuCI</h1>
17 <p><%:c_lucidesc%></p>
18
19 <p><strong><%:c_projecthome%>: </strong><a href="http://luci.freifunk-halle.net">luci.freifunk-halle.net</a></p>
20
21 <br />
22 <h2><%:c_leaddev%></h2>
23 <ul style="font-weight: bold">
24 <li><a href="mailto:steven-at-midlink-dot-org">Steven "Cyrus" Barth</a> (OpenWRT, Freifunk Halle)</li>
25 <li><a href="mailto:xm-at-leipzig.freifunk-dot-net">Jo-Philipp "Jow" Wich</a> (Freifunk Leipzig)</li>
26 <li><a href="mailto:nbd-at-openwrt-dot-org">Felix "nbd" Fietkau</a> (OpenWRT)</li>
27 </ul>
28 <br />
29
30 <h2><%:c_contributors%></h2>
31 <ul style="font-weight: bold">
32 <li><a href="mailto:mail-at-antonpopov-dot-de">Anton "xyron" Popov</a></li>
33 <li><a href="mailto:florian-at-openwrt-dot-org">Florian Fainelli</a> (OpenWRT)</li>
34 <li><a href="mailto:x-alina-at-gmx-dot-net">Alina Friedrichsen</a></li>
35 </ul>
36 <br />
37
38 <h2><%:c_thanksto%></h2>
39 <ul style="font-weight: bold">
40 <li><a href="mailto:info-at-computerhilfe-halle-dot-de">Mono</a> (Freifunk Halle)</li>
41 <li><a href="mailto:tetzlav-at-leipzig.freifunk-dot-net">tetzlav</a> (Freifunk Leipzig)</li>
42 <li>Mickey Knox (Freifunk Hannover)</li>
43 </ul>
44 <%+footer%>