summaryrefslogtreecommitdiff
path: root/wps/WPSLIST
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-17 23:47:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-17 23:47:23 +0000
commit88f359ff269159e87605466e132e5e2cfa3aba3c (patch)
tree451510bb22f32dd175d032ebf17abc306d028a67 /wps/WPSLIST
parentbba039d22ba6c88cd94dd966a0c845497d5e3f43 (diff)
downloadrockbox-88f359ff269159e87605466e132e5e2cfa3aba3c.tar.gz
rockbox-88f359ff269159e87605466e132e5e2cfa3aba3c.zip
Added tiny docs, only make .cfg files for <wps> sections and shut up a few
outputs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7948 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'wps/WPSLIST')
-rw-r--r--wps/WPSLIST32
1 files changed, 32 insertions, 0 deletions
diff --git a/wps/WPSLIST b/wps/WPSLIST
index b425543dc0..6f06f71967 100644
--- a/wps/WPSLIST
+++ b/wps/WPSLIST
@@ -1,3 +1,26 @@
1# __________ __ ___.
2# Open \______ \ ____ ____ | | _\_ |__ _______ ___
3# Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
4# Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
5# Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
6# \/ \/ \/ \/ \/
7# $Id$
8#
9# WPSLIST
10#
11# This should list all WPS and RWPS files we have and what their requirements
12# and preferences are.
13#
14# Each <wps> section will also cause a "theme" .cfg to be made, which the
15# <rwps> sections will not cause.
16#
17# A <wps> section can thus mention a "preferred" rwps file to load when that
18# theme is loaded.
19#
20# All sections should list what their smallest LCD size requirements are and
21# what font and status bar setting they "like".
22#
23
1<wps> 24<wps>
2# Name of the WPS _including_ extension 25# Name of the WPS _including_ extension
3Name: ipodVOL.wps 26Name: ipodVOL.wps
@@ -59,3 +82,12 @@ Statusbar: off
59Height: 128 82Height: 128
60Width: 160 83Width: 160
61</wps> 84</wps>
85
86<rwps>
87Name: rockbox_default.rwps
88Author: Rockbox team
89Font: rockbox_default.fnt
90Statusbar: on
91Height: 64
92Width: 128
93</rwps>