modules/admin-mini: Remove unneeded checks
[project/luci.git] / modules / admin-core / luasrc / view / about.htm
index c6dd1a1..5e102ce 100644 (file)
@@ -1,27 +1,43 @@
+<%#
+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%>
-<h1><%:about Über%> LuCI</h1>
-<p><%:c_lucidesc LuCI ist eine freie Lua-Bibliothek mit integriertem MVC-Webframework und Weboberfläche für eingebettete Geräte,
-speziell Netzwerkrouter unter OpenWRT. Luci steht unter der Apache-Lizenz.%></p>
+<h1><%:about%> LuCI</h1>
+<p><%:c_lucidesc%></p>
 
-<p><strong><%:c_projecthome Projekt-Homepage%>: </strong><a href="http://luci.freifunk-halle.net">luci.freifunk-halle.net</a></p>
+<p><strong><%:c_projecthome%>: </strong><a href="http://luci.freifunk-halle.net">luci.freifunk-halle.net</a></p>
 
 <br />
-<h2><%:c_leaddev Leitende Entwicklung%></h2>
+<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 />
 
-<h2><%:c_contributors Mitwirkende Entwickler%></h2>
+<h2><%:c_contributors%></h2>
 <ul style="font-weight: bold">
-       <li><a href="mailto:nbd-at-openwrt-dot-org">Felix "nbd" Fietkau</a> (OpenWRT)</li>
+       <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> 
 </ul>
 <br />
 
-<h2><%:c_thanksto Dank an%></h2>
+<h2><%:c_thanksto%></h2>
 <ul style="font-weight: bold">
-       <li><a href="http://www.computerhilfe-halle.de">Mono</a> (Computerhilfe-Halle.de)</li>
-       <li><a href="mailto:mickey-at-netfreaks-dot-org">Mickey Knox</a>  (Freifunk Hannover)</li>
+       <li><a href="mailto:info-at-computerhilfe-halle-dot-de">Mono</a> (Freifunk Halle)</li>
+       <li><a href="mailto:tetzlav-at-leipzig.freifunk-dot-net">tetzlav</a> (Freifunk Leipzig)</li>
+       <li>Mickey Knox (Freifunk Hannover)</li>
 </ul>
-<%+footer%>
\ No newline at end of file
+<%+footer%>