Implemented a new method of output: Database (postgresql).
Refactored the way we read presets: changed from bot.preset to bot.output, and from bot.feedreader to bot.input in newsbot.properties. You may combine input and output methods as you like. For instance, input RSS and output DB or input DB and output CONSOLE, etc.
Improved the logging: all debug messages go to newsbot-debug.log file (rolling file by date), all errors go to the console and newsbot-error.log file and info messges go to the console only.
I did the following: