diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-16 22:15:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-16 22:15:08 +0000 |
commit | 17c5060d859cc7ccb171a9dd264c93cb52bff71a (patch) | |
tree | 38fc7b303a6007eeb49a520136246fad2e46a4b5 /www/screenshots | |
parent | 3f27f7d82cb78e5d95ab0747f6a3124ab8e5a90d (diff) |
images and HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/screenshots')
-rw-r--r-- | www/screenshots/Makefile | 9 | ||||
-rw-r--r-- | www/screenshots/boot.png | bin | 0 -> 1502 bytes | |||
-rw-r--r-- | www/screenshots/bounce.png | bin | 0 -> 1242 bytes | |||
-rw-r--r-- | www/screenshots/bounce2.png | bin | 0 -> 1222 bytes | |||
-rw-r--r-- | www/screenshots/cube.png | bin | 0 -> 944 bytes | |||
-rw-r--r-- | www/screenshots/dirbrowser.png | bin | 0 -> 1463 bytes | |||
-rw-r--r-- | www/screenshots/index.t | 43 | ||||
-rw-r--r-- | www/screenshots/mainmenu.png | bin | 0 -> 1579 bytes | |||
-rw-r--r-- | www/screenshots/resume.png | bin | 0 -> 940 bytes | |||
-rw-r--r-- | www/screenshots/snow.png | bin | 0 -> 978 bytes | |||
-rw-r--r-- | www/screenshots/sokoban.png | bin | 0 -> 1112 bytes | |||
-rw-r--r-- | www/screenshots/tetris.png | bin | 0 -> 861 bytes | |||
-rw-r--r-- | www/screenshots/version.png | bin | 0 -> 1690 bytes | |||
-rw-r--r-- | www/screenshots/wormlet.png | bin | 0 -> 1398 bytes | |||
-rw-r--r-- | www/screenshots/wps.png | bin | 0 -> 1555 bytes |
15 files changed, 52 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..e389eb84ec --- /dev/null +++ b/www/screenshots/boot.png diff --git a/www/screenshots/bounce.png b/www/screenshots/bounce.png Binary files differnew file mode 100644 index 0000000000..d9d54c1a0c --- /dev/null +++ b/www/screenshots/bounce.png diff --git a/www/screenshots/bounce2.png b/www/screenshots/bounce2.png Binary files differnew file mode 100644 index 0000000000..69aae65d64 --- /dev/null +++ b/www/screenshots/bounce2.png diff --git a/www/screenshots/cube.png b/www/screenshots/cube.png Binary files differnew file mode 100644 index 0000000000..78223bef7f --- /dev/null +++ b/www/screenshots/cube.png diff --git a/www/screenshots/dirbrowser.png b/www/screenshots/dirbrowser.png Binary files differnew file mode 100644 index 0000000000..363c2eba85 --- /dev/null +++ b/www/screenshots/dirbrowser.png 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" + +<p><i>Images displayed here are enlarged</i> +<p> +<img height="136" width="240" border="0" src="boot.png"><br> +Boot screen. +<p> +<img height="136" width="240" border="0" src="resume.png"><br> +Boot-up resume question. +<p> +<img height="136" width="240" border="0" src="dirbrowser.png"><br> +Directory browser. +<p> +<img height="136" width="240" border="0" src="mainmenu.png"><br> +Main menu. +<p> +<img height="136" width="240" border="0" src="wps.png"><br> +While Playing Screen displaying song information +<p> +<img height="136" width="240" border="0" src="bounce.png"> +<img height="136" width="240" border="0" src="bounce2.png"><br> +Two modes of the "Bounce" demo. +<p> +<img height="136" width="240" border="0" src="cube.png"><br> +Rotating cube demo. +<p> +<img height="136" width="240" border="0" src="snow.png"><br> +Snow demo. +<p> +<img height="136" width="240" border="0" src="sokoban.png"><br> +Sokoban game. +<p> +<img height="136" width="240" border="0" src="tetris.png"><br> +Tetris game. +<p> +<img height="136" width="240" border="0" src="version.png"><br> +Movie-style credits display. +<p> +<img height="136" width="240" border="0" src="wormlet.png"><br> +Wormlet game + +#include "foot.t" diff --git a/www/screenshots/mainmenu.png b/www/screenshots/mainmenu.png Binary files differnew file mode 100644 index 0000000000..d547eb2502 --- /dev/null +++ b/www/screenshots/mainmenu.png diff --git a/www/screenshots/resume.png b/www/screenshots/resume.png Binary files differnew file mode 100644 index 0000000000..da8d85079c --- /dev/null +++ b/www/screenshots/resume.png diff --git a/www/screenshots/snow.png b/www/screenshots/snow.png Binary files differnew file mode 100644 index 0000000000..ec05a16793 --- /dev/null +++ b/www/screenshots/snow.png diff --git a/www/screenshots/sokoban.png b/www/screenshots/sokoban.png Binary files differnew file mode 100644 index 0000000000..3016ebbfcf --- /dev/null +++ b/www/screenshots/sokoban.png diff --git a/www/screenshots/tetris.png b/www/screenshots/tetris.png Binary files differnew file mode 100644 index 0000000000..7acd6592ac --- /dev/null +++ b/www/screenshots/tetris.png diff --git a/www/screenshots/version.png b/www/screenshots/version.png Binary files differnew file mode 100644 index 0000000000..f1d94b7dc2 --- /dev/null +++ b/www/screenshots/version.png diff --git a/www/screenshots/wormlet.png b/www/screenshots/wormlet.png Binary files differnew file mode 100644 index 0000000000..65c42338ee --- /dev/null +++ b/www/screenshots/wormlet.png diff --git a/www/screenshots/wps.png b/www/screenshots/wps.png Binary files differnew file mode 100644 index 0000000000..2fe4c245ac --- /dev/null +++ b/www/screenshots/wps.png |