GUI: About page - cosmetic
[tomato.git] / release / src-rt-6.x.4708 / router / www / about.asp
blobc9fa67887ca35fab05b20c28fafa2d43b307c802
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>
73 <!-- / / / -->
75 </head>
76 <body onload='init()'>
77 <table id='container' cellspacing=0>
78 <tr><td colspan=2 id='header'>
79 <div class='title'>Tomato</div>
80 <div class='version'>Version <% version(); %></div>
81 </td></tr>
82 <tr id='body'><td id='navi'><script type='text/javascript'>navi()</script></td>
83 <td id='content'>
84 <div id='ident'><% ident(); %></div>
86 <!-- / / / -->
88 <div style='float:right;margin:20px 20px;text-align:center'>
89 <img src='tux.png' alt='Linux &amp; Tomato' id='tux'>
90 </div>
91 <div class='about'>
92 <b>Tomato Firmware <% version(1); %></b><br>
93 <br>
94 Linux kernel <% version(2); %> and Broadcom Wireless Driver <% version(3); %><br>
95 <i>Copyright (C) 2013-2014 Tomato-ARM Team</i><br>
96 <br>
97 <b>Tomato-ARM Team:</b><br>
98 - Michał Rupental (Shibby)<br>
99 - Ofer Chen (roadkill)<br>
100 - Vicente Soriano (Victek)<br>
101 <br>
102 <hr>
103 <!-- / / / -->
105 <br>
106 <b>TomatoUSB Team features:</b><br>
107 <!-- USB-BEGIN -->
108 - USB support integration and GUI<br>
109 <!-- USB-END -->
110 <!-- IPV6-BEGIN -->
111 - IPv6 support<br>
112 <!-- IPV6-END -->
113 - Dual-band and Wireless-N mode<br>
114 <i>Copyright (C) 2008-2011 Fedor Kozhevnikov, Ray Van Tassle, Wes Campaigne</i><br>
115 <a href='http://www.tomatousb.org/' target='_new'>http://www.tomatousb.org</a><br>
116 <br>
119 <b>"Shibby" features:</b><br>
120 <!-- BBT-BEGIN -->
121 - Transmission 2.84 integration<br>
122 <!-- BBT-END -->
123 <!-- BT-BEGIN -->
124 - GUI for Transmission<br>
125 <!-- BT-END -->
126 <!-- NFS-BEGIN -->
127 - NFS utils integration and GUI<br>
128 <!-- NFS-END -->
129 - Custom log file path<br>
130 <!-- LINUX26-BEGIN -->
131 - SD-idle tool integration for kernel 2.6<br>
132 <!-- USB-BEGIN -->
133 - 3G Modem support (big thanks for @LDevil)<br>
134 - 4G/LTE Modem support<br>
135 <!-- USB-END -->
136 <!-- LINUX26-END -->
137 <!-- SNMP-BEGIN -->
138 - SNMP integration and GUI<br>
139 <!-- SNMP-END -->
140 <!-- UPS-BEGIN -->
141 - APCUPSD integration and GUI (implemented by @arrmo)<br>
142 <!-- UPS-END -->
143 <!-- DNSCRYPT-BEGIN -->
144 - DNScrypt-proxy 1.4.0 integration and GUI<br>
145 <!-- DNSCRYPT-END -->
146 <!-- TOR-BEGIN -->
147 - TOR Project integration and GUI<br>
148 <!-- TOR-END -->
149 - TomatoAnon project integration and GUI<br>
150 - TomatoThemeBase project integration and GUI<br>
151 - Ethernet Ports State<br>
152 - Extended MOTD (written by @Monter, modified by @Shibby)<br>
153 - Webmon Backup Script<br>
154 <i>Copyright (C) 2011-2014 Michał Rupental</i><br>
155 <a href='http://openlinksys.info' target='_new'>http://openlinksys.info</a><br>
156 <br>
158 <b>Tomato-RAF features:</b><br>
159 - Extended Sysinfo<br>
160 <!-- NOCAT-BEGIN -->
161 - Captive Portal. (Based in NocatSplash)<br>
162 <!-- NOCAT-END -->
163 <!-- NGINX-BEGIN -->
164 - Web Server. (NGinX)<br>
165 <!-- NGINX-END -->
166 <!-- HFS-BEGIN -->
167 - HFS / HFS+ filesystem integration<br>
168 <!-- HFS-END -->
169 <i>Copyright (C) 2007-2014 Ofer Chen & Vicente Soriano</i><br>
170 <a href='http://victek.is-a-geek.com' target='_new'>http://victek.is-a-geek.com</a><br>
171 <br>
173 <b>"Teaman" features:</b><br>
174 - QOS-detailed & ctrate filters<br>
175 - Realtime bandwidth monitoring of LAN clients<br>
176 - Static ARP binding<br>
177 - VLAN administration GUI<br>
178 - Multiple LAN support integration and GUI<br>
179 - Multiple/virtual SSID support (experimental)<br>
180 - UDPxy integration and GUI<br>
181 <!-- PPTPD-BEGIN -->
182 - PPTP Server integration and GUI<br>
183 <!-- PPTPD-END -->
184 <i>Copyright (C) 2011 Augusto Bott</i><br>
185 <a href='http://code.google.com/p/tomato-sdhc-vlan/' target='_new'>Tomato-sdhc-vlan Homepage</a><br>
186 <br>
188 <b>"Lancethepants" features:</b><br>
189 <!-- DNSSEC-BEGIN -->
190 - DNSSEC integration and GUI<br>
191 <!-- DNSSEC-END -->
192 <!-- DNSCRYPT-BEGIN -->
193 - DNSCrypt-Proxy selectable/manual resolver<br>
194 <!-- DNSCRYPT-END -->
195 <!-- TINC-BEGIN -->
196 - Tinc Daemon integration and GUI<br>
197 <!-- TINC-END -->
198 - Comcast DSCP Fix GUI<br>
199 <i>Copyright (C) 2014 Lance Fredrickson</i><br>
200 <a href='mailto:lancethepants@gmail.com'>lancethepants@gmail.com</a><br>
201 <br>
203 <b>"Toastman" features:</b><br>
204 - Configurable QOS class names<br>
205 - Comprehensive QOS rule examples set by default<br>
206 - GPT support for HDD by Yaniv Hamo<br>
207 - Tools-System refresh timer<br>
208 <i>Copyright (C) 2011 Toastman</i><br>
209 <a href='http://www.linksysinfo.org/index.php?threads/using-qos-tutorial-and-discussion.28349/' target='_new'>Using QoS - Tutorial and discussion</a><br>
210 <br>
212 <!-- VPN-BEGIN -->
213 <b>"JYAvenard" features:</b><br>
214 <!-- OPENVPN-BEGIN -->
215 - OpenVPN enhancements &amp; username/password only authentication<br>
216 <!-- OPENVPN-END -->
217 <!-- PPTPD-BEGIN -->
218 - PPTP VPN Client integration and GUI<br>
219 <!-- PPTPD-END -->
220 <i>Copyright (C) 2010-2012 Jean-Yves Avenard</i><br>
221 <a href='mailto:jean-yves@avenard.org'>jean-yves@avenard.org</a><br>
222 <br>
224 <!-- OPENVPN-BEGIN -->
225 <b>TomatoVPN feature:</b><br>
226 - OpenVPN integration and GUI<br>
227 <i>Copyright (C) 2010 Keith Moyer</i><br>
228 <a href='mailto:tomatovpn@keithmoyer.com'>tomatovpn@keithmoyer.com</a><br>
229 <br>
231 <b>"TomatoEgg" feature:</b><br>
232 - Openvpn username/password verify feature and configure GUI.<br>
233 <br>
234 <!-- OPENVPN-END -->
235 <!-- VPN-END -->
237 <b>"Victek/PrinceAMD/Phykris/Shibby" feature:</b><br>
238 - Revised IP/MAC Bandwidth Limiter<br>
239 <br>
241 <b>Special thanks:</b><br>
242 We want to express our gratitude to all people not mentioned here but contributed with patches, new models additions, bug solving and updates to Tomato firmware.<br>
243 <br>
245 <hr>
246 <br>
247 <b>Based on Tomato Firmware v<% version(); %></b><br>
248 <i>Copyright (C) 2006-2010 Jonathan Zarate</i><br>
249 <a href='http://www.polarcloud.com/tomato/' target='_new'>http://www.polarcloud.com/tomato/</a><br>
250 <br>
251 Built on <% build_time(); %> by Shibby, <a href='http://openlinksys.info' target='_new'>http://openlinksys.info</a><br><br>
252 <br><br>
254 <!--
256 Please do not remove or change the homepage link or donate button.
258 Thanks.
259 - Jon
263 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
264 <input type="hidden" name="cmd" value="_s-xclick">
265 <input type="image" src="pp.gif" border="0" name="submit" alt="Donate">
266 <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----">
267 </form>
269 <div style='border-top:1px solid #e7e7e7;margin:4em 0;padding:2em 0;font-size:12px'>
270 <b>Thanks to everyone who risked their routers, tested, reported bugs, made
271 suggestions and contributed to this project. ^ _ ^</b><br>
272 </div>
274 </div>
275 <!-- / / / -->
277 </td></tr>
278 <tr><td id='footer' colspan=2>&nbsp;</td></tr>
279 </table>
280 </body>
281 </html>