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

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to