Re: [Zope-dev] I have a dream!
I came across this yesterday at cosource.com, and I think it's worth checking out. It's an all-XML, open source web-app platform. http://www.risource.org Excerpts from the faq: In the PIA framework, each application consists of two parts: 1.A collection of task-specific XML pages which contain active-processing tags (<if>, <include>, <repeat>,, etc); These look very much like HTML pages. 2.A core software layer (including a dynamic XML processor) that is shared by all applications Broadly speaking, the PIA does three kinds of things: Act as a web server, reading and processing active-XML documents and serving up HTML for view. Act as a browser proxy, intercepting incoming HTML pages and modifying them (e.g. deleting ads or filling-in forms) and showing you the modified page. Act as a document processor, processing active-XML documents into HTML or XML files. In each case, the PIA processes a markup document to produce another markup document, based on the particular active tags ("tagset") associated with the source document.
Simon Michael wrote:
I came across this yesterday at cosource.com, and I think it's worth checking out.
I ran into PIA the other day as well. It's interesting to look at, at the very least for inspiration on what to do and what not to do. From what I recall reading about it PIA doesn't seem to have the power that Zope has, but it does seem to have simplicity and we may want to steal that from them. :) Regards, Martijn
participants (2)
-
Martijn Faassen -
Simon Michael