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).
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.
Additionallys the system should create some javascript files, based on the
properties which are attached to the content. The content should be version
controlled.

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

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.
For performance reasons I would prefer that the content is directly
accessible through the file system with no tomcat or jetty in between.

The wget solutions sounds feasable but not very elegant.

Thanks for your support.


Joern Nettingsmeier wrote:
> 
> Cybexion wrote:
>> Hi,
>> 
>> we try to get used with lenya 2.0 and its concepts and have some
>> questions.
>> We would like to have a scheduler, that from time to time imports some
>> date
>> into the CMS.
>> How is this possible?
> 
> it should be possible with the import usecase, but you would need to be 
> more specific...
> 
>> Additionally, we would like to export static XHTML onto a named drive.
>> This should also be triggered by a scheduler.
>> How does the tasks concept work in 2.0?
> 
> iiuc it has been thrown out.
> 
>> Could this be done with Lenya 2.0?
>> We could not find some helpfull information in the wiki.
>> What would be a good place to start?
> 
> for a quick yet effective solution to your export issue, just use a UNIX 
> cron job that uses wget:
> 
> */30 * * * *  cd /where/you/want/the/data; wget -l5 -r -q 
> http://yourdomain.foo/yourpage
> 
> i'm sure someone else can suggest a more elegant (if more complicated) 
> solution using the lenya api.
> 
> best,
> 
> jörn
> 
> 
> -- 
> jörn nettingsmeier
> 
> home://germany/45128 essen/lortzingstr. 11/
> http://spunk.dnsalias.org
> phone://+49/201/491621
> 
> Kurt is up in Heaven now.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Lenya-2.0-questions-tp17668377p17669418.html
Sent from the Lenya - Users mailing list archive at Nabble.com.


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

Reply via email to