[daisy] importing and publishing static (x)html pages

Karel Vervaeke karel at outerthought.org
Tue Jun 10 14:36:08 CEST 2008


On Tue, 2008-06-10 at 05:10 -0700, Florian Rheindorf wrote:
> 
> Thanks so far for the answers.
> 
> OK, lets get more specific.
> I would like to do something like content syndication and therefore I'm
> looking for an easy to use open source CMS.
> We want to to create some basic importers, like html, xhtml, http, xml,
> which read data from different sources and store the content as XML in a
> repository (which could e.g. be daisy).

As noted, make sure it is valid daisy html (anyway the htmlcleaner will
make sure it its) - otherwise use a document type like LiteralHtml,
which has its own drawbacks.

> The content then gets enriched manuelly with some attributes and then it
> should be automatically be exported into the file system in a different
> format (mostly (x)html).
> The content should be version controlled.
> 
> For performance reasons I would prefer that the content is directly
> accessible through the file system.

I assume this is for the manual editing phase... Daisy does store its
contents on the filesystem, but it is not intended to be edited manually
whatsoever.  If you want to edit the data, you should use the wiki
interface or make your changes on an exported set
('export-edit-import'), or before importing the first time
('prepare-edit-import')

Lots of luck,
Karel

> 
> Thanks for your support. 


More information about the daisy mailing list