Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / www / about.asp
blobabb3835725e9a85589f76efd0105d26e10d02ae6
1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
2 <!--
3 Tomato GUI
4 Copyright (C) 2006-2010 Jonathan Zarate
5 http://www.polarcloud.com/tomato/
7 For use with Tomato Firmware only.
8 No part of this file may be used without permission.
9 -->
10 <html>
11 <head>
12 <meta http-equiv='content-type' content='text/html;charset=utf-8'>
13 <meta name='robots' content='noindex,nofollow'>
14 <title>[<% ident(); %>] About</title>
15 <link rel='stylesheet' type='text/css' href='tomato.css'>
16 <% css(); %>
17 <script type='text/javascript' src='tomato.js'></script>
18 <script type='text/javascript'>
19 // <% nvram(''); %> // http_id
21 var clicks = 0;
22 var tux = null;
23 var t = 0;
24 var r = 3;
25 var rd = 1;
27 function moo()
29 if ((r <= 2) || (r >= 25)) rd = -rd;
30 r += rd;
31 t += (Math.PI / 10);
32 if (t > (2 * Math.PI)) t = 0;
34 var x = tux.origX + (r * Math.sin(t));
35 var y = tux.origY + (r * Math.cos(t));
37 tux.style.left = x + 'px';
38 tux.style.top = y + 'px';
40 if (clicks > 0) setTimeout(moo, 33);
43 function onClick()
45 try {
46 ++clicks;
47 if (clicks < 10) moo();
48 else clicks = 0;
50 catch (ex) {
54 function init()
56 try {
57 tux = E('tux');
59 var o = elem.getOffset(tux);
60 tux.origX = o.x;
61 tux.origY = o.y;
63 tux.style.position = 'absolute';
64 tux.style.left = o.x + 'px';
65 tux.style.top = o.y + 'px';
67 tux.addEventListener('click', onClick, false);
69 catch (ex) {
72 </script>
74 <!-- / / / -->
76 </head>
77 <body onload='init()'>
78 <table id='container' cellspacing=0>
79 <tr><td colspan=2 id='header'>
80 <div class='title'>Tomato</div>
81 <div class='version'>Version <% version(); %></div>
82 </td></tr>
83 <tr id='body'><td id='navi'><script type='text/javascript'>navi()</script></td>
84 <td id='content'>
85 <div id='ident'><% ident(); %></div>
87 <!-- / / / -->
89 <div style='float:right;margin:20px 20px;text-align:center'>
90 <img src='tux.png' alt='Linux &amp; Tomato' id='tux'>
91 </div>
92 <div style='margin:30px 30px;font-size:14px;color:#555;'>
93 <b>Tomato RAF Firmware v<% version(1); %></b><br>
94 - Linux kernel <% version(2); %> and Broadcom Wireless Driver <% version(3); %> updates<br>
95 - Support for additional router models, dual-band and Wireless-N mode.<br>
96 <!-- USB-BEGIN -->
97 - USB support integration and GUI<br>
98 <!-- USB-END -->
99 <!-- IPV6-BEGIN -->
100 - IPv6 support<br>
101 <!-- IPV6-END -->
102 - Extended System and Hardware Info<br>
103 - HFS/HFS+ MAC OSX read support<br>
104 - exFAT MAC OSX / WINDOWS suppport<br>
105 <!-- NOCAT-BEGIN -->
106 - Captive Portal. (NocatSplash). Copyright (C) 2011 Ofer Chen & Vicente Soriano<br>
107 <!-- NOCAT-END -->
108 <!-- NGINX-BEGIN -->
109 - Web Server. (NGinX). Copyright (C) 2013 Ofer Chen & Vicente Soriano<br>
110 <!-- NGINX-END -->
111 Tomato RAF. Copyright (C) 2007-2013 Vicente Soriano. <br>
112 <a href='http://www.tomatoraf.com' target='_new'>http://victek.is-a-geek.com</a><br>
113 <br>
114 <br>
115 <b>Based on TomatoUSB and Original Tomato by Jonathan Zarate.</b><br>
116 Copyright (C) 2008-2011 Fedor Kozhevnikov, Ray Van Tassle, Wes Campaigne<br>
117 <a href='http://www.tomatousb.org/' target='_new'>http://www.tomatousb.org</a><br>
118 Copyright (C) 2006-2010 Jonathan Zarate<br>
119 <a href='http://www.polarcloud.com/tomato/' target='_new'>http://www.polarcloud.com/tomato/</a><br>
120 <br>
121 <b>This version may include other features:</b><br>
122 <br>
123 <!-- OPENVPN-BEGIN -->
124 <b>OpenVPN integration and GUI</b><br>
125 Copyright (C) 2010 Keith Moyer<br>
126 <a href='mailto:tomatovpn@keithmoyer.com'>tomatovpn@keithmoyer.com</a><br>
127 <br>
128 <!-- OPENVPN-END -->
129 <!-- JYAVENARD-BEGIN -->
130 <b>"JYAvenard" Features:</b><br>
131 <!-- OPENVPN-BEGIN -->
132 - OpenVPN enhancements &amp; username/password only authentication<br>
133 <!-- OPENVPN-END -->
134 <!-- USERPPTP-BEGIN -->
135 - PPTP VPN Client integration and GUI<br>
136 <!-- USERPPTP-END -->
137 Copyright (C) 2010-2011 Jean-Yves Avenard<br>
138 <a href='mailto:jean-yves@avenard.org'>jean-yves@avenard.org</a><br>
139 <br>
140 <!-- JYAVENARD-END -->
141 <b>"Teaman" Features:</b><br>
142 - QOS-detailed & ctrate improved filters<br>
143 - Per-IP bandwidth monitoring of LAN clients [cstats v2]<br>
144 - IPTraffic conn/BW ratios graphs<br>
145 - Static ARP binding<br>
146 - CPU % usage<br>
147 - Udpxy v1.0-Chipmunk-build 21<br>
148 <!-- VLAN-BEGIN -->
149 - VLAN support integration and GUI<br>
150 - VSSID support (experimental)<br>
151 <!-- VLAN-END -->
152 <!-- PPTPD-BEGIN -->
153 - PPTP VPN Server integration and GUI</a><br>
154 <!-- PPTPD-END -->
155 - Real-time bandwidth monitoring of LAN clients<br>
156 - Static ARP binding<br>
157 Copyright (C) 2011-2012 Augusto Bott<br>
158 <a href='http://code.google.com/p/tomato-sdhc-vlan/' target='_new'>http://code.google.com/p/tomato-sdhc-vlan/</a><br>
159 <br>
160 <b>"KDB" Features:</b><br>
161 - IPv6 Full Support (Beta)<br>
162 Copyright (C) 2013 Kevin Darbyshire-Bryant<br>
163 <br>
164 <b>"Shibby20" Features:</b><br>
165 <!-- DNSCRYPT-BEGIN -->
166 - DNScrypt-proxy 0.9.3 integration and GUI<br>
167 <!-- DNSCRYPT-END -->
168 - Ethernet Status Monitor<br>
169 Copyright (C) 2013 shibby20<br>
170 <br>
171 <b>"Toastman" Features:</b><br>
172 - 250 entry limit in Static DHCP & Wireless Filter<br>
173 - 500 entry limit in Access Restriction rules<br>
174 - Up to 80 QOS rules<br>
175 - IMQ based QOS/Bandwidth Limiter<br>
176 - Configurable QOS class names<br>
177 - Comprehensive QOS rule examples set by default<br>
178 - TC-ATM overhead calculation - patch by tvlz<br>
179 - GPT support for HDD by Yaniv Hamo<br>
180 Copyright (C) 2010-2012 Toastman<br>
181 <a href='http://www.toastmanfirmware.yolasite.com'>http://www.toastmanfirmware.yolasite.com</a><br>
182 <br>
183 Built on <% build_time(); %><br>
184 <br><br>
185 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
186 <input type="hidden" name="cmd" value="_s-xclick">
187 <input type="hidden" name="hosted_button_id" value="8099400">
188 <input type="hidden" name="charset" value="US-ASCII">
189 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" align="center" name="submit" alt="PayPal - The safer, easier way to pay online!">
190 <img alt="" border="0" src="https://www.paypal.com/es_ES/i/scr/pixel.gif" width="1" height="1">
191 </form></p></center>
192 <div style='border-top:1px solid #e7e7e7;margin:4em 0;padding:2em 0;font-size:12px'>
193 <b>Thanks to everyone who risked their routers, tested, reported bugs, made
194 suggestions and contributed to this project. ^ _ ^</b><br>
195 </div>
197 </div>
200 </td></tr>
201 <tr><td id='footer' colspan=2>&nbsp;</td></tr>
202 </table>
203 </body>
204 </html>