Re: [Feedreader-development] Build 630
Brought to you by:
toomastoots
From: Nicole S. <ni...@gn...> - 2004-01-30 22:56:37
|
Nicole Simon <ni...@gn...> wrote: >I am trying to write a little awkscript to purge all read headlines to trim >my headlines down - I have had one week no feeds :o( Okay, it seems as if it IS a problem of the size of the headlines.xml. Assuming that 760 MB of memory just for FR is enough, I suggest you dig there. :o)) I purged all read entrys and now have a 3,5 mb file instead of 13. First test don't show the problem I have described before But I can't always purge all my read headlines cause then fr will refresh them and set them to 'unread'. What does FR need to identify 'this one, I do already know'? this line? <hlid>63211189031578</hlid> <guid>63211189031578</guid> in this case I could keep this line but purge the rest of the article to get down space. (Feature request: delete single headlines in headline view) ~~~~~~~~~~~+~~~~~~~~~~~+~~~~~~~~~~~+~~~~~~~~~~~+~~~~~~~~~~~+~~~~~~~~~~~+~~~~~~~~~~~+ Cutting down the space needed: ><?xml version="1.0" encoding="UTF-8"?> ><headlines> > > <item> > > <hlid>63211189031578</hlid> > > > > <guid>63211189031578</guid> Get rid of all the empty lines (^p^p) and lines with just spaces in them (^P ^P). Reduce "^P " to "^P " This reduces 5 MB to 4,4 MB in my case. Nicole -- http://www.useful-sounds.de/ - http://beissholz.de |