tag:blogger.com,1999:blog-81286572007-04-17T05:37:07.685+02:00FeedIt development blogsandronoreply@blogger.comBlogger5125tag:blogger.com,1999:blog-8128657.post-1110913851076013762005-03-15T20:06:00.000+01:002005-03-15T20:10:51.076+01:00FeedIt goes Open Source!After many requests, I have decided to disclose the source code of FeedIt. I've placed it under the Mozilla Public License, and the project is hosted on <a href="http://developer.berlios.de/projects/feedit/">BerliOS</a>. Access to the source code is through SVN: I recommend you the very good <a href="http://tortoisesvn.tigris.org/">Tortoise SVN</a>.sandronoreply@blogger.comtag:blogger.com,1999:blog-8128657.post-1104587988250516542005-01-01T14:56:00.000+01:002005-01-01T14:59:48.250+01:00Time limit removedHappy new year to everyone! <br /> <br />You may have noticed that the current version of FeedIt expired with the new year. I've removed the time limit: you can download the new version from <a href="http://sandro.focuseek.com/FeedItSetup.msi">here</a>. No other changes have been made, because of lack of time...sandronoreply@blogger.comtag:blogger.com,1999:blog-8128657.post-1096553439474917592004-09-30T16:07:00.000+02:002004-09-30T16:10:39.476+02:00A small fix for RSS 2.0 datesOnly a few hours after posting the new version, StuC pointed me a problem with date parsing in some RSS 2.0 feeds. <a href="http://sandro.focuseek.com/FeedItSetup.msi">Here</a> is a new version that fixes this problem.sandronoreply@blogger.comtag:blogger.com,1999:blog-8128657.post-1096490387839500722004-09-29T22:34:00.000+02:002004-09-29T22:39:47.840+02:00New version available!I've just put a new version of FeedIt for download <a href="http://sandro.focuseek.com/FeedItSetup.msi">here</a>. Only a new feature is present (requested by Stu Collier): you can open an item in your default browser. You may need to add the relative button to the toolbar if you customized it. <br /> <br />This version will function until the end of the year. Let me know if you find some bugs!sandronoreply@blogger.comtag:blogger.com,1999:blog-8128657.post-1093854560448385842004-08-30T10:10:00.000+02:002004-08-30T19:10:04.596+02:00FeedIt: yet another feed reader?I was not very happy with the available feed reader tools available on the Net. I was using <a href="http://www.feedreader.com">feedreader</a>, but it has some troubles in being a good Windows citizen (I haven't yet managed to start it in the traybar at logon without its window popping up). <br /> <br />So, some weeks ago, I decided to write my own feed reader. <br /> <br /><a target="_new" href="http://sandro.focuseek.com/feedit-large.gif"><img src="http://sandro.focuseek.com/feedit.gif"></a> <br /> <br />I wanted it to be fast and small, so I choose C++ and <a href="http://sourceforge.net/projects/wtl">WTL</a> to write the GUI. WTL is a very lightweight template class library that wraps the Windows GUI API. The result is a nice, fast GUI, and a small executable. I have used <a href="http://wxwidgets.org/">wxWidgets</a> for some other projects and, even if it is a really good toolkit, the memory footprint is not negligible and under Windows XP some GUI elements don't have the proper look (see, for example, the status bar background and the lack of ReBar controls). <br /> <br />Now, after some internal use, I want to make FeedIt (yes, this is the name of the thing) available to other users for extended testing. You need Windows 2000 or XP in order to install it (no service packs needed, but as always I recommend you to use WindowsUpdate when your PC is hooked to the Net). <br /> <br />You can download the installer <a href="http://sandro.focuseek.com/FeedItSetup.msi">here</a>. <br /> <br />This preview will work until 01/10/2004, but well before this date I will post a newer version. I haven't decided yet which features to add next, and which kind of licensing to use (freeware, shareware, etc.), so I will be glad to have your opinion on these.sandronoreply@blogger.com