[Zope] export python scripts on file system
J Cameron Cooper
jccooper@jcameroncooper.com
Mon, 16 Jun 2003 19:53:30 -0500
>
> 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