Newsticker-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
(initial)
 
(→‎Links: i18n)
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
It is also possible to display own files from the disk. They must have the same structure like the example.rdf.
It is also possible to display own files from the disk. They must have the same structure like the example.rdf.


===Handling===
==Hardware requirements==

==Software requirements==

==Installation==
If wget is not installed
<pre>
cd $SOURCEDIR
tar xvzf wget-<VERSION>.tar.gz
cd wget-<VERSION>
./configure --prefix=/usr/local
make
make install
</pre>

For the plugin see [[plugin installation]].

==Handling==
{| border=1 cellpadding=2 cellspacing=0
{| border=1 cellpadding=2 cellspacing=0
|- bgcolor=#efdead
|- bgcolor=#efdead
Line 36: Line 19:
|bgcolor=#efefef| OK || Exit
|bgcolor=#efefef| OK || Exit
|}
|}

==Hardware requirements==

==Software requirements==
* wget

==Installation==
If wget is not installed
cd $SOURCEDIR
tar xvzf wget-<VERSION>.tar.gz
cd wget-<VERSION>
./configure --prefix=/usr/local
make
make install

For the plugin see [[plugin installation]].


==Problems==
==Problems==
Line 52: Line 51:
[[Category:Plugins]]
[[Category:Plugins]]


{{i18n|newsticker-plugin}}
<!-- Link to german wiki page -->
[[de:Newsticker-plugin]]

Revision as of 16:47, 13 March 2006

Description

Screenshot

This plugin downloads rdf news-feeds and displays them on the TV.

It is also possible to display own files from the disk. They must have the same structure like the example.rdf.

Handling

Key Description
1..9 Switch between different news feeds
Up/Down Change position of the scroll line
Left/Right Change the scroll speed.
OK Exit

Hardware requirements

Software requirements

  • wget

Installation

If wget is not installed

cd $SOURCEDIR
tar xvzf wget-<VERSION>.tar.gz
cd wget-<VERSION>
./configure --prefix=/usr/local
make
make install

For the plugin see plugin installation.

Problems

Links

[1] http://www.wontorra.net/staticpages/index.php?page=newsticker Plugin homepage
[2] http://www.gnu.org/software/wget/wget.html Download manager wget