I'm trying to use RSSOwl as a sort of RSS clearing
house to aggregate an own RSS feed from a multiple of
(RSS) sources.
For this I use the function "Blog article" ("Nachricht
bloggen"). The problem is that only a fraction of the
items are exported, namely TITLE, NEWSLINK, FEED-
LINK (c.f. configuration dialog). for testing purposes I
just filled in a simple batch file ("C:\..\blog_add.bat")
which makes an "echo %1 %2 >> C:\..\blog_add.txt").
What I'd like is an all additional fields, like
DESCRIPTION, PUBDATE, AUTHOR and CATEGORY!
In addition, the config.-string in the configuration
dialog should perhaps accept all sorts of delimiters,
e.g. ';' and also parantheses (perhaps escaped? " \' ")
as well as perhaps escaped special chars like '\n'
(linefeed) or '\t' (= tab).