summaryrefslogtreecommitdiff
path: root/www
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 /www
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
Diffstat (limited to 'www')
-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 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -I.. -Uunix -H -C -V -LL >$@
2
3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html)
5
6all: $(OBJS)
7
8%.html : %.t
9 $(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 @@
1#define _PAGE_ Rockbox Screenshots
2#include "head.t"
3
4<p><i>Images displayed here are enlarged</i>
5<p>
6<img height="136" width="240" border="0" src="boot.png"><br>
7Boot screen.
8<p>
9<img height="136" width="240" border="0" src="resume.png"><br>
10Boot-up resume question.
11<p>
12<img height="136" width="240" border="0" src="dirbrowser.png"><br>
13Directory browser.
14<p>
15<img height="136" width="240" border="0" src="mainmenu.png"><br>
16Main menu.
17<p>
18<img height="136" width="240" border="0" src="wps.png"><br>
19While Playing Screen displaying song information
20<p>
21<img height="136" width="240" border="0" src="bounce.png">
22<img height="136" width="240" border="0" src="bounce2.png"><br>
23Two modes of the "Bounce" demo.
24<p>
25<img height="136" width="240" border="0" src="cube.png"><br>
26Rotating cube demo.
27<p>
28<img height="136" width="240" border="0" src="snow.png"><br>
29Snow demo.
30<p>
31<img height="136" width="240" border="0" src="sokoban.png"><br>
32Sokoban game.
33<p>
34<img height="136" width="240" border="0" src="tetris.png"><br>
35Tetris game.
36<p>
37<img height="136" width="240" border="0" src="version.png"><br>
38Movie-style credits display.
39<p>
40<img height="136" width="240" border="0" src="wormlet.png"><br>
41Wormlet game
42
43#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