Tidy up "about" page
[tomato.git] / release / src / router / www / about.asp
blob7747dfc5ce4b7565ec88b1dfc7eadd4ca22b4177
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 <div style='float:right;margin:140px 30px;text-align:center'>
88 <img src='kinaree.png' alt='Linux &amp; Tomato' id='tux'>
89 </div>
90 <div style='margin:30px 30px;font-size:14px;color:#555;'>
91 <b>Tomato Firmware v<% version(1); %></b><br>
92 <br>
93 Based on TomatoUSB by Fedor Kozhevnikov<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,
98 <!-- USB-END -->
99 <!-- IPV6-BEGIN -->
100 IPv6 support
101 <!-- IPV6-END -->
102 <br>
103 Copyright (C) 2008-2011 Fedor Kozhevnikov, Ray Van Tassle, Wes Campaigne<br>
104 <a href='http://www.tomatousb.org/' target='_new'>http://www.tomatousb.org</a><br>
105 <br>
106 <div style='border-top:2px solid #e7e7e7;margin:1em 0;padding:1em 0;font-size:12px'>
107 </div>
108 <b>This compilation by Toastman may also include:</b><br>
109 <br>
110 <br>
111 <!-- OPENVPN-BEGIN -->
112 <b>OpenVPN integration and GUI</b><br>
113 Copyright (C) 2010 Keith Moyer<br>
114 <a href='mailto:tomatovpn@keithmoyer.com'>tomatovpn@keithmoyer.com</a><br>
115 <br>
116 <!-- OPENVPN-END -->
117 <b>"Teddy Bear" current features, notably:</b><br>
118 - USB Support, Samba, FTP, Media Servers<br>
119 - Web Monitor, Per-connection transfer rates<br>
120 - Additional ipv6 support in GUI, QOS, Conntrack<br>
121 <a href='http://www.linksysinfo.org/index.php?forums/tomato-firmware.33//' target='_new'>http://www.linksysinfo.org/index.php?forums/tomato-firmware.33/</a><br>
122 <br>
123 <b>"Victek RAF" features:</b><br>
124 - CPU Freq | Previous WAN IP<br>
125 - HFS/HFS+MAC OS x read support<br>
126 <!-- NOCAT-BEGIN -->
127 - Captive Portal (Based on NocatSplash) <br>
128 <!-- NOCAT-END -->
129 Copyright (C) 2007-2011 Vicente Soriano<br>
130 <!-- NOCAT-BEGIN -->
131 Captive Portal Copyright (C) 2011 Ofer Chen & Vicente Soriano<br>
132 <!-- NOCAT-END -->
133 <a href='http://victek.is-a-geek.com' target='_new'>http://victek.is-a-geek.com</a><br>
134 <br>
135 <b>"Shibby" features:</b><br>
136 - Custom log file path<br>
137 <!-- LINUX26-BEGIN -->
138 - SD-idle tool integration for kernel 2.6<br>
139 <!-- USB-BEGIN -->
140 - 3G Modem support (big thanks for @LDevil)<br>
141 <!-- USB-END -->
142 <!-- LINUX26-END -->
143 <!-- SNMP-BEGIN -->
144 - SNMP integration and GUI<br>
145 <!-- SNMP-END -->
146 Copyright (C) 2011 MichaƂ Rupental<br>
147 <a href='http://openlinksys.info' target='_new'>http://openlinksys.info</a><br>
148 <br>
149 <!-- JYAVENARD-BEGIN -->
150 <b>"JYAvenard" Features:</b><br>
151 <!-- OPENVPN-BEGIN -->
152 - OpenVPN enhancements &amp; username/password only authentication<br>
153 <!-- OPENVPN-END -->
154 <!-- USERPPTP-BEGIN -->
155 - PPTP VPN Client integration and GUI<br>
156 <!-- USERPPTP-END -->
157 Copyright (C) 2010-2011 Jean-Yves Avenard<br>
158 <a href='mailto:jean-yves@avenard.org'>jean-yves@avenard.org</a><br>
159 <br>
160 <!-- JYAVENARD-END -->
161 <b>"Teaman" Features:</b><br>
162 - QOS-detailed & ctrate improved filters<br>
163 - Real-time bandwidth monitoring of LAN clients<br>
164 - Per-IP bandwidth monitoring of LAN clients [cstats v2]<br>
165 - IPTraffic conn/BW ratios graphs<br>
166 - Static ARP binding<br>
167 - CPU % usage<br>
168 - Udpxy v1.0-Chipmunk-build 21<br>
169 <!-- VLAN-BEGIN -->
170 - Multiple LAN support integration and GUI<br>
171 - Multiple/virtual SSID support (experimental)<br>
172 <!-- VLAN-END -->
173 <!-- PPTPD-BEGIN -->
174 - PPTP VPN Server integration and GUI</a><br>
175 <!-- PPTPD-END -->
176 Copyright (C) 2011-2012 Augusto Bott<br>
177 <a href='http://code.google.com/p/tomato-sdhc-vlan/' target='_new'>http://code.google.com/p/tomato-sdhc-vlan/</a><br>
178 <br>
179 <b>"Tiomo" Features:</b><br>
180 - IMQ based QOS Ingress<br>
181 - Incoming Class Bandwidth pie chart<br>
182 Copyright (C) 2012 Tiomo<br>
183 <br>
184 <b>"Toastman" Features:</b><br>
185 - 250 entry limit in Static DHCP & Wireless Filter<br>
186 - 500 entry limit in Access Restriction rules<br>
187 - Up to 80 QOS rules (all dependent on nvram <br>
188 - IMQ based QOS/Bandwidth Limiter<br>
189 - Configurable QOS class names<br>
190 - Comprehensive QOS rule examples set by default<br>
191 - TC-ATM overhead calculation - patch by tvlz<br>
192 - GPT support for HDD by Yaniv Hamo<br>
193 - Continuing IPv6 development by Kevin Darbyshire-Bryant<br>
194 Copyright (C) 2010-2012 Toastman<br>
195 <a href='http://www.toastmanfirmware.yolasite.com'>http://www.toastmanfirmware.yolasite.com</a><br>
196 <br>
197 Built on <% build_time(); %><br>
198 <br>
199 <b>If you enjoy this firmware, and would like to thank me for all the time I spent<br>
200 working on it, you can make a PayPal donation:</b>
201 <br>
202 <br>
203 <form action="http://toastmanfirmware.yolasite.com/donations.php" method="post">
204 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit">
205 </form>
206 <br>
207 <br>
208 <div style='border-top:2px solid #e7e7e7;margin:1em 0;padding:1em 0;font-size:12px'>
209 </div>
210 <b>Based on Tomato Firmware v<% version(); %></b><br>
211 Copyright (C) 2006-2010 Jonathan Zarate<br>
212 <a href='http://www.polarcloud.com/tomato/' target='_new'>http://www.polarcloud.com/tomato/</a><br>
213 <br>
214 <!--
216 Please do not remove or change the homepage link or donate button.
218 Thanks.
219 - Jon
223 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
224 <input type="hidden" name="cmd" value="_s-xclick">
225 <input type="image" src="pp.gif" border="0" name="submit" alt="Donate">
226 <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----">
227 </form>
229 <div style='border-top:2px solid #e7e7e7;margin:2em 0;padding:2em 0;font-size:12px'>
230 <b>Thanks to everyone who risked their routers, tested, reported bugs, made
231 suggestions and contributed to this project. ^ _ ^</b><br>
232 </div>
234 </div>
237 </td></tr>
238 <tr><td id='footer' colspan=2>&nbsp;</td></tr>
239 </table>
240 </body>
241 </html>