| 1 | <% do_hpagehead("doctype_only"); %> |
|---|
| 2 | <html> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" /> |
|---|
| 5 | <link type="text/css" rel="stylesheet" href="help/help.css"> |
|---|
| 6 | |
|---|
| 7 | <title>About DD-WRT</title> |
|---|
| 8 | <style type="text/css"> |
|---|
| 9 | * { |
|---|
| 10 | font-family:Tahoma, Arial, Helvetica, sans-serif; |
|---|
| 11 | font-size:1em; |
|---|
| 12 | text-align:center; |
|---|
| 13 | line-height:1.7em; |
|---|
| 14 | } |
|---|
| 15 | body { |
|---|
| 16 | margin:.906em; |
|---|
| 17 | font-size:69%; |
|---|
| 18 | } |
|---|
| 19 | a { |
|---|
| 20 | text-decoration:none; |
|---|
| 21 | } |
|---|
| 22 | a:hover { |
|---|
| 23 | text-decoration:underline; |
|---|
| 24 | } |
|---|
| 25 | </style> |
|---|
| 26 | </head> |
|---|
| 27 | <body> |
|---|
| 28 | <div id="content"> |
|---|
| 29 | <p><img src="/<% ifdef("MICRO", "style"); %><% ifndef("MICRO", "images"); %>/logo.png" alt="DD-WRT logo" /><br /><b><% get_firmware_version(); %><br />(<em>SVN revision</em> <% get_firmware_svnrev(); %>)</b></p> |
|---|
| 30 | <p>There are several different distributions of the DD-WRT firmware. The <b>mini</b> contains all the features of the standard distribution, |
|---|
| 31 | with the exception of chillispot, nocat, rflow, kaid, CIFS client, SNMP, IPv6, and MMC/SD card support. The <b>standard</b> (std) distribution includes all features, |
|---|
| 32 | with the exception of VOIP. The <b>standard-nokaid</b> (std-nokaid) distribution includes all features of standard, with kaid removed to free some flash space. |
|---|
| 33 | The <b>VOIP</b> distribution includes all features, with kaid removed to make room for Milkfish. |
|---|
| 34 | The <b>VPN</b> edition includes OpenVPN but does not include IPv6, CIFS client, or kaid. |
|---|
| 35 | The <b>micro</b> edition is a stripped down version designed for the WRT54G v5 and other 2MB router models.</p> |
|---|
| 36 | |
|---|
| 37 | <p><b>Special thanks to our translators:</b> |
|---|
| 38 | <div>German : <i>Sebastian Gottschall (BrainSlayer)</i></div> |
|---|
| 39 | <div>Slovenian : <i>Aleš Majdič (Eko)</i></div> |
|---|
| 40 | <div>French : <i>Sylvain Bothorel (Botho)</i></div> |
|---|
| 41 | <div>Chinese : <i>JnJn, bbyel, a9988cd</i></div> |
|---|
| 42 | <div>Spanish : <i>SuperWebon</i></div> |
|---|
| 43 | <div>Swedish : <i>Joensson Joergen</i></div> |
|---|
| 44 | <div>Polish : <i>stegano</i></div> |
|---|
| 45 | <div>Portuguese : <i>aledr</i></div> |
|---|
| 46 | <div>Dutch : <i>Fabian, Blackraven, Michael Zoon (Dutchman01)</i></div> |
|---|
| 47 | <div>Italian : <i>CoffeEbuyer, Piega</i></div> |
|---|
| 48 | <div>Japanese : <i>d-yama (Buffalo Inc.)</i></div> |
|---|
| 49 | <div>Hungarian : <i>Jedlik Team</i></div> |
|---|
| 50 | <div>Russian : <i>Yuri Krasilnikov</i></div> |
|---|
| 51 | |
|---|
| 52 | </p> |
|---|
| 53 | |
|---|
| 54 | <p><a href="http://www.dd-wrt.com" target="_new">DD-WRT Homepage</a> - <a href="http://www.dd-wrt.com/phpBB2/" target="_new">Forum</a> - <a href="http://www.dd-wrt.com/wiki/" target="_new">Wiki</a> - <a href="http://www.dd-wrt.com/bugtracker" target="_new">Bugtracker</a> - <a href="http://svn.dd-wrt.com:8000/dd-wrt" target="_new">Trac</a><br /><br /> |
|---|
| 55 | <% ifdef("MICRO", "<!--"); %> |
|---|
| 56 | <img src="images/valid-xhtml10.png" alt="Valid XHTML 1.0 Strict" /> |
|---|
| 57 | <% ifdef("MICRO", "-->"); %> |
|---|
| 58 | <% ifndef("MICRO", "<!--"); %> |
|---|
| 59 | <img src="http://www.w3.org/Icons/valid-xhtml10.png" alt="Valid XHTML 1.0 Strict" height="31" width="88" /> |
|---|
| 60 | <% ifndef("MICRO", "-->"); %> |
|---|
| 61 | </p> |
|---|
| 62 | </div> |
|---|
| 63 | </body> |
|---|
| 64 | </html> |
|---|