]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Some documentation updates
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 25 May 2009 21:04:50 +0000 (21:04 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 25 May 2009 21:04:50 +0000 (21:04 +0000)
docs/html/features.html
docs/html/install.html

index dfa20c4f23012766dc7725eb312746e62ca50a79..a429b537c661042ebb33bbc54f5bc8e1648d2028 100644 (file)
@@ -17,8 +17,8 @@
 
  <dt>Output targets
   <dl>
-   <dt> Showtime Mediaplayer (HTSP)
-   <dt> Digital Video Recorder
+   <dt> HTSP (Home TV Streaming Protocl), supported by Showtime Mediaplayer and <a href="http://www.xbmc.org/"XBMC</a>
+   <dt> Built-in Digital Video Recorder
   </dl>
 
  <dt>Built in modern web user interface
index 28b328072a0b3d0c27988c4df28a81bcc6b15da2..f3534e19ffbfb1e9dd57132845bb649a12468877 100644 (file)
@@ -23,10 +23,6 @@ Parts of this documentation is also available in the Tvheadend man page.
   Default is to use the 'video' group. 
   If the 'video' group does not exist, gid 1 (daemon) will be used.
 
-  <dt>-s path
-  <dd>
-  Store settings in path. Default values varies depending on if
-  daemonizing or not. See settings storage section below for details.
  </dl>
 
 
@@ -47,16 +43,7 @@ Parts of this documentation is also available in the Tvheadend man page.
 
  <dt>Settings storage
  <dd>
-  Settings are stored in different locations depending on how Tvheadend
-  was started.
-  <p>
-  If the (-s) argument is given, that path is always used.
-  <p>
-  Otherwise, tvheadend will try to store settings in <b>/var/lib/hts/tvheadend</b>.
-  If this is not possible (due to access permission restriction) it will store
-  it in the current user home directory under .hts/tvheadend.
-  <p>
-  If daemonizing, tvheadend will writes its running pid in /var/run/tvheadend.pid
+  Settings are loaded/stored in $HOME/.hts/tvheadend.
 
  <dt>Logging
  <dd>
@@ -95,14 +82,5 @@ Parts of this documentation is also available in the Tvheadend man page.
  To limit access, please read the section about 'Access Control' 
  in the configuration chapter.
 
-
- <dt>Building Tvheadend from source
- <dd>
- If you want to build tvheadend from source, visit 
- <a href="http://trac.lonelycoder.com/hts/wiki/howtobuildhts">this</a> page.
- Please notice that wiki development site only reflects the work
- in 'trunk' (current development version).
-  The instructions should not deviate much should you want to
- build a released version from source, but you never know.
 </dl>
 </div>