summaryrefslogtreecommitdiff
path: root/doc/web/homepage/de/index.php
blob: f58d202fac89f33878514217a19fcba9ee20e06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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-de.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>&Uuml;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>
            LIVE, das <strong><em>LIVE Interactive VDR Environment</em></strong>, ermöglicht
            die komfortable Bedienung des VDR und mancher seiner Plugins
            über ein Webinterface.</p>

          <p>Anders als externe Programme, die mit VDR und seinen
            Plugins über die SVDRP-Schnittstelle kommunizieren, hat
            LIVE einen direkten Zugriff auf die internen
            Datenstrukturen und ist dadurch sehr schnell.</p>

          <p>Zudem wurde eine Schnittstelle eingeführt, die eine
            direkte Integration einer Bedienoberfläche für VDR Plugins in
            LIVE ermöglicht.<br/>  Gegenwärtig wurde dies
            für <a href="http://winni.vdr-developer.org/epgsearch/index.html">EPGSearch</a>
            realisiert, welches einen erheblichen Teil des
            Funktionsumfangs der Weboberfläche zur Verfügung
            stellt. Langfristig ist das für andere Plugins, wie
            zum Beispiel taste, burn, femon und viele andere geplant.<br/>
            LIVE funktioniert aber auch ohne diese(s) Plugin(s). LIVE
            erkennt das Fehlen eines Plugins und passt seine
            Oberfläche entsprechend an. Daher kann es sein, dass
            bestimmte Funktionen erst bei Aktivierung der Plugins
            sicht- und verwendbar werden.
          </p>
          <p>
	    Einen ersten optischen Eindruck von LIVE kann man sich auf
	    der <a href="screenshots.php"><?php echo
	    $menu->urls["screenshots.php"]; ?>-Seite</a> verschaffen.
	  </p>
	</div>
      </div>

      <div style="width: 800px; margin-top: 15px">
	<div class="boxheader"><div><div>Neue Features von LIVE <?php echo $status->vers_number; ?></div></div></div>
	<div style="border: 1px solid black; padding: 0px 10px">
	  <?php include ("features_0-2-0.inc"); ?>
	  <p>
	    Alle bisherigen &Auml;nderungen an LIVE sind auf der Seite
	    mit den <a href="news.php"><?php echo
	    $menu->urls["news.php"];?></a> aufgelistet.
	  </p>
	</div>
      </div>

      <div style="width: 800px; margin-top: 15px">
	<div class="boxheader"><div><div>Direkter Download von LIVE <?php echo $status->vers_number; ?></div></div></div>
	<div style="border: 1px solid black; padding: 0px 10px">
	  <p>
	    <b>Version <?php echo $status->vers_number; ?></b>
            <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>"; ?></li>
            </ul>
	  </p>
	  <p>
	    <b>Vorausetzungen f&uuml;r die Installation:</b>
	    <?php include ("install_0-2-0.inc"); ?>
	  </p>
          <p>
	    Andere Versionen von LIVE k&ouml;nnen von
	    der <a href="download.php"><?php echo
	    $menu->urls["download.php"]; ?>-Seite</a> herunter geladen
	    werden.
	  </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>
            <b>Web:</b>
            <ul>
              <li><a href="http://www.vdr-developer.org/mantisbt/main_page.php">Bugtracker</a> - Bugs und Featurewünsche</li>
              <li><a href="http://www.cadsoft.de/vdr/">Video Disk 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</a></li>
              <li><a href="http://www.vdr-wiki.de">VDR-Wiki</a></li>
            </ul>
          </p>
          <p>
            <b>IRC:</b>
            <ul>
              <li>Server: irc://www.vdr-portal.de</li>
              <li>Channel: #live</li>
            </ul>
          </p>
	</div>
      </div>

    </div>
  </body>
</html>