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