Re: [Zope] saving files to zope

2000-06-13 Thread Heiko Stoermer

josh on wrote:
 Hi,
 
 I want to export images from a shockwave file and have them stored on my
 computer and accessable by zope.
 
 Can I just have the shockwave movie save files to say:
 
 www.myzopeserver.com/savefileshere
 
 where that folder has its permissions set such that anonymous can post a
 file there?

Its not quite clear to me what you want to do...
Which application/OS do you want to save it with?
what _exactly_ do you want?

- http multipart file upload? - make yourself a file upload form (see zope
doc on how to do this)

- ftp ? direct your ftp-client to port 8021 of you zope machine

- http/webdav - direct your webdav-client to port 8080 of your machine (if
you're using zserver, port 80 if apache)

- filesystem (samba) ? - install product LocalFS and scan its
documentation. it lets you use files in the server's filesystem from zope.

 
 or is it more complicated than that?
it quite seems so   ;-)

hope this helps,
Heiko


-- 
[EMAIL PROTECTED]
innominate AG
 networkingpeople
fon: +49.30.308806-0 fax: -77   web: http://innominate.de

___
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: [Zope-Annce] ANN: Perl For Zope

2000-05-25 Thread Heiko Stoermer

Zopistas,

Paul Everitt wrote:
 
 Digital Creations, creators of the Open Source Zope application server,
 announced today that it is teaming with ActiveState, a leading provider
 of
 Internet programming software, to make Perl a scripting language for
 Zope.
 [...]
 --Paul
 
 Paul Everitt   Digital Creations
 [EMAIL PROTECTED]  540.371.6909


What do you think about this?

All I can say for myself is this:
I know several people - myself included - who moved from perl to
python/java/c++ for many very good reasons.

What are the benefits?
- being able to use DBI when I have Zope Database connectors?
- finally having people doing obfuscated perl contests again in their
products, when I was just glad to having gotten rid of all this?

This has so many implications... I'm getting dizzy...have to get a
coffee right now.

Greetings,
Heiko




-- 
[EMAIL PROTECTED]
innominate AG
 networkingpeople
fon: +49.30.308806-0 fax: -77   web: http://innominate.de

___
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] does this app exist?

2000-05-23 Thread Heiko Stoermer

paul beard wrote:
 
 We're considering using zope to handle some internal groupware-type
 functions, with WorldPilot as the base. What we need is the true Outlook
 killer: scheduling. Any word on this as a feature to WorldPilot or hints
 on how hard this would be implement?

I think the largest obstacle is the lack of a scheduler or timer class
in Zope. It simply doesn't create events for you...
As far as I can see it's not possible to create a scheduler as a simple
product, because it has to run all the time, in the background. thus it
actually has to become some part of the Zope server itself.

What I can tell you is this: if you develop a "ZScheduler" and it
becomes part of the Zope Standard distribution, the Zope community will
be VERY glad.

greetings,
Heiko Stoermer

-- 
[EMAIL PROTECTED]
innominate AG
 networkingpeople
fon: +49.30.308806-0 fax: -77   web: http://innominate.de

___
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] Feedback Requested: Editor Applet for Zope?

2000-05-23 Thread Heiko Stoermer

Hi all,

I've been working with Zope for quite some time now, and one point that
always slows me down is DTML or SQL source editing in the well-known
wonderful textboxes. You all like them...

My question:
Do you like the idea of having a slim java-based editor applet instead
of the textarea? 
(NO, not a 400k editor with WYSIWYG preview and an exotic scripting
engine - it's supposed to be _very_ slim)

Please give me feedback on this, because if the community wants such a
thing, I might start working on it.

Thanks in advance,
Heiko


-- 
[EMAIL PROTECTED]
innominate AG
 networkingpeople
fon: +49.30.308806-0 fax: -77   web: http://innominate.de

___
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 )