Cybexion schrieb:
Thanks so far for the answer, even its not what I wanted to hear :-)
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 stored the content as XML in a
repository (which could e.g. be Lenya).

That's no problem if you're familiar with Java development.

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.

Also no problem.

Additionallys the system should create some javascript files, based on the
properties which are attached to the content. The content should be version
controlled.

Same here.

I thought Lenya maybe has something like a QuartsScheduler included?!?!

Yes, the Cocoon cron block uses the Quartz scheduler. Lenya's usecase scheduler uses the Cocoon cron block.

What i NOT want is a complete web page to be created with navigation and
links like this. More or less just some HTML fragments for later reuse.

The presentation options are entirely up to you.

For performance reasons I would prefer that the content is directly
accessible through the file system with no tomcat or jetty in between.

For this purpose you could extend e.g. the Publish usecase to export the generated documents to the file system.

The wget solutions sounds feasable but not very elegant.

That depends on your requirements. It's a proven, robust approach which requires no implementation and virtually no configuration. If you want to configure it via the CMS GUI, you have to invest some time.

HTH,
-- Andreas


--
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch
Tel.: +41 (0) 43 818 57 01


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to