all: change most translate statements to new format, some need manual cleanup
[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 <h2><a id="content" name="content"><%:About%> LuCI</a></h2>
17 <p><%:<abbr title="Lua Configuration Interface">LuCI</abbr> is a collection of free Lua software including an <abbr title="Model-View-Controller">MVC</abbr>-Webframework and webinterface for embedded devices. <abbr title="Lua Configuration Interface">LuCI</abbr> is licensed under the Apache-License.%></p>
18
19 <p><strong><%:Project Homepage%>: </strong><a href="http://luci.freifunk-halle.net">luci.freifunk-halle.net</a></p>
20
21 <br />
22 <h2><%:Lead Development%></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><%:Contributing Developers%></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 <li>Yanira</li>
36 </ul>
37 <br />
38
39 <h2><%:Thanks To%></h2>
40 <ul style="font-weight: bold">
41 <li><a href="mailto:info-at-computerhilfe-halle-dot-de">Mono</a> (Freifunk Halle)</li>
42 <li><a href="mailto:tetzlav-at-leipzig.freifunk-dot-net">tetzlav</a> (Freifunk Leipzig)</li>
43 <li>Mickey Knox (Freifunk Hannover)</li>
44 </ul>
45 <%+footer%>