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$
|
|
|
|
|
|
|
|
-%>
|
2008-05-29 18:27:12 +00:00
|
|
|
<%+header%>
|
2008-06-09 10:10:29 +00:00
|
|
|
<h1><%:about%> LuCI</h1>
|
|
|
|
<p><%:c_lucidesc%></p>
|
2008-05-29 18:27:12 +00:00
|
|
|
|
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>
|
2008-05-29 18:27:12 +00:00
|
|
|
|
|
|
|
<br />
|
2008-06-09 10:10:29 +00:00
|
|
|
<h2><%:c_leaddev%></h2>
|
2008-05-29 18:27:12 +00:00
|
|
|
<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>
|
2008-06-05 19:16:38 +00:00
|
|
|
<li><a href="mailto:nbd-at-openwrt-dot-org">Felix "nbd" Fietkau</a> (OpenWRT)</li>
|
2008-05-29 18:27:12 +00:00
|
|
|
</ul>
|
|
|
|
<br />
|
|
|
|
|
2008-06-09 10:10:29 +00:00
|
|
|
<h2><%:c_contributors%></h2>
|
2008-05-29 18:27:12 +00:00
|
|
|
<ul style="font-weight: bold">
|
2008-07-07 19:57:08 +00:00
|
|
|
<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>
|
2008-05-29 18:27:12 +00:00
|
|
|
</ul>
|
|
|
|
<br />
|
|
|
|
|
2008-06-09 10:10:29 +00:00
|
|
|
<h2><%:c_thanksto%></h2>
|
2008-05-29 18:27:12 +00:00
|
|
|
<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>
|
2008-05-29 18:27:12 +00:00
|
|
|
</ul>
|
2008-07-07 19:58:50 +00:00
|
|
|
<%+footer%>
|