Folks,
I am looking at a project hosting site similar to Scratch for Etoys and other Sugar Activities. To maintain compatibility with existing Etoys versions I plan to use WebDav. So some assumptions to make sure I don't start down the wrong path and my understanding of how Etoys works is correct:
So I need to request the following from the Sugarlabs folks:
Thanks, Stephen
_______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
On Sat, Feb 4, 2012 at 11:12 PM, Steve Thomas <[hidden email]> wrote:
Folks, Forwarded to [hidden email], a team working on content and context sharing for Sugar, as this could eventually integrate with http://wiki.sugarlabs.org/go/Sugar_Network --Fred _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
In reply to this post by Steve Thomas
On 04.02.2012, at 20:12, Steve Thomas wrote: > Folks, > > I am looking at a project hosting site similar to Scratch for Etoys and other Sugar Activities. To maintain compatibility with existing Etoys versions I plan to use WebDav. So some assumptions to make sure I don't start down the wrong path and my understanding of how Etoys works is correct: > • I need a WebDav Server > • I will need to create usernames/logins for each user to allow them to connect to the WebDav server. > • Etoys logs into the WebDav server using the UserName/password provided and then places a copy of the project in the subdirectory <username> > So I need to request the following from the Sugarlabs folks: > • WebDav Server > • Ability to create login's (user/pass) > • A cron job to detect newly uploaded files and parse them to get manifest information. > Thanks, > Stephen Sounds about right, yes. - Bert - _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Bert,
Thanks, I think I found the code where I change the WebDav URL, I'll test locally and ask questions as needed. Stephen
On Mon, Feb 6, 2012 at 12:50 PM, Bert Freudenberg <[hidden email]> wrote:
_______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
There shouldn't be a need to change code. You only need to put an additional servers file into the prefs folder. Etoys supports many servers at once. Although that might not have been exercised in a while.
- Bert - On 06.02.2012, at 20:36, Steve Thomas wrote: Bert, _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Free forum by Nabble | Edit this page |