Need help to build web projects gallery for school project

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

Need help to build web projects gallery for school project

valente
I'll need to build a web gallery of projects of younger students (7-9 years), but unable to use the old php script to list all the projects in a directory, because the current Etoys don't save project thumbnails (e.g. project.001.gif). It's possible to have a script that reads the png thumb inside the project and show it in a web page? Who can help?
Thanks in advance.

LValente




-------------------- m2f --------------------

(from forum)
http://squeakland.org/forums/viewtopic.php?p=37279#37279

-------------------- m2f --------------------

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

Re: Need help to build web projects gallery for school project

Bert Freudenberg
On 25.06.2011, at 12:56, valente wrote:

> I'll need to build a web gallery of projects of younger students (7-9 years), but unable to use the old php script to list all the projects in a directory, because the current Etoys don't save project thumbnails (e.g. project.001.gif). It's possible to have a script that reads the png thumb inside the project and show it in a web page? Who can help?


for f in *.pr ; do unzip -o "$f" thumbnail.png && mv thumbnail.png "$f".png ; done

- Bert -


> Thanks in advance.
>
> LValente


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