Export site sources to file system
Hi, Is there any product that will export my site to respective files on a file system?? i.e. take each file and write it out to a folder on my machine.(not as .zexp or .xml, but source) TIA AM -- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
wget will happily write out your files -- Andy McKay @gmweb Consulting http://www.agmweb.ca ----- Original Message ----- From: "Aseem Mohanty" <aseem@neurobehavioralsystems.com> To: <zope@zope.org> Sent: Thursday, August 01, 2002 12:48 AM Subject: [Zope] Export site sources to file system
Hi, Is there any product that will export my site to respective files on a file system??
i.e. take each file and write it out to a folder on my machine.(not as .zexp or .xml, but source)
TIA AM
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
_______________________________________________ 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 )
On Thu, Aug 01, 2002 at 06:02:38PM -0700, Andy McKay wrote:
wget will happily write out your files
but I think he wants the *source* of dtml and zpt, not the rendered result... if there's an easier way to do this than lots of ftp'ing, I'd like to hear it. --PW -- Paul Winkler home: http://www.slinkp.com "Muppet Labs, where the future is made - today!"
Exactly... i not only want the folder structure but also the source to all my files... How is FSDump?? AM Paul Winkler wrote:
On Thu, Aug 01, 2002 at 06:02:38PM -0700, Andy McKay wrote:
wget will happily write out your files
but I think he wants the *source* of dtml and zpt, not the rendered result... if there's an easier way to do this than lots of ftp'ing, I'd like to hear it.
--PW
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
On Fri, 2002-08-02 at 08:52, Aseem Mohanty wrote:
Exactly... i not only want the folder structure but also the source to all my files...
Try sitecopy on the WEBDAV source port. http://www.lyra.org/sitecopy/ -- Roché Compaan Upfront Systems http://www.upfrontsystems.co.za
Paul Winkler writes:
On Thu, Aug 01, 2002 at 06:02:38PM -0700, Andy McKay wrote:
wget will happily write out your files
but I think he wants the *source* of dtml and zpt, not the rendered result... if there's an easier way to do this than lots of ftp'ing, I'd like to hear it. Some time ago, maybe 1 to 2 years, I saw an announcement in c.l.p for a TreeFTP. I did not look closely, but I expect, it is able to handle complete trees with one command.
Alternatively, you could use Python's FTPLib to process complete hierarchies. Dieter
Would it get the DTML/Python/ZSQL/ 'sources' from the web site instead of a exported version of the entire web site (xml or zexp)??? AM Dieter Maurer wrote:
Paul Winkler writes:
On Thu, Aug 01, 2002 at 06:02:38PM -0700, Andy McKay wrote:
wget will happily write out your files
but I think he wants the *source* of dtml and zpt, not the rendered result... if there's an easier way to do this than lots of ftp'ing, I'd like to hear it. Some time ago, maybe 1 to 2 years, I saw an announcement in c.l.p for a TreeFTP. I did not look closely, but I expect, it is able to handle complete trees with one command.
Alternatively, you could use Python's FTPLib to process complete hierarchies.
Dieter
_______________________________________________ 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 )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
hi, how about downloading your site per FTP at [default] port 8021? -maik Aseem Mohanty wrote:
Hi, Is there any product that will export my site to respective files on a file system??
i.e. take each file and write it out to a folder on my machine.(not as .zexp or .xml, but source)
TIA AM
-- Maik Jablonski __o www.zfl.uni-bielefeld.de _ \<_ Deutsche Zope User Group Bielefeld, Germany (_)/(_) www.dzug.org
participants (6)
-
Andy McKay -
Aseem Mohanty -
Dieter Maurer -
Maik Jablonski -
Paul Winkler -
Roché Compaan