Annotation of linuxtv.org/index.php, revision 1.8

1.1       js          1: <?php
1.6       kenneth     2:   $title = "LinuxTV.org - Television with Linux";
1.1       js          3:   include "linuxtv-header.inc";
                      4: ?>
1.2       js          5: 
                      6: 
1.6       kenneth     7: <h1>Television with Linux</h1>
1.3       js          8: <p>
1.7       mchehab     9:   The LinuxTV project develops and maintains the media driver Linux Kernel 
                     10:   Subsystems, which consists of devices for webcams, analog TV, digital TV 
                     11:   and remote controllers. The video4linux subsystem was included on Kernel
                     12:   2.2, and the dvb and remote controller subsystems was included in the 
                     13:   2.6 Kernel. The Linux kernel and the LinuxTV git tree include a fair 
                     14:   number of drivers for commonly available PCI cards and USB devices, 
1.8     ! mchehab    15:   but the subsystems are also targeted towards Linux based
1.7       mchehab    16:   set-top-boxes and embedded devices, like mobile phones.
1.3       js         17: </p>
1.2       js         18: 
                     19: <h2>News</h2>
1.4       js         20: 
                     21: <?php
                     22:   include("news.inc");
1.5       js         23:   show_news(4, true, 0);
1.4       js         24: ?>
                     25: 
                     26: <a href="news.php">more...</a>
1.2       js         27: 
                     28: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>