From 17c5060d859cc7ccb171a9dd264c93cb52bff71a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 16 Mar 2003 22:15:08 +0000 Subject: images and HTML git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657 --- www/screenshots/Makefile | 9 +++++++++ www/screenshots/boot.png | Bin 0 -> 1502 bytes www/screenshots/bounce.png | Bin 0 -> 1242 bytes www/screenshots/bounce2.png | Bin 0 -> 1222 bytes www/screenshots/cube.png | Bin 0 -> 944 bytes www/screenshots/dirbrowser.png | Bin 0 -> 1463 bytes www/screenshots/index.t | 43 +++++++++++++++++++++++++++++++++++++++++ www/screenshots/mainmenu.png | Bin 0 -> 1579 bytes www/screenshots/resume.png | Bin 0 -> 940 bytes www/screenshots/snow.png | Bin 0 -> 978 bytes www/screenshots/sokoban.png | Bin 0 -> 1112 bytes www/screenshots/tetris.png | Bin 0 -> 861 bytes www/screenshots/version.png | Bin 0 -> 1690 bytes www/screenshots/wormlet.png | Bin 0 -> 1398 bytes www/screenshots/wps.png | Bin 0 -> 1555 bytes 15 files changed, 52 insertions(+) create mode 100644 www/screenshots/Makefile create mode 100644 www/screenshots/boot.png create mode 100644 www/screenshots/bounce.png create mode 100644 www/screenshots/bounce2.png create mode 100644 www/screenshots/cube.png create mode 100644 www/screenshots/dirbrowser.png create mode 100644 www/screenshots/index.t create mode 100644 www/screenshots/mainmenu.png create mode 100644 www/screenshots/resume.png create mode 100644 www/screenshots/snow.png create mode 100644 www/screenshots/sokoban.png create mode 100644 www/screenshots/tetris.png create mode 100644 www/screenshots/version.png create mode 100644 www/screenshots/wormlet.png create mode 100644 www/screenshots/wps.png diff --git a/www/screenshots/Makefile b/www/screenshots/Makefile new file mode 100644 index 0000000000..751a62f256 --- /dev/null +++ b/www/screenshots/Makefile @@ -0,0 +1,9 @@ +ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@ + +SRC := $(wildcard *.t) +OBJS := $(SRC:%.t=%.html) + +all: $(OBJS) + +%.html : %.t + $(ACTION) $< diff --git a/www/screenshots/boot.png b/www/screenshots/boot.png new file mode 100644 index 0000000000..e389eb84ec Binary files /dev/null and b/www/screenshots/boot.png differ diff --git a/www/screenshots/bounce.png b/www/screenshots/bounce.png new file mode 100644 index 0000000000..d9d54c1a0c Binary files /dev/null and b/www/screenshots/bounce.png differ diff --git a/www/screenshots/bounce2.png b/www/screenshots/bounce2.png new file mode 100644 index 0000000000..69aae65d64 Binary files /dev/null and b/www/screenshots/bounce2.png differ diff --git a/www/screenshots/cube.png b/www/screenshots/cube.png new file mode 100644 index 0000000000..78223bef7f Binary files /dev/null and b/www/screenshots/cube.png differ diff --git a/www/screenshots/dirbrowser.png b/www/screenshots/dirbrowser.png new file mode 100644 index 0000000000..363c2eba85 Binary files /dev/null and b/www/screenshots/dirbrowser.png differ diff --git a/www/screenshots/index.t b/www/screenshots/index.t new file mode 100644 index 0000000000..9ea4dcfdbe --- /dev/null +++ b/www/screenshots/index.t @@ -0,0 +1,43 @@ +#define _PAGE_ Rockbox Screenshots +#include "head.t" + +

Images displayed here are enlarged +

+
+Boot screen. +

+
+Boot-up resume question. +

+
+Directory browser. +

+
+Main menu. +

+
+While Playing Screen displaying song information +

+ +
+Two modes of the "Bounce" demo. +

+
+Rotating cube demo. +

+
+Snow demo. +

+
+Sokoban game. +

+
+Tetris game. +

+
+Movie-style credits display. +

+
+Wormlet game + +#include "foot.t" diff --git a/www/screenshots/mainmenu.png b/www/screenshots/mainmenu.png new file mode 100644 index 0000000000..d547eb2502 Binary files /dev/null and b/www/screenshots/mainmenu.png differ diff --git a/www/screenshots/resume.png b/www/screenshots/resume.png new file mode 100644 index 0000000000..da8d85079c Binary files /dev/null and b/www/screenshots/resume.png differ diff --git a/www/screenshots/snow.png b/www/screenshots/snow.png new file mode 100644 index 0000000000..ec05a16793 Binary files /dev/null and b/www/screenshots/snow.png differ diff --git a/www/screenshots/sokoban.png b/www/screenshots/sokoban.png new file mode 100644 index 0000000000..3016ebbfcf Binary files /dev/null and b/www/screenshots/sokoban.png differ diff --git a/www/screenshots/tetris.png b/www/screenshots/tetris.png new file mode 100644 index 0000000000..7acd6592ac Binary files /dev/null and b/www/screenshots/tetris.png differ diff --git a/www/screenshots/version.png b/www/screenshots/version.png new file mode 100644 index 0000000000..f1d94b7dc2 Binary files /dev/null and b/www/screenshots/version.png differ diff --git a/www/screenshots/wormlet.png b/www/screenshots/wormlet.png new file mode 100644 index 0000000000..65c42338ee Binary files /dev/null and b/www/screenshots/wormlet.png differ diff --git a/www/screenshots/wps.png b/www/screenshots/wps.png new file mode 100644 index 0000000000..2fe4c245ac Binary files /dev/null and b/www/screenshots/wps.png differ -- cgit v1.2.3