Annotation of linuxtv.org/docs.php, revision 1.4

1.1       js          1: <?php
                      2:   $title = "LinuxTV.org - Documentation";
                      3:   include "linuxtv-header.inc";
                      4: ?>
                      5: 
                      6: <h1>Documentation</h1>
1.4     ! mchehab     7: <h2>DVB</h2>
1.1       js          8: <p>
                      9:   You can find a PDF version of the Linux DVB API version 3
                     10:   in the <a href="downloads/linux-dvb-api-1.0.0.pdf">download area</a>.
                     11: </p>
                     12: <p>
                     13:   A browsable online version of the Linux DVB API version 3
                     14:   documentation (generated with latex2html from TeX sources
1.2       js         15:   in the CVS) is <a href="docs/dvbapi/dvbapi.html">here</a>.
1.1       js         16: </p>
1.3       js         17: <p>
                     18:   A small collection of READMEs and FAQs is included in the
                     19:   Linux kernel source tree in linux/Documentation/dvb/
                     20:   (<a href="http://www.linuxtv.org/cgi-bin/viewcvs.cgi/dvb-kernel/linux/Documentation/dvb/">
                     21:   browse docs in CVS</a>).
                     22: </p>
1.4     ! mchehab    23: <h2>Video4Linux</h2>
        !            24: <p>
        !            25:   You can find a PDF version of Video4Linux API (version 2)
        !            26:   at <a href="http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/v4l2spec/v4l2.pdf">download area</a>.
        !            27: </p>
        !            28: <p>
        !            29:   A browsable online version of Video4Linux API (version 2)
        !            30:   is at <a href="http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html">here</a>.
        !            31: </p>
        !            32: <p>
        !            33:   There's a new V4L Drivers guide at 
        !            34:    <a href="http://www.linuxtv.org/downloads/video4linux/v4l2dwgNew.html">here</a>
        !            35: </p>
        !            36: <p>
        !            37:   PS.: This is a newer documment and might be suject to some errors. Contributions are wanted. Also notice that the main guide shall always be V4L API2.
        !            38: </p>
        !            39: <p>
        !            40:   Video4Linux API (version 1) is obsolete. It will be removed from kernel by July/2006.
        !            41: </p>
1.1       js         42: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>