Draft for the GSoC Application Abstract (Timo Stollenwerk)

From Scribus Wiki
Revision as of 11:50, 20 March 2007 by Tstollenwerk (talk | contribs)
Jump to navigation Jump to search

(2500 character limit)

The publishing process of a magazine usually requires a lot of manual work carried out by experts (e.g. content editors, designers) working together on a document. In a regular publishing work-flow, the content is exchanged between the deployed applications (e.g. word editor, CMS, DTP program) by using the clipboard and simply copying and pasting the content. This duplication of the content may lead to inconsistency of data, additional work when content changes, and a lack of flexibility during the publishing process.

A consistent tool chain that supports the complete publishing process and integrates work-flow allows for a wholistic approach for creating publications in various kinds. The content can be created, managed, and documents and their status can be tracked. Further, the data consistency is kept between applications.

There are Open Source Content Management Systems which already allow for work-flows and can handle and process source documents of arbitrary types. Furthermore, they support version control, locking of currently edited documents, and import and export of content data.

According to this, the extension of an existing Content Management System to an end-to-end publishing solution is reasonable. Such an extension needs to be able to read, write, and process the XML-based Scribus documents. This can be achieved by accessing the XML source tree of Scribus documents via standardised and platform independent XML processing technologies like XPath, the Document Object Model (DOM), the Simple API for XML (SAX) and XSLT.

Scribus and the Content Management System are ought to communicate over the WebDAV protocol which is an HTTP extension for distributed authoring. This would enable Scribus to not only interoperate with the Content Management System, but with a wide variety of other Applications (CVS, Subversion, Apache Webserver, most Operation Systems etc.). By integrating the WebDAV client into the Scribus interface, designers can open and save remote documents from a server using their familiar environment.

For implementation, the Content Management System Plone is the preferred choice of the author, but the final choice should be made after reconciliation with the Scribus community.

The original proposal with an example work-flow and technical details is available here:

http://wiki.scribus.net/index.php/Draft_of_end-to-end_publishing_solution#Use_Case_.233_Publishing_Workflow_for_Magazine_Layout_.28Timo_Stollenwerk.29