Q: Zope to generate static web pages?
Is there any script to use Zope to generate static webpages? If my ISP does not support Zope and I use zope to create and manage my web, I want to have a script that updates my static web from a given zope web... Michael
Generating static web pages also involves creating folders in your filesystem and to perform some level of control over what the script will do for you. Instead of writing a script for the task many Zope users prefer to rely on Wget, an open source file retrieving and site mirroring software. It already offers you almost all the control options you'll need. http://www.gnu.org/software/wget/wget.html Ausum ----- Original Message ----- From: "Michael Scharf" <Michael_Scharf@gmx.de> To: <zope@zope.org> Sent: Friday, November 29, 2002 9:50 PM Subject: [Zope] Q: Zope to generate static web pages?
Is there any script to use Zope to generate static webpages? If my ISP does not support Zope and I use zope to create and manage my web, I want to have a script that updates my static web from a given zope web...
Michael
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Michael Scharf wrote:
Is there any script to use Zope to generate static webpages? If my ISP does not support Zope and I use zope to create and manage my web, I want to have a script that updates my static web from a given zope web...
If you use a WebDav client with the Web server (HTTP) port instead of the "WebDav source" port, you will get rendered pages. Tonico -- Tonico Strasser, WebDesigner Contact me mailto:contact_tonico@yahoo.de Visit my HomePage http://Tonico.FreeZope.org
you can use wget to pull out all your zope pages as static ones. try man wget. and let us know how it goes. :) <--> george donnelly - http://zettai.net/ - "We Love Newbies" :) Zope Hosting - Dynamic Website Design - Search Engine Promotion Yahoo, AIM: zettainet - ICQ: 51907738 - e:george@zettai.net
From: Michael Scharf <Michael_Scharf@gmx.de> Date: Sat, 30 Nov 2002 03:50:56 +0100 To: zope@zope.org Subject: [Zope] Q: Zope to generate static web pages?
Is there any script to use Zope to generate static webpages? If my ISP does not support Zope and I use zope to create and manage my web, I want to have a script that updates my static web from a given zope web...
Michael
participants (4)
-
Ausum Studio -
george donnelly -
Michael Scharf -
Tonico Strasser