Merge branch 'Toastman-IPT-ND' into Toastman-ND
[tomato.git] / release / src / router / www / about.asp
blobfa1d6f065680fd5a365aebce3c12368ed185e79b
1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
2 <!--
3 Tomato GUI
4 Copyright (C) 2006-2009 Jonathan Zarate
5 http://www.polarcloud.com/tomato/
7 Enhancements by Teaman
8 Copyright (C) 2011 Augusto Bott
9 http://code.google.com/p/tomato-sdhc-vlan/
11 For use with Tomato Firmware only.
12 No part of this file may be used without permission.
13 -->
14 <html>
15 <head>
16 <meta http-equiv='content-type' content='text/html;charset=utf-8'>
17 <meta name='robots' content='noindex,nofollow'>
18 <title>[<% ident(); %>] About</title>
19 <link rel='stylesheet' type='text/css' href='tomato.css'>
20 <% css(); %>
21 <script type='text/javascript' src='tomato.js'></script>
22 <script type='text/javascript'>
23 // <% nvram(''); %> // http_id
25 var clicks = 0;
26 var tux = null;
27 var t = 0;
28 var r = 3;
29 var rd = 1;
31 function moo()
33 if ((r <= 2) || (r >= 25)) rd = -rd;
34 r += rd;
35 t += (Math.PI / 10);
36 if (t > (2 * Math.PI)) t = 0;
38 var x = tux.origX + (r * Math.sin(t));
39 var y = tux.origY + (r * Math.cos(t));
41 tux.style.left = x + 'px';
42 tux.style.top = y + 'px';
44 if (clicks > 0) setTimeout(moo, 33);
47 function onClick()
49 try {
50 ++clicks;
51 if (clicks < 10) moo();
52 else clicks = 0;
54 catch (ex) {
58 function init()
60 try {
61 tux = E('tux');
63 var o = elem.getOffset(tux);
64 tux.origX = o.x;
65 tux.origY = o.y;
67 tux.style.position = 'absolute';
68 tux.style.left = o.x + 'px';
69 tux.style.top = o.y + 'px';
71 tux.addEventListener('click', onClick, false);
73 catch (ex) {
76 </script>
78 </head>
79 <body onload='init()'>
80 <table id='container' cellspacing=0>
81 <tr><td colspan=2 id='header'>
82 <div class='title'>Tomato</div>
83 <div class='version'>Version <% version(); %></div>
84 </td></tr>
85 <tr id='body'><td id='navi'><script type='text/javascript'>navi()</script></td>
86 <td id='content'>
87 <div id='ident'><% ident(); %></div>
89 <div style='float:right;margin:140px 30px;text-align:center'>
90 <img src='kinaree.png' alt='Linux &amp; Tomato' id='tux'>
91 </div>
92 <div style='margin:30px 30px;font-size:14px;color:#555;'>
93 <b>Tomato 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,
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 <!-- VPN-BEGIN -->
107 VPN integration and GUI Copyright (C) 2010 Keith Moyer,<br>
108 <a href='mailto:tomatovpn@keithmoyer.com'>tomatovpn@keithmoyer.com</a><br>
109 <!-- VPN-END -->
110 <br>
111 <b>This compilation by Toastman may also include:</b><br>
112 <br>
113 <b>"Teddy Bear" current features, notably:</b><br>
114 - USB Support, Samba, FTP, Media Servers<br>
115 - Web Monitor, Per-connection transfer rates<br>
116 - Byte counter, QOS rule ID<br>
117 <!-- IPV6-BEGIN -->
118 - Additional ipv6 support in GUI, QOS, Conntrack<br>
119 <!-- IPV6-END -->
120 <a href='http://www.tomatousb.org/' target='_new'>http://www.tomatousb.org</a><br>
121 <br>
122 <b>"Victek RAF" features:</b><br>
123 - CPU Freq | Previous WAN IP<br>
124 - HFS/HFS+MAC OS x read support<br>
125 <!-- NOCAT-BEGIN -->
126 - Captive Portal (Based on NocatSplash) <br>
127 <!-- NOCAT-END -->
128 Copyright (C) 2007-2011 Vicente Soriano<br>
129 <!-- NOCAT-BEGIN -->
130 Captive Portal Copyright (C) 2011 Ofer Chen & Vicente Soriano<br>
131 <!-- NOCAT-END -->
132 <a href='http://victek.is-a-geek.com' target='_new'>http://victek.is-a-geek.com</a><br>
133 <br>
134 <b>"Shibby" features:</b><br>
135 - Custom log file path<br>
136 <!-- LINUX26-BEGIN -->
137 - SD-idle tool integration<br>
138 <!-- LINUX26-END -->
139 <!-- SNMP-BEGIN -->
140 - SNMP integration and GUI<br>
141 <!-- SNMP-END -->
142 Copyright (C) 2011 MichaƂ Rupental<br>
143 <a href='http://openlinksys.info' target='_new'>http://openlinksys.info</a><br>
144 <br>
145 <b>"Teaman" Features:</b><br>
146 - QOS-detailed & ctrate filters<br>
147 - Static ARP binding<br>
148 - Real-time & logged bandwidth monitoring of LAN clients<br>
149 - Multiple LAN support integration and GUI,<br>
150 Copyright (C) 2011 Augusto Bott<br>
151 <a href='http://code.google.com/p/tomato-sdhc-vlan/' target='_new'>http://code.google.com/p/tomato-sdhc-vlan/</a><br>
152 <br>
153 <b>"Toastman" Features:</b><br>
154 - 250 entry limit in Static DHCP & Wireless Filter<br>
155 - 500 entry limit in Access Restriction rules<br>
156 - Up to 80 QOS rules<br>
157 - IMQ based QOS/Bandwidth Limiter<br>
158 - Configurable QOS class names<br>
159 - CPU frequency selector<br>
160 - Starts with LAN DHCP off if nvram is reset<br>
161 - Comprehensive QOS rule examples set by default<br>
162 - Extra Themes<br>
163 <a href='http://www.linksysinfo.org/forums/showthread.php?t=60304' target='_new'>http://www.linksysinfo.org/forums/showthread.php?t=60304</a><br>
164 <br>
165 Built on <% build_time(); %><br>
166 <br>
167 <br>
168 Based on Tomato Firmware v<% version(); %><br>
169 Copyright (C) 2006-2010 Jonathan Zarate<br>
170 <a href='http://www.polarcloud.com/tomato/' target='_new'>http://www.polarcloud.com/tomato/</a><br>
171 <br>
173 <!--
175 Please do not remove or change the homepage link or donate button.
177 Thanks.
178 - Jon
182 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
183 <input type="hidden" name="cmd" value="_s-xclick">
184 <input type="image" src="pp.gif" border="0" name="submit" alt="Donate">
185 <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----">
186 </form>
188 <div style='border-top:1px solid #e7e7e7;margin:4em 0;padding:2em 0;font-size:12px'>
189 <b>Thanks to everyone who risked their routers, tested, reported bugs, made
190 suggestions and contributed to this project. ^ _ ^</b><br>
191 </div>
193 </div>
196 </td></tr>
197 <tr><td id='footer' colspan=2>&nbsp;</td></tr>
198 </table>
199 </body>
200 </html>