Newsticker-plugin: Difference between revisions
Jump to navigation
Jump to search
(initial) |
No edit summary |
||
(3 intermediate revisions by 2 users 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. |
||
⚫ | |||
⚫ | |||
==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]]. |
|||
⚫ | |||
{| border=1 cellpadding=2 cellspacing=0 |
{| border=1 cellpadding=2 cellspacing=0 |
||
|- bgcolor=#efdead |
|- bgcolor=#efdead |
||
Line 37: | Line 20: | ||
|} |
|} |
||
⚫ | |||
==Problems== |
|||
* wget |
|||
==Links== |
==Links== |
||
Line 50: | Line 34: | ||
|} |
|} |
||
[[Category:Plugins]] |
[[Category:Outdated Plugins]] |
||
{{i18n|newsticker-plugin}} |
|||
<!-- Link to german wiki page --> |
|||
[[de:Newsticker-plugin]] |
Latest revision as of 11:52, 25 November 2013
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 |
Software requirements
- wget
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 |