[Zope] PythonScripts editable through FTP?
Andy Dawkins
andyd@nipltd.com
Wed, 24 Jan 2001 15:27:10 -0000
Chris
Yes you can use FTP to edit them.
(Tested with HomeSite)
Its kinda neat. The output looks like:
## Python Script "scripty1"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=
##title=
##
a = 1
a = a + 1
return a
*GRIN*
-Andy
> -----Original Message-----
> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris
> Withers
> Sent: 24 January 2001 14:54
> To: Jerome Alet
> Cc: zope@zope.org
> Subject: Re: [Zope] PythonScripts editable through FTP?
>
>
> Jerome Alet wrote:
> >
> > Hi,
> >
> > Maybe I've not seen the easy way to do it, if so tell me I'm stupid, but
> > one thing would be very nice in the future version of Zope:
> >
> > A way to download Python Script's sources
> >
> > Now I cut and paste but it's horrible.
>
> Can't you use FTP to edit them?
>
> cheers,
>
> Chris
>
> _______________________________________________
> 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 )
>