1
0
Fork 0
forked from len0rd/rockbox

images and HTML

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-03-16 22:15:08 +00:00
parent 3f27f7d82c
commit 17c5060d85
15 changed files with 52 additions and 0 deletions

9
www/screenshots/Makefile Normal file
View file

@ -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) $<

BIN
www/screenshots/boot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
www/screenshots/bounce.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
www/screenshots/bounce2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
www/screenshots/cube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

43
www/screenshots/index.t Normal file
View file

@ -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"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
www/screenshots/resume.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

BIN
www/screenshots/snow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

BIN
www/screenshots/sokoban.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
www/screenshots/tetris.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

BIN
www/screenshots/version.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
www/screenshots/wormlet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
www/screenshots/wps.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB