summaryrefslogtreecommitdiffstats
path: root/package/webif/files/www/cgi-bin/webif/about.sh
diff options
context:
space:
mode:
Diffstat (limited to 'package/webif/files/www/cgi-bin/webif/about.sh')
-rwxr-xr-xpackage/webif/files/www/cgi-bin/webif/about.sh31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/webif/files/www/cgi-bin/webif/about.sh b/package/webif/files/www/cgi-bin/webif/about.sh
new file mode 100755
index 000000000..a0049c226
--- /dev/null
+++ b/package/webif/files/www/cgi-bin/webif/about.sh
@@ -0,0 +1,31 @@
+#!/usr/bin/webif-page
+<?
+. /usr/lib/webif/webif.sh
+header "Info" "About" "@TR<<About>>..."
+?>
+
+<h3>webif - @TR<<OpenWrt Administrative Console>></h3>
+<br />
+@TR<<GPL_Text|This program is free software; you can redistribute it and/or <br />modify it under the terms of the GNU General Public License <br />as published by the Free Software Foundation; either version 2 <br />of the License, or (at your option) any later version. <br /> >>
+<br />
+@TR<<Copyright>> &copy; 2005-2006 OpenWrt.org <br />
+<br />
+@TR<<Contributions by>>:
+<ul class="about">
+ <li class="about">Philipp Kewisch &lt;<a href="mailto:openwrt@kewis.ch">openwrt@kewis.ch</a>&gt;</li>
+ <li class="about">Spectra &lt;<a href="mailto:spectra@gmx.ch">spectra@gmx.ch</a>&gt;</li>
+ <li class="about">Jeremy Collake &lt;<a href="mailto:jeremy.collake@gmail.com">jeremy.collake@gmail.com</a>&gt;</li>
+ <li class="about">Travis Kemen &lt;<a href="mailto:kemen04@gmail.com">kemen04@gmail.com</a>&gt;</li>
+ <li class="about">Markus Wigge</li>
+ <li class="about">SeDkY</li>
+ <li class="about">Ivoshiee</li>
+ <li class="about">arteqw</li>
+ <li class="about">silver71</li>
+ <li class="about">@TR<<Layout based on>> <a href="http://www.openwebdesign.org/design/1773/prosimii/">&quot;Prosimii&quot;</a> @TR<<by>> haran</li>
+</ul>
+
+
+<? footer ?>
+<!--
+##WEBIF:name:Info:20:About
+-->