luci/modules/admin-core/luasrc/view/about.htm

45 lines
1.5 KiB
HTML
Raw Normal View History

2008-07-07 22:00:56 +00:00
<%#
LuCI - Lua Configuration Interface
Copyright 2008 Steven Barth <steven@midlink.org>
Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
$Id$
-%>
<%+header%>
2008-06-09 10:10:29 +00:00
<h1><%:about%> LuCI</h1>
<p><%:c_lucidesc%></p>
2008-06-09 10:10:29 +00:00
<p><strong><%:c_projecthome%>: </strong><a href="http://luci.freifunk-halle.net">luci.freifunk-halle.net</a></p>
<br />
2008-06-09 10:10:29 +00:00
<h2><%:c_leaddev%></h2>
<ul style="font-weight: bold">
<li><a href="mailto:steven-at-midlink-dot-org">Steven "Cyrus" Barth</a> (OpenWRT, Freifunk Halle)</li>
<li><a href="mailto:xm-at-leipzig.freifunk-dot-net">Jo-Philipp "Jow" Wich</a> (Freifunk Leipzig)</li>
<li><a href="mailto:nbd-at-openwrt-dot-org">Felix "nbd" Fietkau</a> (OpenWRT)</li>
</ul>
<br />
2008-06-09 10:10:29 +00:00
<h2><%:c_contributors%></h2>
<ul style="font-weight: bold">
<li><a href="mailto:mail-at-antonpopov-dot-de">Anton "xyron" Popov</a></li>
<li><a href="mailto:florian-at-openwrt-dot-org">Florian Fainelli</a> (OpenWRT)</li>
<li><a href="mailto:x-alina-at-gmx-dot-net">Alina Friedrichsen</a></li>
</ul>
<br />
2008-06-09 10:10:29 +00:00
<h2><%:c_thanksto%></h2>
<ul style="font-weight: bold">
2008-07-07 19:58:50 +00:00
<li><a href="mailto:info-at-computerhilfe-halle-dot-de">Mono</a> (Freifunk Halle)</li>
2008-06-27 19:26:55 +00:00
<li><a href="mailto:tetzlav-at-leipzig.freifunk-dot-net">tetzlav</a> (Freifunk Leipzig)</li>
2008-07-18 08:42:11 +00:00
<li>Mickey Knox (Freifunk Hannover)</li>
</ul>
2008-07-07 19:58:50 +00:00
<%+footer%>