diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-08 00:21:01 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-08 00:21:01 +0100 |
commit | 593d5f66b9751592def5d0ccc12af85488918115 (patch) | |
tree | e01c1a51d56bb324ee8ed799246e165791ca6b47 /doc/web/homepage/en/index.html | |
parent | 1241956a03cbde72ac9aa4def0ec748a8d5ecb1c (diff) | |
download | vdr-plugin-live-593d5f66b9751592def5d0ccc12af85488918115.tar.gz vdr-plugin-live-593d5f66b9751592def5d0ccc12af85488918115.tar.bz2 |
Added the online documentation for live into doc/web subfolder.
This makes via symlink use of already defined elements in live itself,
like the stylesheet, the logo and the style-sheet elements for
background images. Only the screenshot images are local to this
directories. Remember to publish this site you need to resolve symlinks.
For local testing a link in public_html in the users home directory is
OK, if follow-symlinks is allowed there.
Diffstat (limited to 'doc/web/homepage/en/index.html')
-rw-r--r-- | doc/web/homepage/en/index.html | 142 |
1 files changed, 142 insertions, 0 deletions
diff --git a/doc/web/homepage/en/index.html b/doc/web/homepage/en/index.html new file mode 100644 index 0000000..155a402 --- /dev/null +++ b/doc/web/homepage/en/index.html @@ -0,0 +1,142 @@ +<!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</title> + <link rel="stylesheet" type="text/css" href="../styles.css" /> + <style type="text/css"> + <!-- + /* ... Hier werden die Formate definiert ... */ +div.screenshots { + border: 1px solid black; + padding: 5px; +} + +div.screenshots img { + padding: 7px; + border: 1px solid #444444; +} + --> + </style> +</head> + <body> + <div class="page_header"> + <img src="../img/logo.png" alt="VDR Live!" class="logo" /> + </div> + + <div style="clear:both"></div> + + <div class="menu"> + <a href="#about">Über Live</a> | + <a href="#download">Download</a> | + <a href="#installation">Installation</a> | + <a href="#screenshots">Screenshots</a> | + <a href="#links">Links und Kontakt</a> + </div> + + TODO: Translate the new page into english and provide newly + created screenshots with english language settings. + + <div class="inhalt"> + + <div style="width: 800px"> + <a name="about"></a> + <div class="boxheader"><div><div>Über Live</div></div></div> + <div style="border: 1px solid black; padding: 5px"> + <p> + Live, das <i>Live Interactive VDR Environment</i>, 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 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.<br/> + Langfristig ist das f�r andere Plugins, wie zum Beispiel taste, burn, femon und viele andere geplant. + Live funktioniert auch ohne diese(s) Plugin(s), b�sst aber einen + erheblichen Teil seines Leistungsumfangs ein. + </p> + + <p></p> + </div> + </div> + + <div style="width: 800px; margin-top: 15px"> + <a name="download"></a> + <div class="boxheader"><div><div>Download</div></div></div> + <div style="border: 1px solid black; padding: 5px"> + <ul> + <li>Akuteller CVS-Snapshot: <a href="http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/live.tar.gz?tarball=1">http://www.vdr-developer.org/cgi-bin/cvsweb.cgi/live/</a></li> + <li>Version 0.1.0: <a href="http://live.vdr-developer.org/downloads/vdr-live-0.1.0.tar.gz">http://live.vdr-developer.org/downloads/vdr-live-0.1.0.tar.gz</a></li> + </ul> + </div> + </div> + + <div style="width: 800px; margin-top: 15px"> + <a name="installation"></a> + <div class="boxheader"><div><div>Installation</div></div></div> + <div style="border: 1px solid black; padding: 5px"> + <table style="margin-bottom: 15px"> + <tr><td>Tntnet >= 1.5.3</td><td><a href="http://www.tntnet.org/download.hms">http://www.tntnet.org/download.hms</a></td></tr> + <tr><td>Cxxtools >= 1.4.3</td><td><a href="http://www.tntnet.org/download.hms">http://www.tntnet.org/download.hms</a></td></tr> + <tr><td>boost >= 1.32.0</td><td><a href="http://www.boost.org">http://www.boost.org</a></td></tr> + <tr><td colspan="2"><br />Optional:<br /></td></tr> + <tr><td>epgsearch >= 0.9.22</td><td><a href="http://winni.vdr-developer.org/epgsearch/index.html#download">http://winni.vdr-developer.org/epgsearch/index.html#download</a></td></tr> + </table> + + Tntnet stellt grundlegende Webserver-Funktionen f�r Live zur Verf�gung.<br /> + 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. + </div> + </div> + + <div style="width: 800px; margin-top: 15px"> + <a name="screenshots"></a> + <div class="boxheader"><div><div>Screenshots</div></div></div> + <div class="screenshots"> + <a href="img/whatson.jpg"><img src="img/whatson_thumb.jpg" alt="whats on"></img></a> + <a href="img/schedule.jpg"><img src="img/schedule_thumb.jpg" alt="whats on"></img></a> + <a href="img/timers.jpg"><img src="img/timers_thumb.jpg" alt="whats on"></img></a> + <a href="img/searchepg.jpg"><img src="img/searchepg_thumb.jpg" alt="whats on"></img></a> + <a href="img/edit_searchtimer.jpg"><img src="img/edit_searchtimer_thumb.jpg" alt="whats on"></img></a> + <a href="img/recordings.jpg"><img src="img/recordings_thumb.jpg" alt="whats on"></img></a> + <a href="img/remote.jpg"><img src="img/remote_thumb.jpg" alt="whats on"></img></a> + <a href="img/setup.jpg"><img src="img/setup_thumb.jpg" alt="whats on"></img></a> + + </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: 5px"> + <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> |