# HG changeset patch # User stephen # Date 1274969008 -3600 # Node ID 1d832a05eb87aa13f9f98caeadaf95d4e8f5779b # Parent 47d07dc86cd069611165846d7356150532f1150e tmp diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-off-small.jpg Binary file images/S-off-small.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-off.jpg Binary file images/S-off.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-on-small.jpg Binary file images/S-on-small.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-on.jpg Binary file images/S-on.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-screen-small.jpg Binary file images/S-screen-small.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-screen.jpg Binary file images/S-screen.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-turingon-small.jpg Binary file images/S-turingon-small.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/S-turingon.jpg Binary file images/S-turingon.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/n4c-logo-tiny.png Binary file images/n4c-logo-tiny.png has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/n4c-logo.png Binary file images/n4c-logo.png has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/padjelanta-map-small.jpg Binary file images/padjelanta-map-small.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/padjelanta-map.jpg Binary file images/padjelanta-map.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/resizeem --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/images/resizeem Thu May 27 15:03:28 2010 +0100 @@ -0,0 +1,17 @@ +#!/bin/bash + +set -x + +for file in S-*.jpg +do + fb=`basename $file .jpg` + fbb=`basename $fb -small` + if [ "$fb" == "$fbb" ] + then + if [ ! -f "$fb-small.jpg" ] + then + # there's no -small variant + convert -geometry 300x400 $fb.jpg $fb-small.jpg + fi + fi +done diff -r 47d07dc86cd0 -r 1d832a05eb87 images/smaller-node-thumb.jpg Binary file images/smaller-node-thumb.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 images/smaller-node.jpg Binary file images/smaller-node.jpg has changed diff -r 47d07dc86cd0 -r 1d832a05eb87 index.html --- a/index.html Thu May 27 13:14:17 2010 +0100 +++ b/index.html Thu May 27 15:03:28 2010 +0100 @@ -9,7 +9,7 @@ -

Logo N4C Summer +

Logo N4C Summer 2010 Trial

DRAFT 2010-05-26 SUBJECT TO CHANGEcontact: stephen.farrell@cs.tcd.ie @@ -74,7 +74,7 @@ for trials like this one and for a range of other applications.

- Village DTN router + Village DTN router

Locations and Dates

@@ -97,7 +97,7 @@ - Padlelanta map + Padlelanta map http://www.padjelanta.com/en/karta/index.asp

@@ -247,7 +247,7 @@