Difference between revisions of "Newsticker-plugin"
(initial) |
(rearranged) |
||
Line 4: | Line 4: | ||
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=== |
||
+ | {| border=1 cellpadding=2 cellspacing=0 |
||
+ | |- bgcolor=#efdead |
||
+ | !Key |
||
+ | !Description |
||
+ | |- |
||
+ | |bgcolor=#efefef| 1..9 || Switch between different news feeds |
||
+ | |- |
||
+ | |bgcolor=#efefef| Up/Down || Change position of the scroll line |
||
+ | |- |
||
+ | |bgcolor=#efefef| Left/Right || Change the scroll speed. |
||
+ | |- |
||
+ | |bgcolor=#efefef| OK || Exit |
||
+ | |} |
||
+ | |||
==Hardware requirements== |
==Hardware requirements== |
||
==Software requirements== |
==Software requirements== |
||
+ | * wget |
||
==Installation== |
==Installation== |
||
Line 21: | Line 38: | ||
For the plugin see [[plugin installation]]. |
For the plugin see [[plugin installation]]. |
||
− | |||
− | ==Handling== |
||
− | {| border=1 cellpadding=2 cellspacing=0 |
||
− | |- bgcolor=#efdead |
||
− | !Key |
||
− | !Description |
||
− | |- |
||
− | |bgcolor=#efefef| 1..9 || Switch between different news feeds |
||
− | |- |
||
− | |bgcolor=#efefef| Up/Down || Change position of the scroll line |
||
− | |- |
||
− | |bgcolor=#efefef| Left/Right || Change the scroll speed. |
||
− | |- |
||
− | |bgcolor=#efefef| OK || Exit |
||
− | |} |
||
==Problems== |
==Problems== |
Revision as of 21:15, 14 November 2004
Contents
Description
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 |