Hello Thomas,

Jahia is used for dynamic web pages rather than static ones. That means that the pages are rendered depending on the logged user, you can have interactive portlets or paginate through large lists, display queried/filtered lists, use searches based on our Lucene index etc.

Although we are creating pages dynamically we can anyway serve them pretty fast as we are internally caching the HTML fragments of the pages, which can be re-used for different user groups, and according to cache configuration you could also externalize these fragments to disk, but they are not the entire pages.

A possible way to do it is to issue wget or use another crawler tool, which will fetch all the pages and save them as HTML files.

Regards,
Benjamin

Thomas Feldman wrote:

Hello,

 

I have a project which is the following:

-use Jahia as CMS for editing/creating content

-get backed .html files

-parse them to get the content

 

So far, I can create content with tags through the Jahia templates.

What I don’t know how to do is to get resulting .html pages. How do I get them, do they exist?

Is there a way to parameter the path where the templates results are exported?


Thanks

 

Thomas Feldman
Chef de projet  technique -Technical Project Manager
____________________________________________________________

Duke - A Razorfish Company
86-90, rue Notre Dame de Nazareth
75003 Paris - France
T : +33 (0)1 53 44 17 19

mailto:[email protected]
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees

 


_______________________________________________ template_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list



_______________________________________________
template_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list

Reply via email to