Re: [Webware-devel] Question re: HTTPRequest

2003-02-11 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matt Feifarek <[EMAIL PROTECTED]> writes: > I'm trying to replicate a progress-bar like feature for > http-uploaded files. Any clues on how this might work? Really, that's a client problem. Doesn't Mozilla have progress bars for uploads now? - -- m

Re: [Webware-devel] Automatic restarting of AppServer?

2003-01-16 Thread Mike Warren
Ian Bicking <[EMAIL PROTECTED]> writes: > Another possibility would be to have some sort of cron job that would > restart the AppServer if necessary. , | import os | while 1: |os.system( "/path/to/AppServer" ) ` -- mike [at] mike [dash] warren [dot] com http://www.mike-warren.com> g

Re: [Webware-devel] Re: [Webware-discuss] Documentation

2002-10-25 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ray Leyva <[EMAIL PROTECTED]> writes: > I still haven't looked at reST, but we would still have to write the > tranformation tool from rest to Xml, and I don't know if that would be > easier to do from reST2Xml, or yaml2xml. Ian? Aaron? If either r

Re: [Webware-devel] Re: [Webware-discuss] Webware documentation

2002-10-24 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ian Bicking <[EMAIL PROTECTED]> writes: > I might be able to get over my annoyance with XML if I look deeper > into Emacs -- I'm sure there's something in there to make it more > pleasant (maybe abbrev...) Yes, there's sgml-mode. Supplied with a DTD,

Re: [Webware-devel] Bug database (was: Re: [Webware-discuss] Is there a roadmap to the next Webware release?)

2002-10-09 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sean Leach <[EMAIL PROTECTED]> writes: > I suggest Jira (http://www.atlassian.com/software/jira/), it's a > very cool bug/project tool, and the guys give free licenses to open > source projects. I would suggest GNATS or cvstrac, both free software.

Re: [Webware-devel] non-file URL handlers

2002-10-01 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tripp Lilley <[EMAIL PROTECTED]> writes: > Does either of the ExtraPath methods you described (/dav/index.py or > /dav.py) avoid this? Obviously, since I want the DAV servlet to handle > reads -and- writes to those paths, even if they exist, it's pre

Re: [Webware-devel] Testing/Servlet/Extra/Path/Info?

2002-08-13 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoffrey Talvola <[EMAIL PROTECTED]> writes: > If I'm understanding you correctly, this is exactly what ExtraPathInfo is > _supposed_ to do. Okay, yes, that was part of my question (and you're right that it doesn't work in CVS). > In you're using A

[Webware-devel] Testing/Servlet/Extra/Path/Info?

2002-08-12 Thread Mike Warren
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I'm looking at WebWare (well, WebKit) as a base for Active2 (http://docs.indymedia.org/twiki/bin/view/Devel/ActiVe2 for more), and I am interested in the extra-path-info stuff, I think. What I want is (and please point out if there's a better wa