diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-27 01:18:31 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-27 01:18:31 +0200 |
commit | 25bf54b84821992882772cec22c1a188650bf797 (patch) | |
tree | 5da0967adb32f0902d33201adf67560ebdcb97e6 /doc/web/homepage/de | |
parent | 180d3670f7c09253e064d365574b371d479f436b (diff) | |
download | vdr-plugin-live-25bf54b84821992882772cec22c1a188650bf797.tar.gz vdr-plugin-live-25bf54b84821992882772cec22c1a188650bf797.tar.bz2 |
Almost complete translation to english of the homepage for LIVE 0.2.0.
Some tweaks for the softwre version config.
Added License section in both versions of the homepage.
Diffstat (limited to 'doc/web/homepage/de')
-rw-r--r-- | doc/web/homepage/de/index.php | 14 | ||||
-rw-r--r-- | doc/web/homepage/de/install_0-1-0.inc | 47 | ||||
-rw-r--r-- | doc/web/homepage/de/install_0-2-0.inc | 60 | ||||
-rw-r--r-- | doc/web/homepage/de/install_devel.inc | 60 |
4 files changed, 77 insertions, 104 deletions
diff --git a/doc/web/homepage/de/index.php b/doc/web/homepage/de/index.php index 1231a97..0d4bdaa 100644 --- a/doc/web/homepage/de/index.php +++ b/doc/web/homepage/de/index.php @@ -23,6 +23,9 @@ <div class="boxheader"><div><div>Über 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, das <strong><em>LIVE Interactive VDR Environment</em></strong>, ermöglicht die komfortable Bedienung des VDR und mancher seiner Plugins @@ -52,6 +55,17 @@ der <a href="screenshots.php"><?php echo $menu->urls["screenshots.php"]; ?>-Seite</a> verschaffen. </p> + <p> + <b>Lizenz</b> + </p> + <p> + LIVE wird unter + der <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU + General Public License, Version 2</a> (GPLv2) + veröffentlicht. Nähere Informationen erhalten Sie + durch verfolgen des Links und/oder in der + Datei <tt>COPYING</tt> im Quellcode Verzeichnis von LIVE. + </p> </div> </div> diff --git a/doc/web/homepage/de/install_0-1-0.inc b/doc/web/homepage/de/install_0-1-0.inc index 5702630..dc7cf36 100644 --- a/doc/web/homepage/de/install_0-1-0.inc +++ b/doc/web/homepage/de/install_0-1-0.inc @@ -1,3 +1,8 @@ +<?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"> @@ -6,48 +11,30 @@ <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"><= 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">>= 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">>= 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> + <?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">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">>= 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> + <?php + foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) { + SWConfTableRow($sc); + } + ?> </table> </div> + <p> 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. + </p> diff --git a/doc/web/homepage/de/install_0-2-0.inc b/doc/web/homepage/de/install_0-2-0.inc index f270bac..71f2a89 100644 --- a/doc/web/homepage/de/install_0-2-0.inc +++ b/doc/web/homepage/de/install_0-2-0.inc @@ -1,3 +1,8 @@ +<?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"> @@ -6,58 +11,39 @@ <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">>= 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">>= 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">>= 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> + <?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> - <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 < 4.1</div></td> - <td><div class="withmargin"><a href="http://www.boost.org">http://www.boost.org</a></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">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">>= 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">>= 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> + <?php + foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) { + SWConfTableRow($sc); + } + ?> </table> </div> + <p> Tntnet stellt grundlegende Webserver-Funktionen für LIVE zur - Verfügung. Cxxtools wird von Tntnet benötigt.<br /> Boost + Verfügung. Cxxtools wird von Tntnet benötigt.<br />*) Boost stellt TR1 C++-Erweiterungen bereit und wird nur von GCC < 4.1 benötigt. + </p> diff --git a/doc/web/homepage/de/install_devel.inc b/doc/web/homepage/de/install_devel.inc index f270bac..c57889e 100644 --- a/doc/web/homepage/de/install_devel.inc +++ b/doc/web/homepage/de/install_devel.inc @@ -1,3 +1,8 @@ +<?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"> @@ -6,58 +11,39 @@ <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">>= 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">>= 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">>= 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> + <?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> - <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 < 4.1</div></td> - <td><div class="withmargin"><a href="http://www.boost.org">http://www.boost.org</a></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">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">>= 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">>= 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> + <?php + foreach ($LiveSWConfigs[$selectedConfig]->Plugins() as $sc) { + SWConfTableRow($sc); + } + ?> </table> </div> + <p> Tntnet stellt grundlegende Webserver-Funktionen für LIVE zur - Verfügung. Cxxtools wird von Tntnet benötigt.<br /> Boost + Verfügung. Cxxtools wird von Tntnet benötigt.<br />*) Boost stellt TR1 C++-Erweiterungen bereit und wird nur von GCC < 4.1 benötigt. + </p> |