feedreader-development Mailing List for Feedreader - Extendable RSS/ATOM reader (Page 4)
Brought to you by:
toomastoots
You can subscribe to this list here.
2003 |
Jan
(4) |
Feb
(22) |
Mar
(18) |
Apr
(9) |
May
(20) |
Jun
(2) |
Jul
(14) |
Aug
|
Sep
|
Oct
|
Nov
(3) |
Dec
(112) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(94) |
Feb
(18) |
Mar
(49) |
Apr
(22) |
May
(18) |
Jun
(4) |
Jul
(9) |
Aug
(3) |
Sep
(4) |
Oct
|
Nov
|
Dec
(2) |
2005 |
Jan
(2) |
Feb
|
Mar
(15) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(1) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Karsten H. <mai...@kh...> - 2004-04-29 09:53:39
|
Toomas Toots wrote: > I have had the same problem what you are talking about. But I think, it's > not about feed count. I do not have that many feeds. I suppose, it had > something to do with toolbar. Because toolbar was missing and none of > actionns in mainmenu worked. Maybe we should try the fixes on this side: http://homepages.borland.com/strefethen/index.php?pagename=Main.Delphi7 Maybe this is fixed too. > > I built a custom FR version where once per every hour headlines and > subscriptions where saved. So, if FR crached, all articles that were read > were still read. In one word - this concept worked like a charm. I will > build this functionality to dev release of FR. > Will the time be configurable ;)? > Another thing is that I have not had those crashes any more for about > three weeks... > Nice, i have never had them ;) Karsten |
From: Toomas T. <to...@se...> - 2004-04-29 08:03:22
|
I have had the same problem what you are talking about. But I think, it's not about feed count. I do not have that many feeds. I suppose, it had something to do with toolbar. Because toolbar was missing and none of actionns in mainmenu worked. I built a custom FR version where once per every hour headlines and subscriptions where saved. So, if FR crached, all articles that were read were still read. In one word - this concept worked like a charm. I will build this functionality to dev release of FR. Another thing is that I have not had those crashes any more for about three weeks... Greetings Toomas > Toomas Toots <to...@i-...> wrote: >>I will read archives. I really do not remember, what was the problem. >> Can you tell aproximetly how many folders and feeds do you have? > > ~500 feeds and 25 folders or so. > After a while, feedreader freezes, runs fast through every feed and > marks it read. in this state it is only quitable through task manager. > you self said something about possible memory management. > Nicole > > -- > http://ideengeberin.de/ - pragmatische Ideen f=FCr KMU > http://beissholz.de/ - von bissig bis garstig > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development |
From: Karsten H. <mai...@kh...> - 2004-04-29 07:53:16
|
Nicole Simon wrote: > Toomas Toots <to...@i-...> wrote: > >>I will read archives. I really do not remember, what was the problem. >>Can you tell aproximetly how many folders and feeds do you have? > > > ~500 feeds and 25 folders or so. Could you please post the filesizes of 'headlines.xml' and 'subscriptions.xml'? > After a while, feedreader freezes, runs fast through every feed and marks I don't remember. When does this happen? When you update all feeds, read new headlines or you clicked mark feed read? > it read. in this state it is only quitable through task manager. you self > said something about possible memory management. > Nicole |
From: Karsten H. <mai...@kh...> - 2004-04-29 07:46:45
|
Some days ago i got the following error: Started FR, updated feeds, read all new headlines. Minimized FR. Later FR did the autoupdate and a message appeared 'Out of memory'. At that point i had set 'Archive all headlines' and the total size of the xml files were ~ 9mb. Headlines was the biggest, ~ 8.5mb. The machine i was using has 256mb RAM running Win2000. Since i set 'Archive only latest 50 headlines' and restarted FR the error disappeared. The problem is that we use xml to store the headlines. When using DOM for xml handling, the whole xml document gets loaded into memory. Obviously the amount of memory needed to handle xml files is not just the file size, but it is the filesize * x. Suggestion: Change the way the headlines are stored. Don't use xml. For each feed create a ascii file and store just the headlines of this feed in the file. Filename could be the guid of the feed. Internally all headlines are stored in an array, so switching to separate ascii files will need just a rewrite of the in-/output routines for the headlines. Karsten Toomas Toots wrote: > I will read archives. I really do not remember, what was the problem. > Can you tell aproximetly how many folders and feeds do you have? > > Greetings > Toomas > > Nicole Simon wrote: > >> Toomas Toots <to...@i-...> wrote: >> >> >>> If Karsten could to it, let's test latest version >> >> >> Anything new on the memory management thing? >> >> I am still using Sharpreader at the moment, because it can handle my >> feeds :o( >> >> Niciole >> >> >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development > |
From: Nicole S. <ni...@gn...> - 2004-04-29 07:34:12
|
Toomas Toots <to...@i-...> wrote: >I will read archives. I really do not remember, what was the problem. >Can you tell aproximetly how many folders and feeds do you have? ~500 feeds and 25 folders or so. After a while, feedreader freezes, runs fast through every feed and marks it read. in this state it is only quitable through task manager. you self said something about possible memory management. Nicole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Karsten H. <mai...@kh...> - 2004-04-29 07:09:01
|
Toomas Toots wrote: > I made some changes today: > > 28.04.2004 toomastoots > - Basic ATOM feed support added > - Fixed problem with deleting headlines from subscribed feed > - ATOM feed subscribe support added > - Fixed problem with subscribing what occured if there was no folder > selected and selected feed is not on the second level > > If Karsten could to it, let's test latest version and do a release. It's > very sad to wait and see that like 600-1000 persons are donwloading old > version. I have used latest Karsens version for some weeks without > problems... Nice ;). I will build a new version tonight. > > I do not rember, if there is at the moment periodic headline save > feature running? > No. Karsten |
From: Toomas T. <to...@i-...> - 2004-04-29 05:39:20
|
I will read archives. I really do not remember, what was the problem. Can you tell aproximetly how many folders and feeds do you have? Greetings Toomas Nicole Simon wrote: >Toomas Toots <to...@i-...> wrote: > > >>If Karsten could to it, let's test latest version >> >> > >Anything new on the memory management thing? > >I am still using Sharpreader at the moment, >because it can handle my feeds :o( > >Niciole > > > |
From: Nicole S. <ni...@gn...> - 2004-04-28 22:49:54
|
Toomas Toots <to...@i-...> wrote: >If Karsten could to it, let's test latest version Anything new on the memory management thing? I am still using Sharpreader at the moment, because it can handle my feeds :o( Niciole -- http://ideengeberin.de/ - pragmatische Ideen für KMU http://beissholz.de/ - von bissig bis garstig |
From: Toomas T. <to...@i-...> - 2004-04-28 22:19:39
|
I made some changes today: 28.04.2004 toomastoots - Basic ATOM feed support added - Fixed problem with deleting headlines from subscribed feed - ATOM feed subscribe support added - Fixed problem with subscribing what occured if there was no folder selected and selected feed is not on the second level If Karsten could to it, let's test latest version and do a release. It's very sad to wait and see that like 600-1000 persons are donwloading old version. I have used latest Karsens version for some weeks without problems... I do not rember, if there is at the moment periodic headline save feature running? Greetings Toomas |
From: Karsten H. <mai...@kh...> - 2004-04-13 07:13:50
|
Jup, i broke it in build 636 ;) Toomas Toots wrote: > Wasn't it earlier the same functionality? > > Greetings > Toomas > > Karsten Hoffrath wrote: > >> Changes: >> >> The local date/time will be shown when the feed doesn't contain a date. >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> Feedreader-development mailing list >> Fee...@li... >> https://lists.sourceforge.net/lists/listinfo/feedreader-development >> > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development > |
From: Toomas T. <to...@i-...> - 2004-04-09 18:04:51
|
Wasn't it earlier the same functionality? Greetings Toomas Karsten Hoffrath wrote: > Changes: > > The local date/time will be shown when the feed doesn't contain a date. > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Feedreader-development mailing list > Fee...@li... > https://lists.sourceforge.net/lists/listinfo/feedreader-development > |
From: Karsten H. <kh...@kh...> - 2004-04-08 15:01:01
|
Changes: The local date/time will be shown when the feed doesn't contain a date. |
From: Karsten H. <kh...@kh...> - 2004-04-08 14:46:13
|
Fixed bug when dc:date tags doesn't get decoded correctly. |
From: Karsten H. <kh...@kh...> - 2004-04-08 13:45:15
|
Hi list. A new build is online. Changes: - Should be RSS2.0 compliant. - Feeds with namespaces in <title> tag can now be added (example: http://www.stern.de/standard/rss.php?channel=all). - If the feed contains pubDate tags, the date will be shown in the listview. I have put a rss feed on the site so that users doesn't have to be subscribed to the list to get informed about new versions. http://www.khoffrath.de/projects/feedreader Karsten |
From: Karsten H. <kh...@kh...> - 2004-04-01 18:26:49
|
- Via OPML imported feeds aren't updated correctly. - Feedretrieval_Timeout set to 120 sec. As usual: http://www.khoffrath.de/projects/feedreader |
From: Karsten H. <kh...@kh...> - 2004-04-01 18:26:08
|
Toomas Toots wrote: > Hello! > > Is there any special meaning for this row: > > Feedretrieval_Timeout = 15000; // Time in msec, that TIdHTTP waits for > a server response > > I think that 15seconds is quite small time. For example a lot of feeds > that are abroad give me timeout with this value. It's better if this > timeout is for example 120 seconds. With that we make sure that all > normal (but not always responsive) feeds get downloaded. > > What do you think? Ok, done. > > And another problem is our Feedreader lockdown problem :) You know, then > user can't close feedreader/cannot see toolbar. I still sometimes get Screenshot? Whats the content of the file "debug.txt" in the exe directory after such a crash? Karsten |
From: Nicole S. <ni...@gn...> - 2004-03-28 19:59:27
|
Karsten Hoffrath <kh...@kh...> wrote: >Basically you should need just the subscription file. >When you delete all the other files, what happens? Nothing, same error comes back again. >Importing works for me, but when i try to update the imported feeds, weird >things happen. The export file, at once reimported, is not recognized by it's own programm :o( >FR gets totally confused and writes headlines to the wrong feeds, shows wrong >numbers of unread messages, shows wrong notifiaction windows. Can it be that import and export use different keywords? As I figured, my sharpreader exports another format as opml (descriptions in another keyword/ variable name than fr) so export to and from each other is not possible. Unless I like me feednames to be the feedurls. Could we add to the nice to have list: "Update feeddescription from feed"? Nicole -- http://www.useful-sounds.de/ - http://beissholz.de |
From: Nicole S. <ni...@gn...> - 2004-03-28 19:56:50
|
Toomas Toots <to...@i-...> wrote: >timeout is for example 120 seconds. With that we make sure that all >normal (but not always responsive) feeds get downloaded. Btw Sharpreader has this nice feature of not showing an error popup but write a feedentry with it's error message. How about a user setable time? >all my read messages are unread. I will try to make feedreader save >feeds and headlines for example once in hour...? No, not enough. As said before, this is nice for an automation saving feature but I do get my feeds downloaded in about 5-10 minutes and am screwed in the middel of it. Nicole -- http://www.useful-sounds.de/ - http://beissholz.de |
From: Toomas T. <to...@i-...> - 2004-03-28 13:01:04
|
Hello! Is there any special meaning for this row: Feedretrieval_Timeout = 15000; // Time in msec, that TIdHTTP waits for a server response I think that 15seconds is quite small time. For example a lot of feeds that are abroad give me timeout with this value. It's better if this timeout is for example 120 seconds. With that we make sure that all normal (but not always responsive) feeds get downloaded. What do you think? And another problem is our Feedreader lockdown problem :) You know, then user can't close feedreader/cannot see toolbar. I still sometimes get this. Problem is that if I "end task" then all feed updates are gone and all my read messages are unread. I will try to make feedreader save feeds and headlines for example once in hour...? Greetings Toomas |
From: Toomas T. <to...@i-...> - 2004-03-24 18:56:36
|
-------- Original Message -------- Subject: Thanks Date: Wed, 24 Mar 2004 09:44:07 -0800 From: Ron/Paula Gardner <gar...@ch...> To: <to...@i-...>, <hm...@so...> Thanks so much for the great news feed reader. I had tried a few others that either slowed down my system or didn't work well. Yours is a real contribution to more efficient information exchange on the web. Kudos! Ron Gardner |
From: Nicole S. <ni...@gn...> - 2004-03-22 22:59:43
|
"Toomas Toots" <to...@se...> wrote: >Feedreader seems to be a cool tool but may needs some >optimisations regarding user interface / usabillity. If it is Ah! My kind of guy *g* Nicole -- http://www.useful-sounds.de/ - http://beissholz.de |
From: Karsten H. <kh...@kh...> - 2004-03-22 19:22:15
|
Nicole Simon wrote: > Karsten Hoffrath <kh...@kh...> wrote: > >>It should fix the problem with the empty lines in the xml files. > > > Not quite that what make my feeds work again :o( > > As far as I understood, I only have my 'my documents' where my > subscriptions lie plus the programm dir itself. > > If I throw out everything but the subscription and feed file and still > screw up, there must be a problem with these files - but how to I check > them (IE gives no errors)? Basically you should need just the subscription file. When you delete all the other files, what happens? > > btw am I the only one experiencing that my export from fr in opml is > refused to be imported? > Importing works for me, but when i try to update the imported feeds, weird things happen. FR gets totally confused and writes headlines to the wrong feeds, shows wrong numbers of unread messages, shows wrong notifiaction windows. Karsten |
From: Toomas T. <to...@se...> - 2004-03-22 10:03:36
|
-------- Original Message -------- Subject: Joining Feedreader-Developers From: Marc D=FCrst <mar...@us...> Date: Mon, March 22, 2004 11:52 am To: too...@us... Hi, Feedreader seems to be a cool tool but may needs some optimisations regarding user interface / usabillity. If it is welcome I'd like to spend some work in this area. I'm developing Delphi Apps, Tools, Framworks sind many year so I think I could handle this ;-) Lost let me know if you are interested in. Btw: tried to get things compiling on my local machine without success. The problem is that I couldn't find the correct version of all the components used so I didn't fit. Maybe you can send me the needed ZIP files. Cheers, Marc |
From: Jim M. <ji...@mc...> - 2004-03-20 09:15:21
|
At 01:36 AM 3/19/2004 +0100, Nicole Simon wrote: >I think this is a very nice idea for the moment. > >Atom can't be that complicated. Another advantage to the 2rss.com method of supporting ATOM is that as the Atom standard evolves we don't need to worry about putting out an update immediately. 2rss.com just updates their method and all our users are good to go immediately. -Jim McKeeth "Anything is possible with enough programmers, time and pizza!" "Substitute caffeine for time as necessary." http://www.bsdg.org/ |
From: Nicole S. <ni...@gn...> - 2004-03-19 00:42:20
|
Karsten Hoffrath <kh...@kh...> wrote: > It should fix the problem with the empty lines in the xml files. Not quite that what make my feeds work again :o( As far as I understood, I only have my 'my documents' where my subscriptions lie plus the programm dir itself. If I throw out everything but the subscription and feed file and still screw up, there must be a problem with these files - but how to I check them (IE gives no errors)? btw am I the only one experiencing that my export from fr in opml is refused to be imported? On errors: SHarpreader has this nice way to detect errors. It does not display but put a feedentry into that particular feed. Nicole -- http://www.useful-sounds.de/ - http://beissholz.de |