Looking at the
technology,
it looks like this will be based on
wxWindows. The demo for this
toolkit is very good. It looks to me like the built in
wxHtmlWindow control would be sufficient for displaying content
from RSS.
Sam: Isn't the whole point of the componentization movement to allow components in different languages to work together?
One might ask why doesn't Aggie provide an API (COM, .NET. CORBA, SOAP, REST, whatever) accessible by your Python scripts. Indeed, now I ask myself the same question, and can come up with no good reason not to do it...
Ziv Caspi: Isn't the whole point of the componentization movement to allow components in different languages to work together? A brief sketch on my thoughts on the subject: a process should manage its own state with transfers of state between ...