Friday 03 November 2006 7:48:04 am
Hi David, eZpublish does have the abilty to create static HTML pages "on demand" as well as using a script (makestaticcache.php). See the links Lukasz provided. But if you want to use the created HTML pages to create a CD-Version, you will need FTP/shell access to your webserver and you will need to know, which directories are references by the HTML pages.
We are using HTTrack to create static pages of an eZpublish site. HTTrack is quite good at this and has a lot of options to tweak the spidering and creation of the site.
Things, that your "HTML-spider software" might have problems with:
- Inclusion of CSS-Files with the @import-syntax (you can change your pagelayout to use LINK-Tags instead)
- Inclusion of Image files with CSS-styles - Inclusion of Files and Images in Javascript Code (like Mouseover-Images). All of this depends on the "spidering" software and the complexity of you website design, but we are using HTTrack on an ez 3.8 site (with custom design) on a daily basis.
Marco
http://www.hyperroad-design.com
|