I've tested the whole thing and at least for me it works. If you have any problems or find any bugs in this version please comment to this post instead of mailing me :)
[Download](http://www.zerokspot.com/uploads/newsfire_export-1.0.tar.bz2)
I've tested the whole thing and at least for me it works. If you have any problems or find any bugs in this version please comment to this post instead of mailing me :)
[Download](http://www.zerokspot.com/uploads/newsfire_export-1.0.tar.bz2)
Hi, my name is Horst Gutmann and welcome to my personal website. I'm a Python and Java programmer (among other languages) living in Graz, Austria. This means that you will find tons of posts about programming related topics here. And since programming is not everything, I also write some book and game reviews from time to time or a random rant about life, the universe and everything.
(cc) 2004-2009 Horst Gutmann
If not otherwise stated this work is licensed under a
Creative Commons Attribution-Share Alike 3.0 Austria License.
Smilies taken from phpBB 3.x, Fertigo PRO Regular font by Jos Buivenga (exljbris)
This page uses Google Analytics to collect
usage statistics. If you don't like that, block the JavaScript coming from
www.google-analytics.com.
Hi, I really looked forward for this small tool, when you first annonced it, and I am very pleased, that you put you time and efforts up to write it. So I downloaded the two Ruby scripts (plist.rb and newsfire_export.rb), put them into a folder, added the folder's path to $RUBYLIB and tried to run the app. First i got an error: "ruby: No such file or directory -- newsfire_export.rb (LoadError)" but when I ran the command "ruby newsfire_export.rb [HTML_REMOVED] feeds.opml" this error got away and an other came by: newsfire_export.rb:164:in
to_opml': undefined methodupcase' for nil:NilClass (NoMethodError) from newsfire_export.rb:164:insort' from newsfire_export.rb:164:into_opml' from newsfire_export.rb:149:into_s' from newsfire_export.rb:202:inputs' from newsfire_export.rb:202Now, i don't know how I can fix it, maybe you know, something about the error message. Best regards, Armin
Jan. 19, 2006, 7:24 p.m.
You don't have to change the $RUBYLIB if you put both files into the folder :)
When executing
ruby newsfire_export.rbyou have to be in the folder where you put the newsfire_export.rb file ;)The error indicates that you have a group or a feed without a name. The script requires this though to be able to sort the output feeds.
Jan. 19, 2006, 7:28 p.m.