Discussion:
Question about the localhost
Thomas Feldman
2009-02-06 10:11:23 UTC
Permalink
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:***@duke-interactive.com
<mailto:***@duke-interactive.com>
http://www.duke-interactive.com <http://www.duke-interactive.com>
____________________________________________________________

If emails save time, not printing them saves trees
Benjamin Papez
2009-02-06 13:32:51 UTC
Permalink
_______________________________________________
template_list mailing list
***@jahia.org
http://lists.jahia.org/cgi-bin/mailman/listinfo/template_list
Thomas Feldman
2009-02-06 14:37:45 UTC
Permalink
OK, thank you for this.

I will check what I can do.



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:***@duke-interactive.com
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees



De : template_list-***@jahia.org [mailto:template_list-***@jahia.org] De la part de Benjamin Papez
Envoyé : vendredi 6 février 2009 14:33
À : Any questions regarding template development and/or about the taglibsextension
Objet : Re: [template_list] Question about the localhost



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:***@duke-interactive.com
http://www.duke-interactive.com
____________________________________________________________

If emails save time, not printing them saves trees






________________________________

Continue reading on narkive:
Loading...