Update manpages/index.php3 to reflect new maintainership
[lartc.git] / manpages / index.php3
blobf745ae6e1146980927891babf5ccbb9e3912f28a
1 <html>
2 <head><title>Linux Advanced Routing &amp; Traffic Control Manpages</title></head>
3 <body bgcolor=#ffffff>
5 <table width=100%><tr>
6 <td><H1>Linux Advanced Routing &amp; Traffic Control</H1></td>
7 <td valign=top align=right><a href=http://www.powerdns.com><img src=http://ds9a.nl/pub/pdns88x33c.gif></a><p></td>
8 <tr>
9 <td><a href="http://ds9a.nl/">bert hubert</a> (<a href=http://www.powerdns.com>PowerDNS.COM BV</a>)
10 <a href=mailto:bert.hubert@netherlabs.nl>&lt;bert.hubert@netherlabs.nl&gt;</a>,<br>
11 <a href="http://lartc.org/#mailinglist">lartc@vger.kernel.org</a>
12 (<small>mailing list, the <strong>only</strong> place to send questions!)<br>
13 <a href="http://vger.kernel.org/vger-lists.html#lartc">archive of the new mailing list</a>
14 <a href="http://mailman.ds9a.nl/pipermail/lartc/">archive of the old mailing list</a><br>
15 (<font color=#ff0000><a href=#mailinglist>subscribe</a> before posting!</font>)<br></small>
16 </td><td valign=bottom align=right><table border=1>
17 <tr><td>
18 <a href="http://lartc.org/#news">News</a> </td>
19 <td><a href="http://lartc.org/#mailinglist">Mailinglist</a> </td>
20 <td><a href="http://lartc.org/#jobs">Jobs</a> </td>
21 <td><a href="http://lartc.org/#bazaar">Bazaar</a></td>
22 <td><a href="#sponsor">Sponsor</a>
23 </td></tr>
24 </table></td>
25 </table>
26 <center>
27 Massive thanks to:<br>
28 <small>
30 readfile("../contriblist");
32 </small></center>
33 <p>
34 <H2>Manpages</H2>
35 I'm attempting, with your help, to write manpages for tc. These pages will
36 complement the <a href=http://lartc.org/>HOWTO</a> and are intented to be
37 donated to Alexey, the tc author, for inclusion in the distribution.
38 <p>
39 HTML output is somewhat shoddy in places, but looks nice:
40 <table border=1>
42 function manpage($name,$desc="",$there=0)
44 print("<tr><td><td>$name</td><td>$desc</td>");
45 if($there) {
46 print("<td><a href=$name.txt>txt</a></td>");
47 print("<td><a href=$name.html>html</a></td>");
48 print("<td><a href=$name.8>man</a></td>");
49 print("<td><a href=$name.pdf>pdf</a></td>");
50 print("<td><a href=$name.ps>ps</a>/<a href=$name.ps.gz>ps.gz</a></td>");
51 print("<td><a href=$name.dvi>dvi</a></td>");
53 else print("<td colspan=6 align=center><font color=#999999>forthcoming</font></td>");
54 print("</tr>");
56 manpage("tc","The main command",1);
57 manpage("ip","The main command",1);
58 manpage("tc-bfifo","Byte limited First In First Out (redirect to pbfifo)",0);
59 manpage("tc-filter","tc filters in depth",0);
60 manpage("tc-cbq","The Class Based Queueing qdisc",1);
61 manpage("tc-cbq-details","The Class Based Queueing qdisc in gory detail",0);
62 manpage("tc-dsmark","The DiffServ qdisc");
63 manpage("tc-htb","The Hierarchy Token Bucket qdisc",1);
64 manpage("tc-pbfifo","Packet &amp; byte limited First In First Out",1);
65 manpage("tc-pfifo","Packet limited First In First Out (redirect to pbfifo)",0);
66 manpage("tc-pfifo_fast","Default three-band scheduler",1);
67 manpage("tc-prio","N-band classful scheduler",1);
68 manpage("tc-red","Random Early Detection",1);
69 manpage("tc-sfq","Stochastic Fairness Queueing",1);
70 manpage("tc-tbf","Token Bucket Filter",1);
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>