incorporated Andi Kleens fixes
[lartc.git] / manpages / index.php3
blob0f935648c0922c345e1eca15fbf1c404e4bfc5e2
1 <html>
2 <head><title>Linux Advanced Routing &amp; Traffic Control Manpages</title></head>
3 <body bgcolor=#ffffff>
5 <table width=100%><tr><td>
6 <H1>Linux Advanced Routing &amp; Traffic Control</H1>
7 <?
8 if(!ereg("^\/lartc\/",$SCRIPT_NAME))
9 print("<font color=#ff0000>You are not using the canonical URL: <a
10 href=http://ds9a.nl/lartc>http://ds9a.nl/lartc</a> -
11 not all links may work!</font>");
13 </td><td valign=top align=right><a href=http://www.powerdns.com><img
14 src=http://ds9a.nl/pub/pdns88x33c.gif></a><p></td>
15 <tr><td><a href="http://ds9a.nl/">bert hubert</a> (<a
16 href=http://www.powerdns.com>PowerDNS.COM BV</a>) <a href=mailto:bert.hubert@netherlabs.nl>&lt;bert.hubert@netherlabs.nl&gt;</a>,<br>
17 <a href="mailto:HOWTO@ds9a.nl">HOWTO@ds9a.nl</a> <small>(HOWTO related only, do
18 <strong>not</strong> send questions)</small> <br>
19 <a href="#mailinglist">lartc@mailman.ds9a.nl</a>
20 (<small>mailing list</a>/<a
21 href=http://mailman.ds9a.nl/pipermail/lartc/>archive</a>, the <strong>only</strong> place to send
22 questions!</a></small>)</td><td valign=bottom align=right><table border=1>
23 <tr><td>
24 <a href="http://ds9a.nl/lartc/#news">News</a> </td>
25 <td><a href="http://ds9a.nl/lartc/#mailinglist">Mailinglist</a> </td>
26 <td><a href="http://ds9a.nl/lartc/#jobs">Jobs</a> </td>
27 <td><a href="http://ds9a.nl/lartc/#bazaar">Bazaar</a></td>
28 <td><a href="#sponsor">Sponsor</a>
29 </td></tr>
30 </table></td>
31 </table>
32 <center>
33 Massive thanks to:<br>
34 <small>
36 readfile("../contriblist");
38 </small></center>
39 <p>
40 <H2>Manpages</H2>
41 I'm attempting, with your help, to write manpages for tc. These pages will
42 complement the <a href=http://ds9a.nl/lartc>HOWTO</a> and are intented to be
43 donated to Alexey, the tc author, for inclusion in the distribution.
44 <p>
45 <table border=1>
47 function manpage($name,$desc="",$there=0)
49 print("<tr><td><td>$name</td><td>$desc</td>");
50 if($there) {
51 print("<td><a href=$name.txt>txt</a></td>");
52 print("<td><a href=$name.8>man</a></td>");
53 print("<td><a href=$name.pdf>pdf</a></td>");
54 print("<td><a href=$name.ps>ps</a>/<a href=$name.ps.gz>ps.gz</a></td>");
55 print("<td><a href=$name.dvi>dvi</a></td>");
57 else print("<td colspan=5 align=center><font color=#999999>forthcoming</font></td>");
58 print("</tr>");
60 manpage("tc","The main command",1);
61 manpage("tc-filter","tc filters in depth",0);
62 manpage("tc-cbq","The Class Based Queueing qdisc");
63 manpage("tc-dsmark","The DiffServ qdisc");
64 manpage("tc-htb","The Hierarchy Token Bucket qdisc");
65 manpage("tc-sfq","Stochastic Fairness Queueing",1);
66 manpage("tc-red","Random Early Detection");
67 manpage("tc-tbf","Token Bucket Filter",1);
68 manpage("tc-pfifo","Packet limited First In First Out");
69 manpage("tc-bfifo","Byte limited First In First Out");
70 manpage("tc-pfifo_fast","Default three-band scheduler");
72 </table>
74 <H2>Sponsor</h2>
75 <a href=http://www.powerdns.com>
76 This site made possible by PowerDNS, for all your domain needs and
77 nameserver software.
78 </a>
79 <br>
80 <a href=http://ds9a.nl/>Other ds9a.nl projects.</a>
81 <!-- Search Google -->
82 <center>
83 <FORM method=GET action="http://www.google.com/search">
84 <TABLE bgcolor="#FFFFFF"><tr><td>
85 <A HREF="http://www.google.com/">
86 <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0"
87 ALT="Google" align="absmiddle"></A>
88 <INPUT TYPE=text name=q size=31 maxlength=255 value="">
89 <INPUT type=submit name=sa VALUE="Google Search">
90 </td></tr></TABLE>
91 </FORM>
92 </center>
93 <!-- Search Google -->
94 <center>
95 <small>
96 $Id$
98 </small>
99 </center>
100 </body>
101 </html>