photographs of box and POSSIBLE contents of Neo Freerunner

Andy Powell openmoko at automated.it
Tue Apr 22 08:29:17 CEST 2008


On Monday 21 April 2008 20:38, Michael Shiloh wrote:
> Remember, Steve is still deciding what to include in the box. These are
> just a bunch of stuff that fit, from which he is making decisions:
>
> http://quickstart.openmoko.org/photographs/
>
> If someone with more skills than me at web page design would like to
> turn this into a nice web page with thumbnails etc. I would welcome the
> assistance

#!/bin/bash

echo "" >index.html
for i in *.jpg
do

  convert -thumbnail x230 $i thumb_$i
  echo "<a href='$i' target='_new$i'><img src='thumb_$i'</a>" >>index.html

done


You'll need to add the pretty pretty :)
-- 

Andy / ScaredyCat




More information about the community mailing list