Re: == Database driven website with Cocoon ==

2002-10-01 Thread Christian Haul
On 30.Sep.2002 -- 01:02 PM, Christian Haul wrote: Another one would be to retrieve the path using one of the DatabaseSelectActions and use the InputModule-substitution in sitemap to read that file. (available in 2.1 (cvs) for interpreted sitemap and 2.0.4 (cvs) for compiled sitemap)

RE: == Database driven website with Cocoon ==

2002-09-30 Thread Reinhard Poetz
Jerome, Here a suggestion without knowing Leigh Dodds' tutorial ... I would write an action that puts the path as a variable into the sitemap. map:pipeline map:match pattern=blabla map:act type=your-action map:generate src={your-path}/

Re: == Database driven website with Cocoon ==

2002-09-30 Thread Christian Haul
On 30.Sep.2002 -- 12:24 PM, Jerome Iffrig wrote: Hi all, I went trough Leigh Dodds’ “Database driven website” tutorial (very interesting) and I have now a question on a slightly different architecture: My content is NOT stored within a database – Only the PATHs to the content is stored