images and HTML
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3453 a1c6a512-1295-4272-9138-f99709370657
9
www/screenshots/Makefile
Normal 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
After Width: | Height: | Size: 1.5 KiB |
BIN
www/screenshots/bounce.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
www/screenshots/bounce2.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
www/screenshots/cube.png
Normal file
After Width: | Height: | Size: 944 B |
BIN
www/screenshots/dirbrowser.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
43
www/screenshots/index.t
Normal 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"
|
BIN
www/screenshots/mainmenu.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
www/screenshots/resume.png
Normal file
After Width: | Height: | Size: 940 B |
BIN
www/screenshots/snow.png
Normal file
After Width: | Height: | Size: 978 B |
BIN
www/screenshots/sokoban.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
www/screenshots/tetris.png
Normal file
After Width: | Height: | Size: 861 B |
BIN
www/screenshots/version.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
www/screenshots/wormlet.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
www/screenshots/wps.png
Normal file
After Width: | Height: | Size: 1.5 KiB |