summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-16 22:15:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-16 22:15:08 +0000
commit17c5060d859cc7ccb171a9dd264c93cb52bff71a (patch)
tree38fc7b303a6007eeb49a520136246fad2e46a4b5
parent3f27f7d82cb78e5d95ab0747f6a3124ab8e5a90d (diff)
downloadrockbox-17c5060d859cc7ccb171a9dd264c93cb52bff71a.tar.gz
rockbox-17c5060d859cc7ccb171a9dd264c93cb52bff71a.zip
images and HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/screenshots/Makefile9
-rw-r--r--www/screenshots/boot.pngbin0 -> 1502 bytes
-rw-r--r--www/screenshots/bounce.pngbin0 -> 1242 bytes
-rw-r--r--www/screenshots/bounce2.pngbin0 -> 1222 bytes
-rw-r--r--www/screenshots/cube.pngbin0 -> 944 bytes
-rw-r--r--www/screenshots/dirbrowser.pngbin0 -> 1463 bytes
-rw-r--r--www/screenshots/index.t43
-rw-r--r--www/screenshots/mainmenu.pngbin0 -> 1579 bytes
-rw-r--r--www/screenshots/resume.pngbin0 -> 940 bytes
-rw-r--r--www/screenshots/snow.pngbin0 -> 978 bytes
-rw-r--r--www/screenshots/sokoban.pngbin0 -> 1112 bytes
-rw-r--r--www/screenshots/tetris.pngbin0 -> 861 bytes
-rw-r--r--www/screenshots/version.pngbin0 -> 1690 bytes
-rw-r--r--www/screenshots/wormlet.pngbin0 -> 1398 bytes
-rw-r--r--www/screenshots/wps.pngbin0 -> 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
new file mode 100644
index 0000000000..e389eb84ec
--- /dev/null
+++ b/www/screenshots/boot.png
Binary files differ
diff --git a/www/screenshots/bounce.png b/www/screenshots/bounce.png
new file mode 100644
index 0000000000..d9d54c1a0c
--- /dev/null
+++ b/www/screenshots/bounce.png
Binary files differ
diff --git a/www/screenshots/bounce2.png b/www/screenshots/bounce2.png
new file mode 100644
index 0000000000..69aae65d64
--- /dev/null
+++ b/www/screenshots/bounce2.png
Binary files differ
diff --git a/www/screenshots/cube.png b/www/screenshots/cube.png
new file mode 100644
index 0000000000..78223bef7f
--- /dev/null
+++ b/www/screenshots/cube.png
Binary files differ
diff --git a/www/screenshots/dirbrowser.png b/www/screenshots/dirbrowser.png
new file mode 100644
index 0000000000..363c2eba85
--- /dev/null
+++ b/www/screenshots/dirbrowser.png
Binary files 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"
+
+<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
new file mode 100644
index 0000000000..d547eb2502
--- /dev/null
+++ b/www/screenshots/mainmenu.png
Binary files differ
diff --git a/www/screenshots/resume.png b/www/screenshots/resume.png
new file mode 100644
index 0000000000..da8d85079c
--- /dev/null
+++ b/www/screenshots/resume.png
Binary files differ
diff --git a/www/screenshots/snow.png b/www/screenshots/snow.png
new file mode 100644
index 0000000000..ec05a16793
--- /dev/null
+++ b/www/screenshots/snow.png
Binary files differ
diff --git a/www/screenshots/sokoban.png b/www/screenshots/sokoban.png
new file mode 100644
index 0000000000..3016ebbfcf
--- /dev/null
+++ b/www/screenshots/sokoban.png
Binary files differ
diff --git a/www/screenshots/tetris.png b/www/screenshots/tetris.png
new file mode 100644
index 0000000000..7acd6592ac
--- /dev/null
+++ b/www/screenshots/tetris.png
Binary files differ
diff --git a/www/screenshots/version.png b/www/screenshots/version.png
new file mode 100644
index 0000000000..f1d94b7dc2
--- /dev/null
+++ b/www/screenshots/version.png
Binary files differ
diff --git a/www/screenshots/wormlet.png b/www/screenshots/wormlet.png
new file mode 100644
index 0000000000..65c42338ee
--- /dev/null
+++ b/www/screenshots/wormlet.png
Binary files differ
diff --git a/www/screenshots/wps.png b/www/screenshots/wps.png
new file mode 100644
index 0000000000..2fe4c245ac
--- /dev/null
+++ b/www/screenshots/wps.png
Binary files differ