Updated XML translation system, fixed some errors with multiline-translations
[project/luci.git] / modules / admin-core / luasrc / view / about.htm
index 84b26db..dfcfd6d 100644 (file)
@@ -1,3 +1,17 @@
+<%#
+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%> LuCI</h1>
 <p><%:c_lucidesc%></p>
 
 <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 />
 
 <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%>