Re: Django + WebDAV

2011-02-16 Thread Michael Ryan
I have looked at wsgiDAV as well as a nice looking WebDAV emulator for
Google App Engines, and they will be considered when I go to start
this project.

A big issue with WebDAV from an HTTP framework perspective is that
ideally it should be storage agnostic.

When you start to throw in stuff like "what happens if they want to
store files on S3", then a lot of existing resources out there which
use the Python OS library start to become less useful.

I'm still writing a spec sheet for this project, will probably start
development some time in March.

On Feb 16, 7:16 am, MrMuffin  wrote:
> Have you looked athttp://code.google.com/p/wsgidav/?
>
> Thomas
>
> On 15 Feb, 14:25, Thomas Weholt  wrote:
>
>
>
>
>
>
>
> > Please post any findings on this subject or information about any
> > projects you might start to solve/provide this to this group. This is
> > very interesting. :-)
> > I`ve made a ftpserver which authenticates logins using django user
> > management, but a webdavserver would be even nicer.
>
> > Thomas
>
> > On Tue, Feb 15, 2011 at 5:50 AM, Michael A. Ryan  
> > wrote:
>
> > > Hello Django Users
>
> > > I'm looking for people who have experience interfacing Django with WebDAV 
> > > protocol, or using Django as a basis for authentication to a WebDAV 
> > > server.
>
> > > I'm interested in at least comparing notes but potentially interested in 
> > > maybe co-authoring an open source module for WebDAV.
>
> > > Thanks,
>
> > > Michael
>
> > > --
> > > You received this message because you are subscribed to the Google Groups 
> > > "Django users" group.
> > > To post to this group, send email to django-users@googlegroups.com.
> > > To unsubscribe from this group, send email to 
> > > django-users+unsubscr...@googlegroups.com.
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/django-users?hl=en.
>
> > --
> > Mvh/Best regards,
> > Thomas Weholthttp://www.weholt.org

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django + WebDAV

2011-02-16 Thread MrMuffin
Have you looked at http://code.google.com/p/wsgidav/ ?

Thomas

On 15 Feb, 14:25, Thomas Weholt  wrote:
> Please post any findings on this subject or information about any
> projects you might start to solve/provide this to this group. This is
> very interesting. :-)
> I`ve made a ftpserver which authenticates logins using django user
> management, but a webdavserver would be even nicer.
>
> Thomas
>
> On Tue, Feb 15, 2011 at 5:50 AM, Michael A. Ryan  wrote:
>
>
>
>
>
>
>
>
>
> > Hello Django Users
>
> > I'm looking for people who have experience interfacing Django with WebDAV 
> > protocol, or using Django as a basis for authentication to a WebDAV server.
>
> > I'm interested in at least comparing notes but potentially interested in 
> > maybe co-authoring an open source module for WebDAV.
>
> > Thanks,
>
> > Michael
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-users@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> --
> Mvh/Best regards,
> Thomas Weholthttp://www.weholt.org

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Django + WebDAV

2011-02-15 Thread Thomas Weholt
Please post any findings on this subject or information about any
projects you might start to solve/provide this to this group. This is
very interesting. :-)
I`ve made a ftpserver which authenticates logins using django user
management, but a webdavserver would be even nicer.

Thomas

On Tue, Feb 15, 2011 at 5:50 AM, Michael A. Ryan  wrote:
> Hello Django Users
>
> I'm looking for people who have experience interfacing Django with WebDAV 
> protocol, or using Django as a basis for authentication to a WebDAV server.
>
> I'm interested in at least comparing notes but potentially interested in 
> maybe co-authoring an open source module for WebDAV.
>
> Thanks,
>
> Michael
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>



-- 
Mvh/Best regards,
Thomas Weholt
http://www.weholt.org

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Django + WebDAV

2011-02-15 Thread Michael A. Ryan
Hello Django Users

I'm looking for people who have experience interfacing Django with WebDAV 
protocol, or using Django as a basis for authentication to a WebDAV server.

I'm interested in at least comparing notes but potentially interested in maybe 
co-authoring an open source module for WebDAV.

Thanks,

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.