
4in1 rss fead reader (tv)
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a modified version of Slashdot Karamba 0.3(rodviking)
( http://www.kde-look.org/content/show.php?content=12873 )
I get the Kore backgound and the rss pharser about the RSSNews - An RSS Feed Reader.
( http://kde-look.org/content/show.php/RSSNews+-+An+RSS+Feed+Reader?content=51521 )
this is a "4 in 1" rss feader.
If you want to run multiple themes at the same time, you need to copy the 4in1rss.py and 4in1rss.theme files to a differently named file, the corresponding file's name should be the same.
its niice
12 years ago
1.04 bugfix (browser opening)
1.03 less waiting at start (-7secund , low cpu usage)
+ dr. house skin
1.02 fix an index exception error if an rss feed is empty (-2%)
1.01 + 6 background
1.0 First release
12 years ago
1.04 bugfix (browser opening)
1.03 less waiting at start (-7secund , low cpu usage)
+ dr. house skin
1.02 fix an index exception error if an rss feed is empty (-2%)
1.01 + 6 background
1.0 First release
machotom
11 years ago
I have a problem with Your plasmoid on my openSUSE 11.1 with kde 4.2.2! When I try to install using this guide: http://www.kde-look.org/help/index.php?type=70 ; I can't go through the step 'cmake...'. I get an error about a CMakeLists.txt file!
Can anybody help me?
Report
Drinkmilk
12 years ago
Thanks for this very nice looking rss reader !
I have got one problem with a particular RSS 2.0 feed:
http://www.lequipe.fr/Xml/actu_rss.xml
When I click on one of the titles to open the corresponding URL, the link that the browser tries to open is only a fraction of the actual URL; it seems to stop parsing when it meets a '&'.
Ex: it opens http://www.lequipe.fr/redir.php?ORIG=RSS
instead of http://www.lequipe.fr/redir.php?ORIG=RSS&RUB=homeG&URL=http://www.lequipe.fr/Aussi/20080828_131709_gitana-xiii-en-3e-semaine_Dev.html
Is this something you can fix ?
Thanks !
Report
sphott
12 years ago
Report
Drinkmilk
12 years ago
I can also see some errors with the tip info (pictures or text format). I will make another report tomorow
Report
paknefia
12 years ago
Report
sphott
12 years ago
Report
paknefia
12 years ago
http://anakmuslim.wordpress.com/feed/
Report
sphott
12 years ago
Report
paknefia
12 years ago
Report
richb
13 years ago
How would one go about limiting the number of themes to say 3, increasing the no. of articles, and spacing everything so it was readable? I tried commenting out the 4th fetch, but it still showed up.
Also I noticed in one of your images there are two themes open with different feeds. How did you accomplish this, duplicating the theme folder under a different name?
Report
sphott
13 years ago
i created a new package for you (3in1)!
i hope it's ok
If you want to run multiple themes at the same time, you need to copy the 4in1rss.py and 4in1rss.theme files to a differently named file, the corresponding file's name should be the same.
for example
[?ir]
--4in1rss.py
--4in1rss.pyc
--4in1rss.theme
--newsreader.py
--newsreader.pyc
--readme.txt
--rssparser.py
--rssparser.pyc
--OTHER4IN1RSS.PY
--OTHER4IN1RSS.THEME
i hope you understand
Report
richb
13 years ago
Report
ashley194
13 years ago
Thanks :-D
Report
ashley194
13 years ago
Report
sphott
13 years ago
in the file 4in1rss.py you need to replace this lines:
browser = "kfmclient openProfile webbrowsing "
#browser = "/opt/swiftfox/swiftfox "
#browser = "firefox "
#browser = "opera -notrayicon "
to:
#browser = "kfmclient openProfile webbrowsing "
#browser = "/opt/swiftfox/swiftfox "
browser = "firefox "
#browser = "opera -notrayicon "
(delete the "#" at the line 31.! under where you can modify the rss feeds)
thanks to use and the rating!
Report