summaryrefslogtreecommitdiff
path: root/doc/web/homepage/en
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2013-03-24 17:10:32 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2013-03-24 17:10:32 +0100
commit34123e08bc47f340f3e3bf1e77398b2c6ee427bc (patch)
tree937ca374e51a44a8b8b5fcbd7c15e6d851ce57a9 /doc/web/homepage/en
parentf760f360d2408ec23b001bd71c59209b4d4f39e9 (diff)
downloadvdr-plugin-live-34123e08bc47f340f3e3bf1e77398b2c6ee427bc.tar.gz
vdr-plugin-live-34123e08bc47f340f3e3bf1e77398b2c6ee427bc.tar.bz2
Moved source of the LIVE homepage out of the normal LIVE distribution.
Diffstat (limited to 'doc/web/homepage/en')
-rw-r--r--doc/web/homepage/en/download.php96
-rw-r--r--doc/web/homepage/en/features_0-1-0.inc3
-rw-r--r--doc/web/homepage/en/features_0-2-0.inc98
-rw-r--r--doc/web/homepage/en/features_0-3-0.inc82
l---------doc/web/homepage/en/img1
-rw-r--r--doc/web/homepage/en/index.php138
-rw-r--r--doc/web/homepage/en/install_0-1-0.inc38
-rw-r--r--doc/web/homepage/en/install_0-2-0.inc49
-rw-r--r--doc/web/homepage/en/install_0-3-0.inc50
-rw-r--r--doc/web/homepage/en/install_devel.inc49
-rw-r--r--doc/web/homepage/en/news.php44
-rw-r--r--doc/web/homepage/en/screenshots.php46
-rw-r--r--doc/web/homepage/en/settings-en.inc28
13 files changed, 0 insertions, 722 deletions
diff --git a/doc/web/homepage/en/download.php b/doc/web/homepage/en/download.php
deleted file mode 100644
index 9a12633..0000000
--- a/doc/web/homepage/en/download.php
+++ /dev/null
@@ -1,96 +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 - 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>Stable version:</div></div></div>
- <div style="border: 1px solid black; padding: 0px 10px">
- <p>
- <strong>Version 0.3.0</strong>
- <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.3.0.tar.gz</a></li>
- </ul>
- </p>
- <p>
- <strong>Installation prerequisites:</strong>
- <?php include ("install_0-3-0.inc"); ?>
- </p>
- <p></p>
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <div class="boxheader"><div><div>Development version:</div></div></div>
- <div style="border: 1px solid black; padding: 0px 10px">
- <p>
- <strong>Current GIT snapshot</strong>
-
- <br/>Since LIVE is at present in maintainance mode there
- are no major changes to be afraid of. So you can regard
- the developer version as stable too.
-
- <ul>
- <li>
- GIT repository: <a href="http://projects.vdr-developer.org/git/vdr-plugin-live.git/">http://projects.vdr-developer.org/git/vdr-plugin-live.git/</a>
- <p>
- <strong>IMPORTANT:</strong> when using this version
- please always check the README file in the LIVE
- source directory.
- </p>
- </li>
- </ul>
- </p>
- <p>
- <strong>Installation prerequisites:</strong>
- <?php include ("install_devel.inc"); ?>
- </p>
- <p></p>
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <div class="boxheader"><div><div>Old versions:</div></div></div>
- <div style="border: 1px solid black; padding: 0px 10px">
- <p>
- <strong>Version 0.2.0</strong>
- <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>
- <strong>Installation prerequisites:</strong>
- <?php include ("install_0-2-0.inc"); ?>
- </p>
- <p><hr/></p>
- <p>
- <strong>Version 0.1.0</strong>
- <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>
- <strong>Installation prerequisites:</strong>
- <?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
deleted file mode 100644
index a6954c5..0000000
--- a/doc/web/homepage/en/features_0-1-0.inc
+++ /dev/null
@@ -1,3 +0,0 @@
- <ul>
- <li>Initial 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
deleted file mode 100644
index 4d231ce..0000000
--- a/doc/web/homepage/en/features_0-2-0.inc
+++ /dev/null
@@ -1,98 +0,0 @@
- <p>
- The following list contains the most important user
- visible changes in LIVE since the release of the last
- stable version. Underneath the visible parts changes took
- place too: e.g. the used Javascript is now based in large
- parts on
- the <a href="http://www.mootools.net/">Mootools</a>
- framework.
- </p>
- <ul>
- <li>
-
- The <strong>InfoBox</strong> has
- become <strong>&ldquo;more intelligent&rdquo;</strong>,
- e.g. a recording can be fast-forwarded, while playing it
- over VDR TV out. And channels of the primary output
- device can be switched with the controls in the InfoBox.
- </li>
- <li>
- A <strong>favorite list</strong> found place under
- &ldquo;whats on?&rdquo;. It is populated by
- &ldquo;search timers&rdquo; with set option &ldquo;use
- in favorite menu&rdquo; while creating the timer. Also
- new is an option to display the &ldquo;whats on?&rdquo;
- entries in a list.
- </li>
- <li>
- Each schedules entry (only those with EPG data) owns a
- button
- <strong>&ldquo;show in browser&rdquo;</strong>: This
- button calls the VLC plugin and shows a liveTV
- stream. This does not work for recordings.
- </li>
- <li>
- On &ldquo;schedule&rdquo; page, there is a
- button <strong>&ldquo;show in browser&rdquo;</strong>.
- All channels can be selected here, also those without
- EPG data but which are present in the
- channels.conf. Smaller TV providers or radio stations
- are affected by this from time to time.
- </li>
- <li>
- With newer versions of the Epgsearch plugin (starting from
- epgsearch-0.9.24) there is a menu option for timers:
- <strong>&ldquo;timer conflicts&rdquo;</strong>. This
- option evaluates, which programmed timers could not be
- recorded, because there are no more free DVB devices
- available, or similar reasons. When the InfoBox is
- switched active, a message is displayed on the current
- page if Epgsearch detected a change of the timer
- conflicts.
- </li>
- <li>
- On the &ldquo;search timers&rdquo; page it is now
- possible to start direct <strong>manual search timer
- updates</strong>. Use it and Epgsearch plugin will
- immediately update all search timers.
- </li>
- <li>
- Within the &ldquo;edit search timers&rdquo; page the new
- option &ldquo;use as search timer&rdquo; provides a
- <strong>user-defined search</strong>. Here the user
- determines start and stop date for Epgsearch in the
- background. So you are able to build search timers,
- which scan for example only during the period of the
- autumn all transmissions of a series.
- </li>
- <li>
- In <strong>&ldquo;recordings&rdquo;</strong> now you
- will find a
- button <strong>&ldquo;delete&rdquo;</strong>. The
- recording will be marked with VDRs methods as
- deleted. That means the recording will be renamed with
- the suffix &ldquo;.del&rdquo; and removed at the next
- time when VDR cleans up deleted recordings.
- </li>
- <li>
- You should visit &ldquo;setup&rdquo; directly after
- updating live 0.1.0 to 0.2.0. There might
- be <strong>settings</strong> for the new functions,
- which you would like to <strong>examine</strong>.
- </li>
- <li>
- Revised is the possibility to selected a suitable
- <strong>&ldquo;theme&rdquo;</strong>, a small set of
- different colored designs to select.
- </li>
- <li>
- Support for https data transfer between LIVE and the
- browser due to <strong>SSL support</strong> in Tntnet.
- </li>
- <li>
- Further there are many <strong>small
- innovations</strong> like the length of recordings in
- minutes ', but we are sure you will discover them by
- yourself.
- </li>
- </ul>
diff --git a/doc/web/homepage/en/features_0-3-0.inc b/doc/web/homepage/en/features_0-3-0.inc
deleted file mode 100644
index dd272e4..0000000
--- a/doc/web/homepage/en/features_0-3-0.inc
+++ /dev/null
@@ -1,82 +0,0 @@
- <p>
- The following overview lists the most important user
- visible changes on LIVE since the last stable version.
- </p>
- <p>
- The major new features have been contributed by LIVE
- users. We are are very happy to embrace the contributions
- and <strong>thank everybody</strong> who helped in
- improving LIVE.
- </p>
- <p>
- The names of the developers are listed in the version
- history, which can be found in the LIVE-Git tree.
- </p>
- <ul>
- <li>
- A new simultaneous <strong>multiple channel
- schedule</strong> has been added. The channels can be
- grouped according to own preferences. The schedule for a
- channel group can be displayed on configurable time
- i.E. prime time.
- </li>
- <li>
- The <strong>recordings page has been lifted</strong> and
- got some new features:
- <ul>
- <li>
- <strong>HTTP streaming of recordings</strong> if a
- version of tntnet > 1.7.0 is available. You browser
- still requires the mozilla-vlc plugin.
- </li>
- <li>
- More than <strong>one recording can be deleted at
- once</strong>.
- </li>
- <li>
- More than one recording can be <strong>moved or
- copied</strong> to a <strong>new location at
- once</strong>.
- </li>
- <li>
- The list of recordings can
- be <strong>filtered</strong> either for names or
- with <strong>regual expressions</strong>.
- </li>
- <li>
- All <strong>recordings folders</strong> can
- be <strong>expanded or collapsed at
- once</strong>. The main benefit of this feature
- unfolds in combination with the filtering feature.
- </li>
- </ul>
- </li>
- <li>
- Works with the VDR developer versions (1.7.x) and is
- prepared for the upcoming VDR 2.0 release.
-
- </li>
- <li>
- Supports the new <strong>TS recording format</strong>.
- </li>
- <li>
- The channels got <strong>numbers</strong>.
- </li>
- <li>
- Added support for <strong>IPv6</strong>.
- </li>
- <li>
- You can connect to LIVE via <strong>SSL</strong>.
- </li>
- <li>
- Enhanced support for <strong>EPG images</strong> which
- are supplied by external tools (e.g. tvm2vdr.pl).
- </li>
- <li>
- Translations for Italian, Finnish, Polish,
- Spanish and Slovakia
- </li>
- <li>
- Lots of little bug fixes (and perhabs new bugs).
- </li>
- </ul>
diff --git a/doc/web/homepage/en/img b/doc/web/homepage/en/img
deleted file mode 120000
index 2f29e60..0000000
--- a/doc/web/homepage/en/img
+++ /dev/null
@@ -1 +0,0 @@
-../de/img \ No newline at end of file
diff --git a/doc/web/homepage/en/index.php b/doc/web/homepage/en/index.php
deleted file mode 100644
index 753c358..0000000
--- a/doc/web/homepage/en/index.php
+++ /dev/null
@@ -1,138 +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 - 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>
- <strong>LIVE</strong>
- </p>
- <p>
- LIVE, the <strong><em>LIVE Interactive VDR
- Environment</em></strong>, allows a comfortable operation
- of VDR and some of its plugins trough a web interface.
- </p>
- <p>
- Unlike external programs, which communicate with VDR and
- its plugins through the SVDRP interface, LIVE has direct
- access to the internal data structures of VDR. This makes
- LIVE very fast.
- </p>
- <p>
- Additionally 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 substantial 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 appear 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>
- <p>
- <strong>License</strong>
- </p>
- <p>
- LIVE is distributed under
- the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU
- General Public License, version 2</a>(GPLv2). For more
- information follow the Link and/or see the file <tt>COPYING</tt> in
- the LIVE source code directory.
- </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-3-0.inc"); ?>
- <p>
- All past feature additions or changes of LIVE can be found on
- the
- <a href="news.php"><?php echo
- $menu->urls["news.php"];?> archive page</a>.
- </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>
- <strong>Version <?php echo $status->vers_number; ?></strong>
- <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>IMPORTANT:</strong> please allways have a look at the <tt>README</tt> file in the LIVE source code directory!
- </p>
- </li>
- </ul>
- </p>
- <p>
- <strong>Installation prerequisites:</strong>
- <?php include ("install_0-3-0.inc"); ?>
- </p>
- <p>
- Different versions of LIVE can be downloaded from the
- <a href="download.php"><?php echo
- $menu->urls["download.php"]; ?> page</a>.
- </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>
- <strong>Web:</strong>
- <ul>
- <li><a href="http://projects.vdr-developer.org/projects/plg-live">Project Tracker</a></li>
- <li><a href="http://projects.vdr-developer.org/git/vdr-plugin-live.git/">LIVE Git</a></li>
- <li><a href="http://www.tvdr.de">Video Disc 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 (mostly german)</a></li>
- <li><a href="http://www.vdr-wiki.de">VDR-Wiki (mostly german)</a></li>
- </ul>
- </p>
- <p>
- <strong>Other:</strong>
- <ul>
- <li>Additional contact information can be found at the top of the README file in the LIVE source distribution.</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
deleted file mode 100644
index 6db40f6..0000000
--- a/doc/web/homepage/en/install_0-1-0.inc
+++ /dev/null
@@ -1,38 +0,0 @@
-<?php
- require_once ("../live-sw-configs.php");
-
- $selectedConfig = '0.1.0';
-?>
- <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">minimal version</div></td>
- <td><div class="withmargin">recommended</div></td>
- <td><div class="withmargin">URL</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Required() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">Used VDR Plugins:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- </table>
- </div>
- <p>
- Tntnet provides the basic web server function for LIVE.
- Cxxtools is needed for Tntnet.<br /> *) Boost provides
- important data structures. Currently the complete package is
- needed. In the future a stripped down version might be part
- of the LIVE distribution.
- </p>
diff --git a/doc/web/homepage/en/install_0-2-0.inc b/doc/web/homepage/en/install_0-2-0.inc
deleted file mode 100644
index c3c1b53..0000000
--- a/doc/web/homepage/en/install_0-2-0.inc
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php
- require_once ("../live-sw-configs.php");
-
- $selectedConfig = '0.2.0';
-?>
- <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">minimal version</div></td>
- <td><div class="withmargin">recommended</div></td>
- <td><div class="withmargin">URL</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Required() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">Optional:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Optional() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">Used VDR Plugins:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- </table>
- </div>
- <p>
- Tntnet provides the basic web server function for LIVE.
- Cxxtools is needed for Tntnet.<br />*) Boost provides the
- TR1 C++ extensions. These are only needed when compiled with
- GCC &lt; 4.1. Later GCC versions provide the TR1 extensions
- natively.
- </p>
diff --git a/doc/web/homepage/en/install_0-3-0.inc b/doc/web/homepage/en/install_0-3-0.inc
deleted file mode 100644
index 23b617f..0000000
--- a/doc/web/homepage/en/install_0-3-0.inc
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
- require_once ("../live-sw-configs.php");
-
- $selectedConfig = '0.3.0';
-?>
- <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">minimal version</div></td>
- <td><div class="withmargin">recommended</div></td>
- <td><div class="withmargin">URL</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Required() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">optional:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Optional() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">used VDR plugins:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- </table>
- </div>
-
- <p>
- Tntnet provides basic web server functionality for LIVE.
- Cxxtools is required by Tntnet.<br />PCRE is used for the
- search with regular expressions on the recordings page.<br
- />*) Boost provides TR1 C++ extensions and is required only
- when compiled with GCC &lt; 4.1.
- </p>
diff --git a/doc/web/homepage/en/install_devel.inc b/doc/web/homepage/en/install_devel.inc
deleted file mode 100644
index 0c059b7..0000000
--- a/doc/web/homepage/en/install_devel.inc
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php
- require_once ("../live-sw-configs.php");
-
- $selectedConfig = 'devel';
-?>
- <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">minimal version</div></td>
- <td><div class="withmargin">recommended</div></td>
- <td><div class="withmargin">URL</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Required() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">Optional:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Optional() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- <tr class="spacer">
- <td colspan="4"></td>
- </tr>
- <tr class="description">
- <td colspan="4"><div class="withmargin">Used VDR Plugins:</div></td>
- </tr>
- <?php
- foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) {
- SWConfTableRow($sc);
- }
- ?>
- </table>
- </div>
- <p>
- Tntnet provides the basic web server function for LIVE.
- Cxxtools is needed for Tntnet.<br />*) Boost provides the
- TR1 C++ extensions. These are only needed when compiled with
- GCC &lt; 4.1. Later GCC versions provide the TR1 extensions
- natively.
- </p>
diff --git a/doc/web/homepage/en/news.php b/doc/web/homepage/en/news.php
deleted file mode 100644
index 96ab06b..0000000
--- a/doc/web/homepage/en/news.php
+++ /dev/null
@@ -1,44 +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 - News</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 of LIVE 0.3.0</div></div></div>
- <div style="border: 1px solid black; padding: 0px 10px">
- <?php include ("features_0-3-0.inc"); ?>
- </div>
- </div>
-
- <div style="width: 800px; margin-top: 15px">
- <div class="boxheader"><div><div>Features of 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 of 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
deleted file mode 100644
index 4eb8693..0000000
--- a/doc/web/homepage/en/screenshots.php
+++ /dev/null
@@ -1,46 +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 - 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: Overview";
- }
- ?>
- </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
deleted file mode 100644
index fdec171..0000000
--- a/doc/web/homepage/en/settings-en.inc
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
- // Settings for german version:
-$status = new Status("LIVE Plugin State",
- "Current stable version",
- "0.3.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)"));
-?>