Etoys project publishing with WebDav

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Etoys project publishing with WebDav

Steve Thomas
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:
  1. I need a WebDav Server
  2. I will need to create usernames/logins for each user to allow them to connect to the WebDav server.
  3. 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:
  1. WebDav Server
  2. Ability to create login's (user/pass)
  3. A cron job to detect newly uploaded files and parse them to get manifest information.
Thanks,
Stephen

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys project publishing with WebDav

Frederick Grose
On Sat, Feb 4, 2012 at 11:12 PM, Steve Thomas <[hidden email]> 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:
  1. I need a WebDav Server
  2. I will need to create usernames/logins for each user to allow them to connect to the WebDav server.
  3. 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:
  1. WebDav Server
  2. Ability to create login's (user/pass)
  3. A cron job to detect newly uploaded files and parse them to get manifest information.
Thanks,
Stephen

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev

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
Reply | Threaded
Open this post in threaded view
|

Re: Etoys project publishing with WebDav

Bert Freudenberg
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
Reply | Threaded
Open this post in threaded view
|

Re: Etoys project publishing with WebDav

Steve Thomas
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:

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
Reply | Threaded
Open this post in threaded view
|

Re: Etoys project publishing with WebDav

Bert Freudenberg
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,

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:

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