Re: [Zope] best practices Zope filesystem development

2005-04-08 Thread Andreas Jung

--On Freitag, 8. April 2005 11:30 Uhr +0200 Milos Prudek [EMAIL PROTECTED] 
wrote:

Hi,
What are the best, most effective practices in leveraging filesystem when
developing in Zope?
I'm looking for an approach that would let me use keyboard and leave the
mouse alone as much as possible. In other words, minimum use of ZMI even
if TTW Python Scripts are used extensively. Instead of ZMI/External
editor I need vim, grep, mv and cp to manipulate Zope ZODB.
CFM + filesystem-based skin methods and templates. Or using ftp/webdav.
-aj

pgpDsnGXqdG79.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] best practices Zope filesystem development

2005-04-08 Thread bruno modulix
Andreas Jung wrote:

--On Freitag, 8. April 2005 11:30 Uhr +0200 Milos Prudek [EMAIL PROTECTED] 
wrote:

Hi,
What are the best, most effective practices in leveraging filesystem when
developing in Zope?
I'm looking for an approach that would let me use keyboard and leave the
mouse alone as much as possible. In other words, minimum use of ZMI even
if TTW Python Scripts are used extensively. Instead of ZMI/External
editor I need vim, grep, mv and cp to manipulate Zope ZODB.

CFM + filesystem-based skin methods and templates. Or using ftp/webdav.
BTW : there is a non-CFM skin implementation, but I found very few clues 
about how to use it (being a bit lazy, I'd prefer not having to learn 
the whole CFM stuff !-). Could someone point me to any exemple, doc or 
whatsoever so I could get started ?

TIA
--
Bruno Desthuilliers
Développeur
[EMAIL PROTECTED]
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] best practices Zope filesystem development

2005-04-08 Thread Chris McDonough
Yup. 
http://www.zope.org/Members/mcdonc/Products/Standalone%20Skins%20Tool

On Fri, 2005-04-08 at 08:08, bruno modulix wrote:
 Andreas Jung wrote:
  
  
  --On Freitag, 8. April 2005 11:30 Uhr +0200 Milos Prudek [EMAIL 
  PROTECTED] 
  wrote:
  
  Hi,
 
  What are the best, most effective practices in leveraging filesystem when
  developing in Zope?
 
  I'm looking for an approach that would let me use keyboard and leave the
  mouse alone as much as possible. In other words, minimum use of ZMI even
  if TTW Python Scripts are used extensively. Instead of ZMI/External
  editor I need vim, grep, mv and cp to manipulate Zope ZODB.
  
  
  CFM + filesystem-based skin methods and templates. Or using ftp/webdav.
 
 BTW : there is a non-CFM skin implementation, but I found very few clues 
 about how to use it (being a bit lazy, I'd prefer not having to learn 
 the whole CFM stuff !-). Could someone point me to any exemple, doc or 
 whatsoever so I could get started ?
 
 TIA

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )