summaryrefslogtreecommitdiff
path: root/doc/web/homepage/de/install_0-1-0.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/web/homepage/de/install_0-1-0.inc')
-rw-r--r--doc/web/homepage/de/install_0-1-0.inc47
1 files changed, 17 insertions, 30 deletions
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">&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>
+ <?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">&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>
+ <?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>