export python scripts on file system
Hi, Is there any product or method that will export my site to respective files on my file system?? i.e. take each file and write it out to a folder on my machine.(not as .zexp or .xml, but source) wget doesn't work ok because downloads only html and images, ==> what happend with my Python scripts ?? can I export to my file system ?? Thanks -------------------------------------------- José Luis Megías Martín Agora Systems, S.A. c/ Aravaca 12 28040 Madrid tel: +34 915335857 fax: +34 915348477 http://www.agora-2000.com/ -----------------------------------------------
Is there any product or method that will export my site to respective files on my file system??
i.e. take each file and write it out to a folder on my machine.(not as .zexp or .xml, but source)
wget doesn't work ok because downloads only html and images, ==> what happend with my Python scripts ?? can I export to my file system ??
There are many ways for Zope objects to interact with the local filesystem. Some of the most general: http://sourceforge.net/projects/localfs http://www.zope.org/Members/MacGregor/ExtFile http://www.zope.org/Members/arielpartners/ExternalFile http://www.zope.org/Members/k_vertigo/Products/FileSystemSite http://hathaway.freezope.org/Software/Ape FTP/WebDAV Each have different properties. You may want to check the list archives for discussion. --jcc
participants (3)
-
J Cameron Cooper -
Joso -
Max M