summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-04-23 00:13:46 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-04-23 00:13:46 +0200
commit207b3423de7d6cb614db4aa225e5af76b833cf24 (patch)
tree24eabb858a5f5baf9d2a39be987fd9737ff947de
parentd5783dd6df8c4c0248a2837133d932bed30fe67b (diff)
downloadvdr-plugin-live-207b3423de7d6cb614db4aa225e5af76b833cf24.tar.gz
vdr-plugin-live-207b3423de7d6cb614db4aa225e5af76b833cf24.tar.bz2
Language negotiation according to browser language setting.
Started to translate the german homepage into english.
-rw-r--r--doc/web/homepage/de/screenshots.php10
-rw-r--r--doc/web/homepage/de/settings-de.inc3
-rw-r--r--doc/web/homepage/en/download.php79
-rw-r--r--doc/web/homepage/en/features_0-1-0.inc3
-rw-r--r--doc/web/homepage/en/features_0-2-0.inc111
l---------doc/web/homepage/en/img1
-rw-r--r--doc/web/homepage/en/img/edit_searchtimer.jpgbin188971 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/edit_searchtimer_thumb.jpgbin19561 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/recordings.jpgbin181448 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/recordings_thumb.jpgbin15366 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/remote.jpgbin193634 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/remote_thumb.jpgbin16897 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/schedule.jpgbin290827 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/schedule_thumb.jpgbin23564 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/searchepg.jpgbin122504 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/searchepg_thumb.jpgbin12732 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/setup.jpgbin99810 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/setup_thumb.jpgbin9911 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/timers.jpgbin268532 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/timers_thumb.jpgbin26751 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/whatson.jpgbin255506 -> 0 bytes
-rw-r--r--doc/web/homepage/en/img/whatson_thumb.jpgbin24124 -> 0 bytes
-rw-r--r--doc/web/homepage/en/index.html142
-rw-r--r--doc/web/homepage/en/index.php125
-rw-r--r--doc/web/homepage/en/install_0-1-0.inc53
-rw-r--r--doc/web/homepage/en/install_0-2-0.inc63
-rw-r--r--doc/web/homepage/en/install_devel.inc63
-rw-r--r--doc/web/homepage/en/news.php37
-rw-r--r--doc/web/homepage/en/screenshots.php46
-rw-r--r--doc/web/homepage/en/settings-en.inc28
-rw-r--r--doc/web/homepage/index.php7
31 files changed, 617 insertions, 154 deletions
diff --git a/doc/web/homepage/de/screenshots.php b/doc/web/homepage/de/screenshots.php
index 28452cc..df1c755 100644
--- a/doc/web/homepage/de/screenshots.php
+++ b/doc/web/homepage/de/screenshots.php
@@ -38,16 +38,6 @@
$screenshots->AllImg();
}
?>
-<!--
- <a href="img/whatson.jpg"><img src="img/whatson_thumb.jpg" alt="whats on"></img></a>
- <a href="img/schedule.jpg"><img src="img/schedule_thumb.jpg" alt="whats on"></img></a>
- <a href="img/timers.jpg"><img src="img/timers_thumb.jpg" alt="whats on"></img></a>
- <a href="img/searchepg.jpg"><img src="img/searchepg_thumb.jpg" alt="whats on"></img></a>
- <a href="img/edit_searchtimer.jpg"><img src="img/edit_searchtimer_thumb.jpg" alt="whats on"></img></a>
- <a href="img/recordings.jpg"><img src="img/recordings_thumb.jpg" alt="whats on"></img></a>
- <a href="img/remote.jpg"><img src="img/remote_thumb.jpg" alt="whats on"></img></a>
- <a href="img/setup.jpg"><img src="img/setup_thumb.jpg" alt="whats on"></img></a>
--->
</div>
</div>
diff --git a/doc/web/homepage/de/settings-de.inc b/doc/web/homepage/de/settings-de.inc
index be4163d..e49ca83 100644
--- a/doc/web/homepage/de/settings-de.inc
+++ b/doc/web/homepage/de/settings-de.inc
@@ -6,7 +6,7 @@ $status = new Status("LIVE Plugin Status",
"d.m.Y",
"Sprache: ");
-$menu = new Menu(array("index.php" => "&Uuml;ber Live",
+$menu = new Menu(array("index.php" => "&Uuml;ber LIVE",
"news.php" => "Neuerungen",
"download.php" => "Download",
"screenshots.php" => "Screenshots",
@@ -21,7 +21,6 @@ $screenshots = new Screenshots(array("whatson" => "Was l&auml;uft (Ausf&uuml;hrl
"searchtimer" => "Suchtimer",
"editsearchtimer" => "Suchtimer editieren",
"timerconflict" => "Timer Konflikt Anzeige",
- "edittimer" => "Timer editieren",
"recordings" => "Aufnahmen",
"remote" => "Fernbedienung",
"setup" => "LIVE Einstellungen",
diff --git a/doc/web/homepage/en/download.php b/doc/web/homepage/en/download.php
new file mode 100644
index 0000000..df8ff5b
--- /dev/null
+++ b/doc/web/homepage/en/download.php
@@ -0,0 +1,79 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>VDR LIVE - Downloads</title>
+ <?php include ("../html-header.inc") ?>
+ </head>
+ <body>
+ <?php
+ include ("../page-php-classes.inc");
+ include ("settings-en.inc");
+ ?>
+ <div class="page_header">
+ <?php include ("../page-header.inc"); ?>
+ </div>
+ <div style="clear:both"></div>
+
+ <?php include ("../page-menu.inc"); ?>
+
+ <div class="inhalt">
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>Stabile Version:</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <p>
+ <b>Version 0.2.0</b>
+ <ul>
+ <li>Download: <a href="http://live.vdr-developer.org/downloads/vdr-live-0.2.0.tar.gz">http://live.vdr-developer.org/downloads/vdr-live-0.2.0.tar.gz</a></li>
+ </ul>
+ </p>
+ <p>
+ <b>Vorausetzungen f&uuml;r die Installation:</b>
+ <?php include ("install_0-2-0.inc"); ?>
+ </p>
+ <p></p>
+ </div>
+ </div>
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>Entwickler Version:</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <p>
+ <b>Akuteller CVS-Snapshot</b>
+ <ul>
+ <li>
+ Download: <a href="http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/live.tar.gz?tarball=1">http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/</a>
+ <p>
+ <strong>WICHTIG:</strong> unbedingt auch immer die Datei README in LIVE Quellen-Verzeichnis beachten!
+ </p>
+ </li>
+ </ul>
+ </p>
+ <p>
+ <b>Vorausetzungen f&uuml;r die Installation:</b>
+ <?php include ("install_devel.inc"); ?>
+ </p>
+ <p></p>
+ </div>
+ </div>
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>&Auml;ltere Version:</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <p>
+ <b>Version 0.1.0</b>
+ <ul>
+ <li>Download: <a href="http://live.vdr-developer.org/downloads/vdr-live-0.1.0.tar.gz">http://live.vdr-developer.org/downloads/vdr-live-0.1.0.tar.gz</a></li>
+ </ul>
+ </p>
+ <p>
+ <b>Vorausetzungen f&uuml;r die Installation:</b>
+ <?php include ("install_0-1-0.inc"); ?>
+ </p>
+ <p></p>
+ </div>
+ </div>
+
+ </div>
+ </body>
+</html>
diff --git a/doc/web/homepage/en/features_0-1-0.inc b/doc/web/homepage/en/features_0-1-0.inc
new file mode 100644
index 0000000..85cefa7
--- /dev/null
+++ b/doc/web/homepage/en/features_0-1-0.inc
@@ -0,0 +1,3 @@
+ <ul>
+ <li>Initiale Version :)</li>
+ </ul>
diff --git a/doc/web/homepage/en/features_0-2-0.inc b/doc/web/homepage/en/features_0-2-0.inc
new file mode 100644
index 0000000..94bae13
--- /dev/null
+++ b/doc/web/homepage/en/features_0-2-0.inc
@@ -0,0 +1,111 @@
+ <p>
+ Die folgende Liste enth&auml;lt die wichtigsten f&uuml;r
+ den Benutzer sichtbaren &Auml;nderungen an LIVE seit der
+ letzten stabilen Version. Daneben wurde auch unter der
+ Haube einiges ver&auml;ndert. Z.B. wurde auf das
+ Javascript
+ Framework <a href="http://www.mootools.net/">Mootools</a>
+ umgestellt.
+ </p>
+ <ul>
+ <li>
+ Die <strong>Infobox ist noch
+ &bdquo;intelligenter&rdquo;</strong>
+ geworden. Hier&uuml;ber kann z.B. eine Aufnahme
+ vorgespult werden, welche &uuml;ber die VDR TV Ausgabe
+ abgespielt werden. Auch kann man hier&uuml;ber die
+ Programme direkt am TV umschalten.
+ </li>
+ <li>
+ Unter &bdquo;Was l&auml;uft?&rdquo; gibt es nun eine
+ <strong>Favoritenliste</strong>. Hier werden die
+ Sendungen dargestellt, die man via
+ &bdquo;Suchtimer&rdquo; suchen l&auml;sst und hier
+ dargestellt haben will. Ein Beispiel: Beim
+ &bdquo;Suchtimer-Anlegen&rdquo; gebe ich den Suchbegriff
+ &bdquo;Volksmusik&rdquo; ein und setze den Haken bei
+ &bdquo;Im Favoritenmen&uuml; verwenden&rdquo;. Bei
+ &bdquo;Was l&auml;uft?&rdquo; &rarr;
+ &bdquo;Favoriten&rdquo; werden dann alle Sendungen mit
+ Volksmusik in der Beschreibung angezeigt. Auch neu unter
+ &bdquo;Was l&auml;uft?&rdquo; ist
+ die <strong>Listenansicht</strong>.
+ </li>
+ <li>
+ Bei den einzelnen Sendungen (also nur bei Sendungen
+ f&uuml;r die EPG-Daten vorliegen) gibt es jetzt einen
+ Knopf <strong>&bdquo;Sendung im Browser
+ anzeigen&rdquo;</strong>: Dieser Knopf ruft das
+ VLC-Plugin auf und erlaubt das Streamen von LiveTV.
+ </li>
+ <li>
+ Bei dem Men&uuml; &bdquo;Programm&rdquo; gibt es bei der
+ Programmauswahl den Knopf <strong>&rdquo;Im Browser
+ anzeigen&rdquo;</strong>. Hier k&ouml;nnen auch Sender
+ ausgew&auml;hlt werden, die keine EPG-Daten liefern,
+ aber in der channels.conf vorhanden sind. Zum Beispiel
+ kleinere TV-Sender oder Radio Stationen.
+ </li>
+ <li>
+ Mit der entsprechenden Version vom Epgsearch-Plugin (ab
+ epgsearch-0.9.25) gibt es bei Timer nun auch einen
+ Men&uuml;punkt: <strong>&bdquo;Timerkonflikte&rdquo;</strong>.
+ Dieser Men&uuml;punkt wertet aus, welche programmierte
+ Timer nicht funktionieren k&ouml;nnen, weil z.B. keine
+ Karte mehr frei ist. Wenn die Infobox aktiv ist, wird
+ eine entsprechende Einblendung angezeigt, wenn Epgsearch
+ eine &Auml;nderung an den Timerkonflikten festgestellt
+ hat.
+ </li>
+ <li>
+ Im Men&uuml;punkt &bdquo;Suchtimer&rdquo; gibt es jetzt
+ die M&ouml;glichkeit direkt ein <strong>manuelles
+ Suchtimer-Update</strong> anzusto&szlig;en. So kann man
+ direkt das Epgsearch-Plugin dazu zwingen,
+ unverz&uuml;glich ein Update durchzuf&uuml;hren.
+ </li>
+ <li>
+ Bei &bdquo;Neuen Suchtimer anlegen&rdquo; gibt es nun
+ unter &bdquo;Als Suchtimer verwenden:&rdquo; die
+ M&ouml;glichkeit eine <strong>Benutzer-definierte
+ Suche</strong> durchzuf&uuml;hren. Hier bestimmt der
+ Benutzer, ab welchem Datum und bis zu welchem Datum
+ Epgsearch im Hintergrund seiner T&auml;tigkeit nachgehen
+ soll. Somit kann man z.B. Suchtimer bauen, die z.B. nur
+ einen Zeitraum der Herbstfolgen einer Serie durchsuchen.
+ </li>
+ <li>
+ Beim
+ Men&uuml;punkt <strong>&bdquo;Aufnahmen&rdquo;</strong>
+ gibt es jetzt
+ den <strong>&bdquo;L&ouml;schen&rdquo;&ndash;Knopf</strong>
+ neben dem Namen einer Aufnahme. Die Aufnahme wird via
+ VDR als gel&ouml;scht markiert. D.h. die Aufnahme wird
+ in &bdquo;.del&rdquo; umbenannt und beim n&auml;chsten
+ Aufr&auml;umen des VDR entsorgt.
+ </li>
+ <li>
+ Die &bdquo;Einstellungen&rdquo; sollte man nach einem
+ Update von live 0.1.0 auf 0.2.0 direkt aufsuchen. Dort
+ gibt es <strong>Einstellungen f&uuml;r die neuen
+ Funktionen</strong>, die man &uuml;berpr&uuml;fen
+ sollte.
+ </li>
+ <li>
+ &Uuml;berarbeitet ist auch die M&ouml;glichkeit sich ein
+ passendes <strong>&bdquo;Thema&rdquo;</strong>
+ auszusuchen, sprich farblich unterschiedliche Designs
+ auszuw&auml;hlen.
+ </li>
+ <li>
+ Unterst&uuml;tzung f&uuml;r https Datentransfer zwischen
+ LIVE und dem Browser
+ via <strong>SSL-Unterst&uuml;tzung</strong> in tntnet.
+ </li>
+ <li>
+ Weiterhin gibt es viele <strong>kleine
+ Neuerungen</strong> wie z.B. die Anzeige der
+ Aufnahmenl&auml;nge in Minuten, die zu entdecken sich
+ lohnt :).
+ </li>
+ </ul>
diff --git a/doc/web/homepage/en/img b/doc/web/homepage/en/img
new file mode 120000
index 0000000..2f29e60
--- /dev/null
+++ b/doc/web/homepage/en/img
@@ -0,0 +1 @@
+../de/img \ No newline at end of file
diff --git a/doc/web/homepage/en/img/edit_searchtimer.jpg b/doc/web/homepage/en/img/edit_searchtimer.jpg
deleted file mode 100644
index d1c1706..0000000
--- a/doc/web/homepage/en/img/edit_searchtimer.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/edit_searchtimer_thumb.jpg b/doc/web/homepage/en/img/edit_searchtimer_thumb.jpg
deleted file mode 100644
index 4b1bbcf..0000000
--- a/doc/web/homepage/en/img/edit_searchtimer_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/recordings.jpg b/doc/web/homepage/en/img/recordings.jpg
deleted file mode 100644
index 2470db1..0000000
--- a/doc/web/homepage/en/img/recordings.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/recordings_thumb.jpg b/doc/web/homepage/en/img/recordings_thumb.jpg
deleted file mode 100644
index c439449..0000000
--- a/doc/web/homepage/en/img/recordings_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/remote.jpg b/doc/web/homepage/en/img/remote.jpg
deleted file mode 100644
index d1683e0..0000000
--- a/doc/web/homepage/en/img/remote.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/remote_thumb.jpg b/doc/web/homepage/en/img/remote_thumb.jpg
deleted file mode 100644
index 18a9e7d..0000000
--- a/doc/web/homepage/en/img/remote_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/schedule.jpg b/doc/web/homepage/en/img/schedule.jpg
deleted file mode 100644
index 8ce47bb..0000000
--- a/doc/web/homepage/en/img/schedule.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/schedule_thumb.jpg b/doc/web/homepage/en/img/schedule_thumb.jpg
deleted file mode 100644
index b2d1895..0000000
--- a/doc/web/homepage/en/img/schedule_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/searchepg.jpg b/doc/web/homepage/en/img/searchepg.jpg
deleted file mode 100644
index fa5643a..0000000
--- a/doc/web/homepage/en/img/searchepg.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/searchepg_thumb.jpg b/doc/web/homepage/en/img/searchepg_thumb.jpg
deleted file mode 100644
index c54048b..0000000
--- a/doc/web/homepage/en/img/searchepg_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/setup.jpg b/doc/web/homepage/en/img/setup.jpg
deleted file mode 100644
index 5c54e09..0000000
--- a/doc/web/homepage/en/img/setup.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/setup_thumb.jpg b/doc/web/homepage/en/img/setup_thumb.jpg
deleted file mode 100644
index 0bc2486..0000000
--- a/doc/web/homepage/en/img/setup_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/timers.jpg b/doc/web/homepage/en/img/timers.jpg
deleted file mode 100644
index 6626f55..0000000
--- a/doc/web/homepage/en/img/timers.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/timers_thumb.jpg b/doc/web/homepage/en/img/timers_thumb.jpg
deleted file mode 100644
index 1a590a9..0000000
--- a/doc/web/homepage/en/img/timers_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/whatson.jpg b/doc/web/homepage/en/img/whatson.jpg
deleted file mode 100644
index 5e0da11..0000000
--- a/doc/web/homepage/en/img/whatson.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/img/whatson_thumb.jpg b/doc/web/homepage/en/img/whatson_thumb.jpg
deleted file mode 100644
index 63919f2..0000000
--- a/doc/web/homepage/en/img/whatson_thumb.jpg
+++ /dev/null
Binary files differ
diff --git a/doc/web/homepage/en/index.html b/doc/web/homepage/en/index.html
deleted file mode 100644
index 155a402..0000000
--- a/doc/web/homepage/en/index.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
- <head>
- <title>VDR Live</title>
- <link rel="stylesheet" type="text/css" href="../styles.css" />
- <style type="text/css">
- <!--
- /* ... Hier werden die Formate definiert ... */
-div.screenshots {
- border: 1px solid black;
- padding: 5px;
-}
-
-div.screenshots img {
- padding: 7px;
- border: 1px solid #444444;
-}
- -->
- </style>
-</head>
- <body>
- <div class="page_header">
- <img src="../img/logo.png" alt="VDR Live!" class="logo" />
- </div>
-
- <div style="clear:both"></div>
-
- <div class="menu">
- <a href="#about">&Uuml;ber Live</a> |
- <a href="#download">Download</a> |
- <a href="#installation">Installation</a> |
- <a href="#screenshots">Screenshots</a> |
- <a href="#links">Links und Kontakt</a>
- </div>
-
- TODO: Translate the new page into english and provide newly
- created screenshots with english language settings.
-
- <div class="inhalt">
-
- <div style="width: 800px">
- <a name="about"></a>
- <div class="boxheader"><div><div>&Uuml;ber Live</div></div></div>
- <div style="border: 1px solid black; padding: 5px">
- <p>
- Live, das <i>Live Interactive VDR Environment</i>, ermöglicht
- die komfortable Bedienung des VDR und mancher seiner Plugins
- über ein Webinterface.</p>
-
- <p>Anders als externe Programme, die mit VDR und seinen Plugins über
- die SVDRP-Schnittstelle kommunizieren, hat Live einen direkten Zugriff
- auf die internen Datenstrukturen und ist dadurch sehr schnell.</p>
-
- <p>Zudem wurde eine Schnittstelle eingeführt, die eine direkte Integration
- einer Bedienoberfläche für Plugins in Live ermöglicht.<br/>
- Gegenwärtig wurde dies für <a href="http://winni.vdr-developer.org/epgsearch/index.html">EPGSearch</a>
- realisiert, welches einen erheblichen Teil des Funktionsumfangs der
- Weboberfläche zur Verfügung stellt.<br/>
- Langfristig ist das für andere Plugins, wie zum Beispiel taste, burn, femon und viele andere geplant.
- Live funktioniert auch ohne diese(s) Plugin(s), büsst aber einen
- erheblichen Teil seines Leistungsumfangs ein.
- </p>
-
- <p></p>
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <a name="download"></a>
- <div class="boxheader"><div><div>Download</div></div></div>
- <div style="border: 1px solid black; padding: 5px">
- <ul>
- <li>Akuteller CVS-Snapshot: <a href="http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/live.tar.gz?tarball=1">http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/</a></li>
- <li>Version 0.1.0: <a href="http://live.vdr-developer.org/downloads/vdr-live-0.1.0.tar.gz">http://live.vdr-developer.org/downloads/vdr-live-0.1.0.tar.gz</a></li>
- </ul>
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <a name="installation"></a>
- <div class="boxheader"><div><div>Installation</div></div></div>
- <div style="border: 1px solid black; padding: 5px">
- <table style="margin-bottom: 15px">
- <tr><td>Tntnet >= 1.5.3</td><td><a href="http://www.tntnet.org/download.hms">http://www.tntnet.org/download.hms</a></td></tr>
- <tr><td>Cxxtools >= 1.4.3</td><td><a href="http://www.tntnet.org/download.hms">http://www.tntnet.org/download.hms</a></td></tr>
- <tr><td>boost >= 1.32.0</td><td><a href="http://www.boost.org">http://www.boost.org</a></td></tr>
- <tr><td colspan="2"><br />Optional:<br /></td></tr>
- <tr><td>epgsearch >= 0.9.22</td><td><a href="http://winni.vdr-developer.org/epgsearch/index.html#download">http://winni.vdr-developer.org/epgsearch/index.html#download</a></td></tr>
- </table>
-
- Tntnet stellt grundlegende Webserver-Funktionen für Live zur Verfügung.<br />
- Cxxtools wird von Tntnet benötigt.<br />
- Boost stellt wichtige Datenstrukturen. Gegenwärtig benötigen wir das Gesamtpaket,
- demnächst könnte es aber eine abgespeckte Version, die nur das benötigte bereitstellt,
- von uns geben.
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <a name="screenshots"></a>
- <div class="boxheader"><div><div>Screenshots</div></div></div>
- <div class="screenshots">
- <a href="img/whatson.jpg"><img src="img/whatson_thumb.jpg" alt="whats on"></img></a>
- <a href="img/schedule.jpg"><img src="img/schedule_thumb.jpg" alt="whats on"></img></a>
- <a href="img/timers.jpg"><img src="img/timers_thumb.jpg" alt="whats on"></img></a>
- <a href="img/searchepg.jpg"><img src="img/searchepg_thumb.jpg" alt="whats on"></img></a>
- <a href="img/edit_searchtimer.jpg"><img src="img/edit_searchtimer_thumb.jpg" alt="whats on"></img></a>
- <a href="img/recordings.jpg"><img src="img/recordings_thumb.jpg" alt="whats on"></img></a>
- <a href="img/remote.jpg"><img src="img/remote_thumb.jpg" alt="whats on"></img></a>
- <a href="img/setup.jpg"><img src="img/setup_thumb.jpg" alt="whats on"></img></a>
-
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <a name="links"></a>
- <div class="boxheader"><div><div>Links</div></div></div>
- <div style="border: 1px solid black; padding: 5px">
- <p>
- <b>Web:</b>
- <ul>
- <li><a href="http://www.vdr-developer.org/mantisbt/main_page.php">Bugtracker</a> - Bugs und Featurewünsche</li>
- <li><a href="http://www.cadsoft.de/vdr/">Video Disk Recorder - VDR</a></li>
- <li><a href="http://winni.vdr-developer.org/epgsearch/index.html">EPGSearch Plugin</a></li>
- <br />
- <li><a href="http://www.vdr-portal.de">VDR-Portal</a></li>
- <li><a href="http://www.vdr-wiki.de">VDR-Wiki</a></li>
- </ul>
- </p>
- <p>
- <b>IRC:</b>
- <ul>
- <li>Server: irc://www.vdr-portal.de</li>
- <li>Channel: #live</li>
- </ul>
- </p>
- </div>
- </div>
-
- </div>
- </body>
- </html>
diff --git a/doc/web/homepage/en/index.php b/doc/web/homepage/en/index.php
new file mode 100644
index 0000000..f509dbc
--- /dev/null
+++ b/doc/web/homepage/en/index.php
@@ -0,0 +1,125 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>VDR LIVE - Home</title>
+ <?php include ("../html-header.inc") ?>
+ </head>
+ <body>
+ <?php
+ include ("../page-php-classes.inc");
+ include ("settings-en.inc");
+ ?>
+ <div class="page_header">
+ <?php include ("../page-header.inc"); ?>
+ </div>
+ <div style="clear:both"></div>
+
+ <?php include ("../page-menu.inc"); ?>
+
+ <div class="inhalt">
+
+ <div style="width: 800px; margin-top: 15px">
+ <a name="about"></a>
+ <div class="boxheader"><div><div>About LIVE</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <div class="screenshots" style="float: right; border: 0; padding-top: 15px"><?php $screenshots->RandomImg(); ?></div>
+ <p>
+ LIVE, the <strong><em>LIVE Interactive VDR
+ Environment</em></strong>, allows a comfortable operation
+ of VDR and some of his plugins trough a web interface.
+ </p>
+ <p>
+ Unlike external programs, which communicate with VDR and
+ his plugins through the SVDRP interface, LIVE has direct
+ access to the internal data structures of VDR. This makes
+ LIVE very fast.
+ </p>
+ <p>
+ Additionaly LIVE introduces an interface which allows the
+ direct integration of user interfaces for VDR
+ plugins.<br/> Currently this interface was implemented
+ for
+ the <a href="http://winni.vdr-developer.org/epgsearch/index.html">EPGSearch</a>
+ plugin. A substancial part of the LIVE web interface is
+ based on this implementation. There exist plans to extend
+ other plugins (like taste, burn, femon and others) with
+ this interface too.<br/> LIVE works even when these
+ plugins are missing. LIVE detects the available plugins
+ and adapts its user interface accordingly. Therefor it can
+ happen, that certain functions apear and can be used only
+ when the appropriate plugin is activated in VDR.
+ </p>
+ <p>
+ You can get a first optical impression of LIVE on the <a href="screenshots.php"><?php echo
+ $menu->urls["screenshots.php"]; ?> page</a>
+ </p>
+ </div>
+ </div>
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>New features in LIVE <?php echo $status->vers_number; ?></div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <?php include ("features_0-2-0.inc"); ?>
+ <p>
+ Alle bisherigen &Auml;nderungen an LIVE sind auf der Seite
+ mit den <a href="news.php"><?php echo
+ $menu->urls["news.php"];?></a> aufgelistet.
+ </p>
+ </div>
+ </div>
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>Direct download of LIVE <?php echo $status->vers_number; ?></div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <p>
+ <b>Version <?php echo $status->vers_number; ?></b>
+ <ul>
+ <li>
+ Download: <?php echo "<a href=\"http://live.vdr-developer.org/downloads/vdr-live-" . $status->vers_number . ".tar.gz\">" . "http://live.vdr-developer.org/downloads/vdr-live-" . $status->vers_number . ".tar.gz</a>"; ?>
+ <p>
+ <strong>WICHTIG:</strong> unbedingt auch immer die Datei README in LIVE Quellen-Verzeichnis beachten!
+ </p>
+ </li>
+ </ul>
+ </p>
+ <p>
+ <b>Vorausetzungen f&uuml;r die Installation:</b>
+ <?php include ("install_0-2-0.inc"); ?>
+ </p>
+ <p>
+ Andere Versionen von LIVE k&ouml;nnen von
+ der <a href="download.php"><?php echo
+ $menu->urls["download.php"]; ?>-Seite</a> herunter geladen
+ werden.
+ </p>
+ </div>
+ </div>
+
+ <div style="width: 800px; margin-top: 15px">
+ <a name="links"></a>
+ <div class="boxheader"><div><div>Links</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <p>
+ <b>Web:</b>
+ <ul>
+ <li><a href="http://www.vdr-developer.org/mantisbt/main_page.php">Bugtracker</a> - for bugs and feature requests</li>
+ <li><a href="http://www.cadsoft.de/vdr/">Video Disk Recorder - VDR</a></li>
+ <li><a href="http://winni.vdr-developer.org/epgsearch/index.html">EPGSearch Plugin</a></li>
+ <br />
+ <li><a href="http://www.vdr-portal.de">VDR-Portal</a></li>
+ <li><a href="http://www.vdr-wiki.de">VDR-Wiki</a></li>
+ </ul>
+ </p>
+ <p>
+ <b>IRC:</b>
+ <ul>
+ <li>Server: irc://www.vdr-portal.de</li>
+ <li>Channel: #live</li>
+ </ul>
+ </p>
+ </div>
+ </div>
+
+ </div>
+ </body>
+</html>
diff --git a/doc/web/homepage/en/install_0-1-0.inc b/doc/web/homepage/en/install_0-1-0.inc
new file mode 100644
index 0000000..5702630
--- /dev/null
+++ b/doc/web/homepage/en/install_0-1-0.inc
@@ -0,0 +1,53 @@
+ <div class="tab">
+ <table class="listing" style="margin-bottom: 15px; width: 100%" cellspacing="0" cellpadding="0">
+ <tr class="description">
+ <td><div class="withmargin">Software</div></td>
+ <td><div class="withmargin">Mindestversion</div></td>
+ <td><div class="withmargin">Empfohlen</div></td>
+ <td><div class="withmargin">URL</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">VDR</td>
+ <td><div class="withmargin">1.4.3</td>
+ <td><div class="withmargin">&lt;= 1.5.7</td>
+ <td><div class="withmargin"><a href="http://www.cadsoft.de/vdr/download.htm">http://www.cadsoft.de/vdr/download.htm</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">Tntnet</div></td>
+ <td><div class="withmargin">1.5.3</div></td>
+ <td><div class="withmargin">&gt;= 1.5.3</div></td>
+ <td><div class="withmargin"><a href="http://www.tntnet.org/download.html">http://www.tntnet.org/download.html</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">Cxxtools</div></td>
+ <td><div class="withmargin">1.4.3</div></td>
+ <td><div class="withmargin">&gt;= 1.4.3</div></td>
+ <td><div class="withmargin"><a href="http://www.tntnet.org/download.html">http://www.tntnet.org/download.html</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">boost</div></td>
+ <td><div class="withmargin">1.32.0</div></td>
+ <td><div class="withmargin"></div></td>
+ <td><div class="withmargin"><a href="http://www.boost.org">http://www.boost.org</a></div></td>
+ </tr>
+ <tr class="spacer">
+ <td colspan="4"></td>
+ </tr>
+ <tr class="description">
+ <td colspan="4"><div class="withmargin">Verwendete VDR Plugins:</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">epgsearch</div></td>
+ <td><div class="withmargin">0.9.22</div></td>
+ <td><div class="withmargin">&gt;= 0.9.22</div></td>
+ <td><div class="withmargin"><a href="http://winni.vdr-developer.org/epgsearch/index.html#download">http://winni.vdr-developer.org/epgsearch/index.html#download</a></div></td>
+ </tr>
+ </table>
+ </div>
+
+ Tntnet stellt grundlegende Webserver-Funktionen für LIVE zur
+ Verfügung. Cxxtools wird von Tntnet benötigt.<br />
+ Boost stellt wichtige Datenstrukturen. Gegenwärtig benötigen
+ wir das Gesamtpaket, demnächst könnte es aber eine
+ abgespeckte Version, die nur das benötigte bereitstellt, von
+ uns geben.
diff --git a/doc/web/homepage/en/install_0-2-0.inc b/doc/web/homepage/en/install_0-2-0.inc
new file mode 100644
index 0000000..f270bac
--- /dev/null
+++ b/doc/web/homepage/en/install_0-2-0.inc
@@ -0,0 +1,63 @@
+ <div class="tab">
+ <table class="listing" style="margin-bottom: 15px; width: 100%" cellspacing="0" cellpadding="0">
+ <tr class="description">
+ <td><div class="withmargin">Software</div></td>
+ <td><div class="withmargin">Mindestversion</div></td>
+ <td><div class="withmargin">Empfohlen</div></td>
+ <td><div class="withmargin">URL</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">VDR</td>
+ <td><div class="withmargin">1.4.0</td>
+ <td><div class="withmargin">&gt;= 1.4.7</td>
+ <td><div class="withmargin"><a href="http://www.cadsoft.de/vdr/download.htm">http://www.cadsoft.de/vdr/download.htm</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">Tntnet</div></td>
+ <td><div class="withmargin">1.5.3</div></td>
+ <td><div class="withmargin">&gt;= 1.6.1</div></td>
+ <td><div class="withmargin"><a href="http://www.tntnet.org/download.html">http://www.tntnet.org/download.html</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">Cxxtools</div></td>
+ <td><div class="withmargin">1.4.3</div></td>
+ <td><div class="withmargin">&gt;= 1.4.7</div></td>
+ <td><div class="withmargin"><a href="http://www.tntnet.org/download.html">http://www.tntnet.org/download.html</a></div></td>
+ </tr>
+ <tr class="spacer">
+ <td colspan="4"></td>
+ </tr>
+ <tr class="description">
+ <td colspan="4"><div class="withmargin">Optional:</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">boost</div></td>
+ <td><div class="withmargin">1.32.0</div></td>
+ <td><div class="withmargin">nur für GCC &lt; 4.1</div></td>
+ <td><div class="withmargin"><a href="http://www.boost.org">http://www.boost.org</a></div></td>
+ </tr>
+ <tr class="spacer">
+ <td colspan="4"></td>
+ </tr>
+ <tr class="description">
+ <td colspan="4"><div class="withmargin">Verwendete VDR Plugins:</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">epgsearch</div></td>
+ <td><div class="withmargin">0.9.22</div></td>
+ <td><div class="withmargin">&gt;= 0.9.24</div></td>
+ <td><div class="withmargin"><a href="http://winni.vdr-developer.org/epgsearch/index.html#download">http://winni.vdr-developer.org/epgsearch/index.html#download</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">streamdev</div></td>
+ <td><div class="withmargin">0.3.3</div></td>
+ <td><div class="withmargin">&gt;= 0.3.4</div></td>
+ <td><div class="withmargin"><a href="http://streamdev.vdr-developer.org/">http://streamdev.vdr-developer.org</a></div></td>
+ </tr>
+ </table>
+ </div>
+
+ Tntnet stellt grundlegende Webserver-Funktionen für LIVE zur
+ Verfügung. Cxxtools wird von Tntnet benötigt.<br /> Boost
+ stellt TR1 C++-Erweiterungen bereit und wird nur von GCC
+ &lt; 4.1 benötigt.
diff --git a/doc/web/homepage/en/install_devel.inc b/doc/web/homepage/en/install_devel.inc
new file mode 100644
index 0000000..f270bac
--- /dev/null
+++ b/doc/web/homepage/en/install_devel.inc
@@ -0,0 +1,63 @@
+ <div class="tab">
+ <table class="listing" style="margin-bottom: 15px; width: 100%" cellspacing="0" cellpadding="0">
+ <tr class="description">
+ <td><div class="withmargin">Software</div></td>
+ <td><div class="withmargin">Mindestversion</div></td>
+ <td><div class="withmargin">Empfohlen</div></td>
+ <td><div class="withmargin">URL</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">VDR</td>
+ <td><div class="withmargin">1.4.0</td>
+ <td><div class="withmargin">&gt;= 1.4.7</td>
+ <td><div class="withmargin"><a href="http://www.cadsoft.de/vdr/download.htm">http://www.cadsoft.de/vdr/download.htm</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">Tntnet</div></td>
+ <td><div class="withmargin">1.5.3</div></td>
+ <td><div class="withmargin">&gt;= 1.6.1</div></td>
+ <td><div class="withmargin"><a href="http://www.tntnet.org/download.html">http://www.tntnet.org/download.html</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">Cxxtools</div></td>
+ <td><div class="withmargin">1.4.3</div></td>
+ <td><div class="withmargin">&gt;= 1.4.7</div></td>
+ <td><div class="withmargin"><a href="http://www.tntnet.org/download.html">http://www.tntnet.org/download.html</a></div></td>
+ </tr>
+ <tr class="spacer">
+ <td colspan="4"></td>
+ </tr>
+ <tr class="description">
+ <td colspan="4"><div class="withmargin">Optional:</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">boost</div></td>
+ <td><div class="withmargin">1.32.0</div></td>
+ <td><div class="withmargin">nur für GCC &lt; 4.1</div></td>
+ <td><div class="withmargin"><a href="http://www.boost.org">http://www.boost.org</a></div></td>
+ </tr>
+ <tr class="spacer">
+ <td colspan="4"></td>
+ </tr>
+ <tr class="description">
+ <td colspan="4"><div class="withmargin">Verwendete VDR Plugins:</div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">epgsearch</div></td>
+ <td><div class="withmargin">0.9.22</div></td>
+ <td><div class="withmargin">&gt;= 0.9.24</div></td>
+ <td><div class="withmargin"><a href="http://winni.vdr-developer.org/epgsearch/index.html#download">http://winni.vdr-developer.org/epgsearch/index.html#download</a></div></td>
+ </tr>
+ <tr>
+ <td><div class="withmargin">streamdev</div></td>
+ <td><div class="withmargin">0.3.3</div></td>
+ <td><div class="withmargin">&gt;= 0.3.4</div></td>
+ <td><div class="withmargin"><a href="http://streamdev.vdr-developer.org/">http://streamdev.vdr-developer.org</a></div></td>
+ </tr>
+ </table>
+ </div>
+
+ Tntnet stellt grundlegende Webserver-Funktionen für LIVE zur
+ Verfügung. Cxxtools wird von Tntnet benötigt.<br /> Boost
+ stellt TR1 C++-Erweiterungen bereit und wird nur von GCC
+ &lt; 4.1 benötigt.
diff --git a/doc/web/homepage/en/news.php b/doc/web/homepage/en/news.php
new file mode 100644
index 0000000..1ba5caa
--- /dev/null
+++ b/doc/web/homepage/en/news.php
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>VDR Live - Neuerungen</title>
+ <?php include ("../html-header.inc") ?>
+ </head>
+ <body>
+ <?php
+ include ("../page-php-classes.inc");
+ include ("settings-en.inc");
+ ?>
+ <div class="page_header">
+ <?php include ("../page-header.inc"); ?>
+ </div>
+ <div style="clear:both"></div>
+
+ <?php include ("../page-menu.inc"); ?>
+
+ <div class="inhalt">
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>Features von LIVE 0.2.0</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <?php include ("features_0-2-0.inc"); ?>
+ </div>
+ </div>
+
+ <div style="width: 800px; margin-top: 15px">
+ <div class="boxheader"><div><div>Features von LIVE 0.1.0</div></div></div>
+ <div style="border: 1px solid black; padding: 0px 10px">
+ <?php include ("features_0-1-0.inc"); ?>
+ </div>
+ </div>
+
+ </div>
+ </body>
+</html>
diff --git a/doc/web/homepage/en/screenshots.php b/doc/web/homepage/en/screenshots.php
new file mode 100644
index 0000000..4ba3e62
--- /dev/null
+++ b/doc/web/homepage/en/screenshots.php
@@ -0,0 +1,46 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+ <head>
+ <title>VDR Live - Screenshots</title>
+ <?php include ("../html-header.inc") ?>
+ </head>
+ <body>
+ <?php
+ include ("../page-php-classes.inc");
+ include ("settings-en.inc");
+ ?>
+ <div class="page_header">
+ <?php include ("../page-header.inc"); ?>
+ </div>
+ <div style="clear:both"></div>
+
+ <?php include ("../page-menu.inc"); ?>
+
+ <div class="inhalt">
+
+ <div style="width: 840px; margin-top: 15px">
+ <div class="boxheader"><div><div>
+ <?php
+ if (isset($_GET["img"])) {
+ echo "Screenshot: " . $screenshots->ImageDescr($_GET["img"], "Unbekanntes Bild");
+ }
+ else {
+ echo "Screenshots: &Uuml;bersicht";
+ }
+ ?>
+ </div></div></div>
+ <div class="screenshots">
+ <?php
+ if (isset($_GET["img"])) {
+ $screenshots->FullImage($_GET["img"]);
+ }
+ else {
+ $screenshots->AllImg();
+ }
+ ?>
+ </div>
+ </div>
+
+ </div>
+ </body>
+</html>
diff --git a/doc/web/homepage/en/settings-en.inc b/doc/web/homepage/en/settings-en.inc
new file mode 100644
index 0000000..de0f9b3
--- /dev/null
+++ b/doc/web/homepage/en/settings-en.inc
@@ -0,0 +1,28 @@
+<?php
+ // Settings for german version:
+$status = new Status("LIVE Plugin State",
+ "Current stable version",
+ "0.2.0",
+ "m/d/Y",
+ "Language: ");
+
+$menu = new Menu(array("index.php" => "About LIVE",
+ "news.php" => "News",
+ "download.php" => "Download",
+ "screenshots.php" => "Screenshots",
+ "index.php#links" => "Links and contact"
+ ));
+
+$screenshots = new Screenshots(array("whatson" => "What's on (Extended view)",
+ "whatsonlist" => "What's on (List view)",
+ "schedule" => "Schedule of one channel for the next days",
+ "edittimer" => "Edit timer",
+ "search" => "Search through EPG data",
+ "searchtimer" => "Search timer",
+ "editsearchtimer" => "Edit search timer",
+ "timerconflict" => "Timer conflict display",
+ "recordings" => "Recordings",
+ "remote" => "Remote",
+ "setup" => "LIVE Settings",
+ "favourites" => "What's on (Favorites)"));
+?>
diff --git a/doc/web/homepage/index.php b/doc/web/homepage/index.php
new file mode 100644
index 0000000..af9d3c4
--- /dev/null
+++ b/doc/web/homepage/index.php
@@ -0,0 +1,7 @@
+<?php
+require_once 'HTTP.php';
+$langs = array("de" => true, "en" => true);
+$selected = HTTP::negotiateLanguage($langs, "en");
+header("Location: $selected/index.php");
+exit;
+?>