Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Graham Heyes
Martijn Pieters wrote: > > On Tue, May 30, 2000 at 02:30:47PM -0400, Graham Heyes wrote: > > Thanks to the info from Martijn Pieters this turned out to be trivial. The > > unrendered source for a DTML method is reached by appending /document_src to > > the end of the URL. For example, http://loc

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Martijn Pieters
On Tue, May 30, 2000 at 02:30:47PM -0400, Graham Heyes wrote: > Thanks to the info from Martijn Pieters this turned out to be trivial. The > unrendered source for a DTML method is reached by appending /document_src to > the end of the URL. For example, http://localhost:8080/mystuff becomes > http

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Graham Heyes
Itamar Shtull-Trauring wrote: > > Graham Heyes wrote: > > > Hello, > >    I have been using Zope to set up a new web site for documentation and > > maintainance os a large software project. Until now I have been using a > > combination of LocalFS and ftp to edit content. Neither method is > >