| Author |
Message |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 Re: BBrssfeed
Version 0.0.2 now available. Changes since last stable:  changed HTTP request (which caused the plugin to hang with some feeds)  fixed scrolling when loaded in slit/frame  added support for RSS 1.0 feeds  some little stuff in menu
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Sun Oct 28, 2007 10:39 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 BBrssfeed 0.0.3
BBrssfeed 0.0.3 - what happened: - BBrssfeed.autoUpdate was changed to BBrssfeed.timerUpdate- added BBrssfeed.reconfigureUpdate- BBrssfeed.feeds changed to BBrssfeed.feedCount- some fixes in plugin core http://pitris.org/BBlean
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Sun Jan 27, 2008 9:29 pm |
|
 |
|
blueswilder
BBDinosaur
Joined: Fri Jun 23, 2006 2:41 pm Posts: 232 Location: China
|
 Re: BBrssfeed
Suddenly, you update all your plugins! 
_________________ bblean in China(Chinese): http://www.deepin.org/forum-382-1.html My blog(Chinese): http://hi.baidu.com/bluesewilder/blog
|
| Sun Jan 27, 2008 9:49 pm |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 Re: BBrssfeed
blueswilder wrote: Suddenly, you update all your plugins!  New year 
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Sun Jan 27, 2008 10:02 pm |
|
 |
|
ivan
|
 Re: BBrssfeed
Can I set time period for separate feeds? I mean: I want to read some feeds once a week and others - once a day. How can I implement this with BBrssfeed?
|
| Fri Feb 29, 2008 11:55 am |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 Re: BBrssfeed
ivan wrote: Can I set time period for separate feeds? I mean: I want to read some feeds once a week and others - once a day. How can I implement this with BBrssfeed? Not now. But it's quite a good idea, if I have time, I would implement it. If you don't have many feeds, you can use this trick, which I personally don't find very nice: Make more copies of BBrssfeed in your plugins/ folder and refer to them as to different plugins. Each of them you can sutup as you like.
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Wed Mar 19, 2008 7:56 pm |
|
 |
|
igndenok
BBSage
Joined: Fri Dec 28, 2007 12:23 am Posts: 105 Location: Surabaya, Indonesia
|
 Re: BBrssfeed
can you make it to scroll vertical, if my rssfeed items height >= rssfeed height it will scroll vertical ? it's just suggestion.
_________________ Ask, and it shall be given. Seek, and you shall find. Knock, and it shall be opened to you.
|
| Wed Apr 02, 2008 7:22 am |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 Re: BBrssfeed
igndenok wrote: can you make it to scroll vertical, if my rssfeed items height >= rssfeed height it will scroll vertical ? it's just suggestion. I'm not sure if I understand your question. You mean that the height of one item is bigger than the height of the bbrssfeed window? If true, the vertical scroll will work, but you will never see a cursor (currently selected item) - it will be one item higher - outside the plugin window. BBrssfeed doesn't expect so weird settings.  Btw, I've found a bug in bbrssfeed. If you change the size of plugin window by editting the .rc file, the size of the list won't change if your reread the settings. You have to resize the window with mouse (alt+drag&move) or unload/load.
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Wed Apr 02, 2008 6:26 pm |
|
 |
|
igndenok
BBSage
Joined: Fri Dec 28, 2007 12:23 am Posts: 105 Location: Surabaya, Indonesia
|
 Re: BBrssfeed
pitris wrote: igndenok wrote: can you make it to scroll vertical, if my rssfeed items height >= rssfeed height it will scroll vertical ? it's just suggestion. I'm not sure if I understand your question. You mean that the height of one item is bigger than the height of the bbrssfeed window? If true, the vertical scroll will work, but you will never see a cursor (currently selected item) - it will be one item higher - outside the plugin window. BBrssfeed doesn't expect so weird settings.  Btw, I've found a bug in bbrssfeed. If you change the size of plugin window by editting the .rc file, the size of the list won't change if your reread the settings. You have to resize the window with mouse (alt+drag&move) or unload/load. hm..., not the height of one item. say, if i set the rssfeed items in rssfeed.rc is 15. but, height of the rssfeed is small, let say about 300. then, rssfeed items that show is not actually 15 right ? maybe about 10, then the other 5 of the item are not shown. so, with case like that does rssfeed can scroll vertical in your place ? because in my place can't scroll vertical ! that is what i mean, sorry if my suggestion before made you confuse ?! btw, your rssfeed is help me a lot sorry if my english is bad 
_________________ Ask, and it shall be given. Seek, and you shall find. Knock, and it shall be opened to you.
|
| Wed Apr 02, 2008 11:58 pm |
|
 |
|
ivan
|
 Re: BBrssfeed
pitris wrote: If you don't have many feeds, you can use this trick, which I personally don't find very nice: Make more copies of BBrssfeed in your plugins/ folder and refer to them as to different plugins. Each of them you can sutup as you like. Thanks for an idea, I'll try it.
|
| Fri Apr 04, 2008 4:22 am |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 Re: BBrssfeed
igndenok wrote: hm..., not the height of one item. say, if i set the rssfeed items in rssfeed.rc is 15. but, height of the rssfeed is small, let say about 300. then, rssfeed items that show is not actually 15 right ? maybe about 10, then the other 5 of the item are not shown. so, with case like that does rssfeed can scroll vertical in your place ? because in my place can't scroll vertical ! Sure you can scroll. But be sure the window has a focus, so click on it before scrolling. You can use a mouse wheel (but this works only when the cursor is over bbrssfeed) or try ctrl+up/down arrows.
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Sun Apr 06, 2008 10:35 am |
|
 |
|
igndenok
BBSage
Joined: Fri Dec 28, 2007 12:23 am Posts: 105 Location: Surabaya, Indonesia
|
 Re: BBrssfeed
pitris wrote: Sure you can scroll. But be sure the window has a focus, so click on it before scrolling. You can use a mouse wheel (but this works only when the cursor is over bbrssfeed) or try ctrl+up/down arrows. ah, i see. now my problem solved, thx a lot for your respond pitris 
_________________ Ask, and it shall be given. Seek, and you shall find. Knock, and it shall be opened to you.
|
| Sun Apr 06, 2008 12:28 pm |
|
 |
|
iCRIP
|
 Re: BBrssfeed
Hi,
Im wondering if there is anyway to show multiple feeds horizontally? I love the plugin but would like to have it as a wide letterbox with a number of feeds next to each other.
best regards iCRIP
|
| Sun Jun 01, 2008 10:31 am |
|
 |
|
B0
|
 Re: BBrssfeed
Could you perhaps make it so it supports atom feeds as well? Would really rock!
|
| Sun Jun 01, 2008 9:02 pm |
|
 |
|
pitris
BBSage
Joined: Mon Aug 14, 2006 10:44 pm Posts: 183 Location: Czech Republic
|
 Re: BBrssfeed
iCRIP wrote: Hi,
Im wondering if there is anyway to show multiple feeds horizontally? I love the plugin but would like to have it as a wide letterbox with a number of feeds next to each other.
best regards iCRIP Not sure if I understand correctly. If you want more feeds next to each other but each of them aligned vertically, there is a way, but not very nice. viewtopic.php?f=50&t=3178&st=0&sk=t&sd=a&start=15#p23301
_________________ BBlean plugins @ http://pitris.info/BBlean
|
| Fri Jun 13, 2008 9:27 am |
|
 |
|
Google
Sponsored Links
|
|
 |
|