Ivan Voras <[EMAIL PROTECTED]> writes:
>Most of the problems are probably because I didn't mean it to be a
>fully-compliant WebDAV server, but to serve my need at the time :)
I am *so* close to having a WebDAV solution. Unfortunately when I finally
moved to using HTTPS, it all broke in MS Windo
robert <[EMAIL PROTECTED]> writes:
>KL wrote, he added some more capabs. I'd need MOVE and saw PUT has bugs
>to also not respect URL-quoted folders/elements (with spaces, utf-8 etc.)
I've got MOVE working and I took care of the percent-escaped filenames but
UTF-8 stuff is still giving me problem
[EMAIL PROTECTED] writes:
>What about if there existed a mod_dav_python for Apache. Would
>that be of interest.
To me it would only be of interest if it's combined with Apache's
suid capabilities.
> The idea is that the module could bridge the
>C API hooks and structures of mod_dav module to Pyt
robert <[EMAIL PROTECTED]> writes:
>For testing purposes I'm looking for a simple DAV server - best a python
>thing serving a folder tree. Don't want to install/change/setup the
>complex apache dav ..
I'm avoiding Apache for this too.
Today I've been working on PanDAV.
http://ivoras.s
Damjan <[EMAIL PROTECTED]> writes:
>I wouldn't use Zope as file storage. The ZODB is inefficient for storing big
>files.
It sounds like you're describing Zope FileStorage. There are
certainly other options for Zope storage. I still use
DirectoryStorage sometimes but Zope Local File System
Damjan <[EMAIL PROTECTED]> writes:
>Now I've been thinking that it might be pretty easy to implement a
>authorization layer with mod_python (but living handling of the web-dav
>protocol to apache)... So, has anyone already done something similar?
Yup. I'm in the process. I'm using mod_python to
I want to know which input one of my V4L devices is using. This is
done using the VIDIOC_G_INPUT ioctl. I'm trying to figure out how
to do it in Python.
I found the pyv4l.
http://pyv4l.sourceforge.net/
It hasn't been updated in awhile. It doesn't know about
VIDIOC_G_INPUT. I tried crea