summaryrefslogtreecommitdiff
path: root/doc/web/homepage/en/install_0-1-0.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/web/homepage/en/install_0-1-0.inc')
-rw-r--r--doc/web/homepage/en/install_0-1-0.inc38
1 files changed, 0 insertions, 38 deletions
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>