1. Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 12, 2005
- 638 views
Goodbye, unreliable mail delivery by Topica (I unsubscribed yesterday), goodbye unreliable handling of RSS feeds by Thunderbird. I wrote my own RSS program yesterday.It calls wget for downloading the desired XML files, then it parses the files (using the good XML library 'eebax' by Thomas Parslow), and saves each new item of the RSS feed as separate mail file in the appropriate directory of my local mail server. wget -- as well as the Eu program
-- is fast and reliable. The program works, but it is currently in pre-alpha stage. When it is more mature, I'll probably send it to the User Contributions Page. ATM I just had to tell what a good feeling it is to live without Topica.
Regards, Juergen
2. Re: Do it yourself! :-)
- Posted by Greg Haberek <ghaberek at gmail.com> Dec 15, 2005
- 597 views
> ATM I just had to tell what a good feeling it is to live without Topica. I've been considering dropping it as well. Hmm... an RSS client, eh? Sounds like wget = "linux only" to me. Perhaps I could whip up a Windows version once I get xControls stable and ready (Jonas Temple keeps finding bugs in it! :-p )... ~Greg
3. Re: Do it yourself! :-)
- Posted by Damien <damo at lakeregioncomputing.com> Dec 15, 2005
- 609 views
theres a win32 port of wget,heres the url: http://users.ugent.be/~bpuype/wget/ Damo ---- "simple questions deserve complicated answers"
4. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 15, 2005
- 613 views
Greg Haberek wrote: >> ATM I just had to tell what a good feeling it is to live without Topica. > > I've been considering dropping it as well. Hmm... an RSS client, eh? > Sounds like wget = "linux only" to me. I'm using current version 1.10.2 for Windows (Damien gave an URL for download), and it works fine. wget has a ton of options. Especially interesting is -N, so that the desired XML files will only be downloaded if they have changed. Regards, Juergen
5. Re: Do it yourself! :-)
- Posted by petelomax at fastmail.fm Dec 16, 2005
- 605 views
Juergen Luethje wrote: > I wrote my own RSS program yesterday.ooh, ooh, please sir, can I apply for beta testing! I think an integrated RSS client inside Edita would be rather nice
Regards, Pete -- petelomax at fastmail.fm -- http://www.fastmail.fm - Choose from over 50 domains or use your own
6. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 16, 2005
- 614 views
petelomax wrote: > Juergen Luethje wrote: >> I wrote my own RSS program yesterday.> ooh, ooh, please sir, can I apply for beta testing! You're welcome! Currently the program is at pre-alpha stage (although it does it's daily work here to read 3 RSS feeds). That's why I haven't sent it to the User Contributions Page yet. E.g. there is almost no documentation ATM. The program is pretty simple, though. Do you want to wait for a beta version or do you want to get the current version? > I think an integrated RSS client inside Edita would be rather nice
Nice! Regards, Juergen
7. Re: Do it yourself! :-)
- Posted by petelomax at fastmail.fm Dec 18, 2005
- 607 views
On Fri, 16 Dec 2005 06:04:38 -0800, "Juergen Luethje" <guest at RapidEuphoria.com> said: > Do you want to wait for a beta version or do you want to get the > current version? Erm, *NOW* would be better!) Email me a copy? Regards, Pete -- petelomax at fastmail.fm -- http://www.fastmail.fm - I mean, what is it about a decent email service?
8. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 18, 2005
- 600 views
petelomax wrote: > Erm, *NOW* would be better!) > Email me a copy? Done.
Regards, Juergen -- They played Beethoven last night. Beethoven lost.
9. Re: Do it yourself! :-)
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 18, 2005
- 608 views
Hi, I was wondering what the features will be? I use Thunderbird and the main downfall is that I can't minimise it to the system tray and when there is another message it does beep - will your RSS reader do this? Alex
10. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 18, 2005
- 624 views
Alex Chamberlain wrote: > I was wondering what the features will be? I use Thunderbird and the main > downfall > is that I can't minimise it to the system tray and when there is another > message > it does beep - will your RSS reader do this? As I wrote in the first message of this thread, Thunderbird does read RSS feeds on my system *not reliably*. This is the main disadvantage, of course. For instance, Thunderbird here does not read the feed <http://www.rapideuphoria.com/usercont.xml> at all. Now with my programm 'rss2mail' I get it (of course), and it's really nice to have. BTW: Thanks, Rob and Junko!There are other points ... And generally speaking, why should it be necessary to have a "special" program in order to read RSS feeds. I like it much more, when I can use any e-mail program to read RSS feeds. This is not even necessary. Currently you can read the output of 'rss2mail' with any "viewing program" or e.g. with Notepad. This might be subject to change in the future, though (due to Quoted-Printable encoded header fields or something). Also for instance, in the appropriate situation 'rss2mail' will show this message: | The following RSS feed(s) consist completely of new items. | You probably have missed some items, so you might want to | visit the concerning website(s) in order to read them. | Check the channel(s) more frequently to avoid this problem. | ... I don't think that Thunderbird can do so. However 'rss2mail' never beeps currently. It is in a very early pre-alpha stage. When it is more mature, I'll probably send the source code to the User Contributions page. Then (according to the license that I'll choose) you probably can make your own changes. ( Probably, much earlier Pete will release an Edita version with such a functionality.
) Regards, Juergen -- Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x].
11. Re: Do it yourself! :-)
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 18, 2005
- 619 views
Sorry - I made a mistake - Thunderbird doesn't beep - I was more concerned with the minimising to system tray! Alex
12. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 18, 2005
- 594 views
- Last edited Dec 19, 2005
Alex Chamberlain wrote: > Sorry - I made a mistake - Thunderbird doesn't beep - I was more concerned > with > the minimising to system tray! Currently the program runs in the background anyway, and has no GUI at all.When I'll add a GUI, maybe I'll also provide an option for minimizing to the system tray, this is easy. But at the moment I actually can't say what features the program will have on its first release.
Regards, Juergen -- Have you read a good program lately?
13. Re: Do it yourself! :-)
- Posted by Jason Gade <jaygade at yahoo.com> Dec 18, 2005
- 606 views
- Last edited Dec 19, 2005
Juergen Luethje wrote: > > Alex Chamberlain wrote: > > > Sorry - I made a mistake - Thunderbird doesn't beep - I was more concerned > > with > > the minimising to system tray! > > Currently the program runs in the background anyway, and has no GUI at > all.> When I'll add a GUI, maybe I'll also provide an option for minimizing to > the system tray, this is easy. But at the moment I actually can't say > what features the program will have on its first release.
> > Regards, > Juergen > > -- > Have you read a good program lately? I think the point is this: with regular mail, Thunderbird has a mail notification in the system tray. It doesn't do this for RSS feeds when there is new content. It would be nice to have such a notifier. -- "Actually, I'm sitting on my butt staring at a computer screen." - Tom Tomorrow j.
14. Re: Do it yourself! :-)
- Posted by Alex Chamberlain <alex.chamberlain at tiscali.co.uk> Dec 18, 2005
- 623 views
- Last edited Dec 19, 2005
Jason Gade wrote: > > Juergen Luethje wrote: > > > > Alex Chamberlain wrote: > > > > > Sorry - I made a mistake - Thunderbird doesn't beep - I was more concerned > > > with > > > the minimising to system tray! > > > > Currently the program runs in the background anyway, and has no GUI at > > all.> > When I'll add a GUI, maybe I'll also provide an option for minimizing to > > the system tray, this is easy. But at the moment I actually can't say > > what features the program will have on its first release.
> > > > Regards, > > Juergen > > > > -- > > Have you read a good program lately? > > I think the point is this: with regular mail, Thunderbird has a mail > notification > in the system tray. It doesn't do this for RSS feeds when there is new > content. > It would be nice to have such a notifier. > > -- > "Actually, I'm sitting on my butt staring at a computer screen." > - Tom Tomorrow > > j. Sort of! I always have Microsft Outlook and Mozilla Thunderbird open - they both receive messages every 2 minutes, but Thunderbird doesn't tell me at all and I would like both of them to run in the background rather than up front! Alex
15. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 18, 2005
- 601 views
- Last edited Dec 19, 2005
Jason Gade wrote: > Juergen Luethje wrote: <snip> >> at the moment I actually can't say what features the program will have >> on its first release.> > I think the point is this: with regular mail, Thunderbird has a mail > notification > in the system tray. It doesn't do this for RSS feeds when there is new > content. > It would be nice to have such a notifier. Of course. Another possibility of notifying is a voice that says e.g.: "You've got mai-hail!" <http://www.rapideuphoria.com/uploads/mail.wav>. This is what I've added already. Also not too bad.
Regards, Juergen -- Have you read a good program lately?
16. Re: Do it yourself! :-)
- Posted by Kenneth Rhodes <ken_rhodes30436 at yahoo.com> Dec 19, 2005
- 597 views
Juergen Luethje wrote: > > Jason Gade wrote: > > > Juergen Luethje wrote: > > <snip> > > >> at the moment I actually can't say what features the program will have > >> on its first release.> > > > I think the point is this: with regular mail, Thunderbird has a mail > > notification > > in the system tray. It doesn't do this for RSS feeds when there is new > > content. > > It would be nice to have such a notifier. > > Of course. > Another possibility of notifying is a voice that says e.g.: > "You've got mai-hail!" <<a > href="http://www.rapideuphoria.com/uploads/mail.wav">http://www.rapideuphoria.com/uploads/mail.wav</a>>. > This is what I've added already. Also not too bad.
> > Regards, > Juergen > > -- > Have you read a good program lately? This link might be of interest: http://www.aaronsw.com/2002/rss2email/ Ken Rhodes 100% MicroSoft Free SuSE Linux 10.0 No AddWare, SpyWare, Viruses Life is Good :)
17. Re: Do it yourself! :-)
- Posted by Juergen Luethje <j.lue at gmx.de> Dec 19, 2005
- 602 views
- Last edited Dec 20, 2005
Kenneth Rhodes wrote: > Juergen Luethje wrote: [Euphoria 'rss2mail' program in the works] > This link might be of interest: > http://www.aaronsw.com/2002/rss2email/ Thanks! Now this was my 3rd or 4th try to understand Python, and I failed again. So if someone would translate that stuff to Euphoria ...Regards, Juergen -- Have you read a good program lately?