[Zope] Re: Tools used for programming Zope

2001-01-22 Thread Andreas Tille

On Fri, 19 Jan 2001, Stephane Bortzmeyer wrote:

 I agree it is one of the MAIN problems with Zope. You have my support. A good way to 
have a read-write (at least a readonly) view of the ZODB would change things a lot. 
Just to make sure that I did not missunderstood something:  I wanted to
use PostgreSQL instead of ZODB for Zope contents.  I did not read *how*
to do this but I did not dive very deep into Zope but I think I have read
anywhere that this is possible.  Accessing PostgreSQL (searching!)
shouldn't be a problem.

What about this idea?
Are there any drawbacks (if it is possible at all)?

Kind regards

  Andreas.


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Re: Tools used for programming Zope

2001-01-22 Thread Andreas Tille

On Fri, 19 Jan 2001, Steve Spicklemire wrote:

 2) When you are 'editing' a Zope object you use 
 an editor that knows about FTP (e.g., emacs), WebDAV or
 a web browser.
Sorry for my ignorance.  I tried using emacs with ange-ftp and it
works.  But what is WebDAV?  I've read this word first time in this
thread and don't have the slightest idea what it is.

Kind regards

   Andreas.


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Re: Tools used for programming Zope

2001-01-22 Thread Phil Harris

Andreas,

see www.webdav.org and the w3 pages on it (www.w3.org) 

Phil

- Original Message - 
From: "Andreas Tille" [EMAIL PROTECTED]
Cc: "Zope user list" [EMAIL PROTECTED]
Sent: Monday, January 22, 2001 2:25 PM
Subject: [Zope] Re: Tools used for programming Zope


 On Fri, 19 Jan 2001, Steve Spicklemire wrote:
 
  2) When you are 'editing' a Zope object you use 
  an editor that knows about FTP (e.g., emacs), WebDAV or
  a web browser.
 Sorry for my ignorance.  I tried using emacs with ange-ftp and it
 works.  But what is WebDAV?  I've read this word first time in this
 thread and don't have the slightest idea what it is.
 
 Kind regards
 
Andreas.
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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 )


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] RE: Tools used for programming Zope

2001-01-19 Thread Spicklemire, Jerry

Hi Gerald,

  http://www.zope.org/Members/sspickle/ZCVSMixin

 Since this converts between CVS and Zope already, have you 
 thought about the possibility of exporting it directly onto 
 the filesystem?

Since CVS is file based, everything you export is stored as a file during
the CVS phase. One of the remaining puzzles is how to improve management of
Zope Objects that aren't very "file like", such as ZClasses. The file
representation of these are less directly editable, but at the very least
you can tell when and who made updates, and quickly see what has changed.

Later,
Jerry S.



___
Zope maillist  -  [EMAIL PROTECTED]
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 )