[etoys-dev] WebDAV support

Yoshiki Ohshima yoshiki at vpri.org
Mon Aug 3 23:45:54 EDT 2009


  Tim,

  There are more details to fix up than I thought but here is a
version that you can experiment with.

  File in the attached cs and then evaluate something like:

	d _ DAVServerDirectory on: 'http://squeakland.org/projects'.
	d altUrl: 'http://squeakland.org.org/projects'.
	d moniker: 'Squeakland Repsository'.
	d user: 'abc'.
	d password: 'def'.
	d acceptsUploads: true.

	ServerDirectory inImageServers at: 'Squeakland Repository' put: d.

(replace strings with appropriate values)

and then it should show the server in the saving dialog.

  Right now, as you suggested, the author field of the project info is
used as the username for DAV accesses.

  Whether the one should be automatically selected by default upon
launching the saving dialog (if the username and password can be
changed, automatically selecting may not what you want), and some
other stuff like the "SAVE" button should be grayed out or not are
other questions...

-- Yoshiki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ProjectDAV-yo.18.cs
Type: application/octet-stream
Size: 7235 bytes
Desc: not available
Url : http://luna.immuexa.com/pipermail/etoys-dev/attachments/20090804/d6a00a6b/ProjectDAV-yo.18.obj


More information about the etoys-dev mailing list