[etoys-dev] Need help to build web projects gallery for school project

Bert Freudenberg bert at freudenbergs.de
Sat Jun 25 11:43:23 EDT 2011


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




More information about the etoys-dev mailing list