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

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/
1.5       js         20:   (<a href="http://linuxtv.org/hg/v4l-dvb/file/tip/linux/Documentation/dvb/">
                     21:   browse docs in the mercurial repository</a>).
1.3       js         22: </p>
1.4       mchehab    23: <h2>Video4Linux</h2>
                     24: <p>
1.6     ! mchehab    25:   You can find a PDF version of Video4Linux2 API
1.4       mchehab    26:   at <a href="http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/v4l2spec/v4l2.pdf">download area</a>.
                     27: </p>
                     28: <p>
1.6     ! mchehab    29:   A browsable online version of Video4Linux2 API
1.4       mchehab    30:   is at <a href="http://www.linuxtv.org/downloads/video4linux/API/V4L2_API/spec-single/v4l2.html">here</a>.
                     31: </p>
                     32: <p>
1.6     ! mchehab    33:   For developers, 
        !            34:  <a href="http://lwn.net">LWN.net</a> 
        !            35: is writing a 
        !            36: <a href="http://lwn.net/Articles/203924/">V4L2 series of articles</a>
        !            37: focusing at the development of a Linux V4L2 driver. 
1.4       mchehab    38: </p>
                     39: <p>
1.6     ! mchehab    40:   There's a new V4L Drivers guide at 
        !            41:    <a href="http://www.linuxtv.org/downloads/video4linux/v4l2dwgNew.html">here</a>.
        !            42: <br>
        !            43:   PS.: This is a newer document and might be suject to some errors. Contributions are wanted. Also notice that the main guide shall always be V4L API2.
1.4       mchehab    44: </p>
                     45: <p>
1.6     ! mchehab    46:   Video4Linux API version 1 is obsolete. Driver and application 
        !            47: developers are requested to migrate their work to V4L2 API.
        !            48: <br>
        !            49: There's an effort in course to remove its support from 
        !            50: the drivers, keeping just a conversion module for keeping 
        !            51: compatibility for the old binary-only V4L1 applications.</p>
1.1       js         52: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>