File:  [DVB] / linuxtv.org / index.php
Revision 1.7: download - view: text, annotated - select for diffs
Tue Jul 12 12:36:34 2011 UTC (12 years, 11 months ago) by mchehab
Branches: MAIN
CVS tags: HEAD
Update index.php projects.php to reflect the current status.

Projects page were completely outdated. Amazingly enough, the main
index.pl were also outdated!

I decided to not remove the old projects from the LinuxTV.org for now,
so, I moved them into a separate header for legacy projects.

<?php
  $title = "LinuxTV.org - Television with Linux";
  include "linuxtv-header.inc";
?>


<h1>Television with Linux</h1>
<p>
  The LinuxTV project develops and maintains the media driver Linux Kernel 
  Subsystems, which consists of devices for webcams, analog TV, digital TV 
  and remote controllers. The video4linux subsystem was included on Kernel
  2.2, and the dvb and remote controller subsystems was included in the 
  2.6 Kernel. The Linux kernel and the LinuxTV git tree include a fair 
  number of drivers for commonly available PCI cards and USB devices, 
  but the DVB subsystem core is also targeted towards Linux based
  set-top-boxes and embedded devices, like mobile phones.
</p>

<h2>News</h2>

<?php
  include("news.inc");
  show_news(4, true, 0);
?>

<a href="news.php">more...</a>

<?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>