diff options
Diffstat (limited to 'doc/web/homepage/en/index.php')
-rw-r--r-- | doc/web/homepage/en/index.php | 41 |
1 files changed, 27 insertions, 14 deletions
diff --git a/doc/web/homepage/en/index.php b/doc/web/homepage/en/index.php index f509dbc..4cf5f8e 100644 --- a/doc/web/homepage/en/index.php +++ b/doc/web/homepage/en/index.php @@ -23,36 +23,49 @@ <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> + <b>LIVE</b> + </p> <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. + of VDR and some of its plugins trough a web interface. </p> <p> Unlike external programs, which communicate with VDR and - his plugins through the SVDRP interface, LIVE has direct + its 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 + 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 substancial part of the LIVE web interface is + 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 apear and can be used only + 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> + <b>License</b> + </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> @@ -61,9 +74,10 @@ <div style="border: 1px solid black; padding: 0px 10px"> <?php include ("features_0-2-0.inc"); ?> <p> - Alle bisherigen Änderungen an LIVE sind auf der Seite - mit den <a href="news.php"><?php echo - $menu->urls["news.php"];?></a> aufgelistet. + 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> @@ -77,20 +91,19 @@ <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! + <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> - <b>Vorausetzungen für die Installation:</b> + <b>Installation prerequisites:</b> <?php include ("install_0-2-0.inc"); ?> </p> <p> - Andere Versionen von LIVE können von - der <a href="download.php"><?php echo - $menu->urls["download.php"]; ?>-Seite</a> herunter geladen - werden. + Different versions of LIVE can be downloaded from the + <a href="download.php"><?php echo + $menu->urls["download.php"]; ?> page</a>. </p> </div> </div> |