Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 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 | # |
Martin Arver | 3fcd68d | 2006-05-15 17:48:17 +0000 | [diff] [blame] | 20 | # All sections should list what font and status bar setting they "like". |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 21 | |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 22 | <wps> |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 23 | # Name of the WPS _including_ extension |
| 24 | Name: ipodVOL.wps |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 25 | # default RWPS for the theme (to be loaded with the same theme file) |
| 26 | RWPS: rockbox_default.rwps |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 27 | # Name of the creator of the WPS |
| 28 | Author: xameius |
| 29 | # prefered font: |
Martin Arver | 740b704 | 2006-03-08 10:55:17 +0000 | [diff] [blame] | 30 | Font: nimbus-12.fnt |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 31 | # Weather the WPS is designed to have the statusbar present or not |
Martin Arver | 939efcb | 2006-03-08 09:53:26 +0000 | [diff] [blame] | 32 | Statusbar: on |
Daniel Stenberg | 792c998 | 2005-11-14 14:24:17 +0000 | [diff] [blame] | 33 | </wps> |
Christi Scarborough | 704602f | 2005-11-14 15:35:21 +0000 | [diff] [blame] | 34 | |
| 35 | <wps> |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 36 | Name: rockbox_default.wps |
Anton Oleynikov | dad0118 | 2005-11-17 22:58:52 +0000 | [diff] [blame] | 37 | RWPS: rockbox_default.rwps |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 38 | Author: Rockbox team |
| 39 | Font: rockbox_default.fnt |
| 40 | Statusbar: on |
Christi Scarborough | a7db52c | 2005-11-16 01:24:52 +0000 | [diff] [blame] | 41 | </wps> |
| 42 | |
| 43 | <wps> |
Christi Scarborough | 704602f | 2005-11-14 15:35:21 +0000 | [diff] [blame] | 44 | Name: boxes.wps |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 45 | rwps: boxes.rwps |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 46 | Author: Christi Scarborough (after Magnus Westerlund) |
Christi Scarborough | 704602f | 2005-11-14 15:35:21 +0000 | [diff] [blame] | 47 | Font: rockbox_default.fnt |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 48 | Statusbar: on |
Christi Scarborough | 4e672ce | 2006-02-01 14:17:18 +0000 | [diff] [blame] | 49 | </wps> |
| 50 | |
| 51 | <wps> |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 52 | Name: engineeer2.wps |
Anton Oleynikov | 9b41339 | 2005-12-05 21:21:10 +0000 | [diff] [blame] | 53 | RWPS: engineeer2.rwps |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 54 | Author: Magnus Westerlund |
Christi Scarborough | 32a43e2 | 2005-11-18 15:33:05 +0000 | [diff] [blame] | 55 | Font: nedore-8.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 56 | Statusbar: on |
Anton Oleynikov | 2bbb903 | 2005-11-17 21:35:52 +0000 | [diff] [blame] | 57 | </wps> |
| 58 | |
| 59 | <wps> |
| 60 | Name: iAmp.wps |
Anton Oleynikov | dad0118 | 2005-11-17 22:58:52 +0000 | [diff] [blame] | 61 | RWPS: iAmp.rwps |
Anton Oleynikov | 2bbb903 | 2005-11-17 21:35:52 +0000 | [diff] [blame] | 62 | Author: Raymond Hoh |
Christi Scarborough | 32a43e2 | 2005-11-18 15:33:05 +0000 | [diff] [blame] | 63 | Font: nimbus-12.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 64 | Statusbar: on |
Christi Scarborough | bde4996 | 2005-11-17 07:37:01 +0000 | [diff] [blame] | 65 | </wps> |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 66 | |
| 67 | <wps> |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 68 | Name: zezayer.wps |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 69 | RWPS: rockbox_default.rwps |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 70 | Author: Jake Owen |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 71 | Font: nedore-8.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 72 | Statusbar: on |
Christi Scarborough | e6cef6e | 2005-11-17 21:53:23 +0000 | [diff] [blame] | 73 | </wps> |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 74 | |
| 75 | <rwps> |
| 76 | Name: rockbox_default.rwps |
| 77 | Author: Rockbox team |
| 78 | Font: rockbox_default.fnt |
| 79 | Statusbar: on |
Daniel Stenberg | 88f359f | 2005-11-17 23:47:23 +0000 | [diff] [blame] | 80 | </rwps> |
Anton Oleynikov | 24c0704 | 2005-11-18 00:09:57 +0000 | [diff] [blame] | 81 | |
| 82 | <rwps> |
| 83 | Name: iAmp.rwps |
| 84 | Author: Raymond Hoh |
Christi Scarborough | 32a43e2 | 2005-11-18 15:33:05 +0000 | [diff] [blame] | 85 | Font: nimbus-12.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 86 | Statusbar: on |
Anton Oleynikov | 24c0704 | 2005-11-18 00:09:57 +0000 | [diff] [blame] | 87 | </rwps> |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 88 | |
| 89 | <rwps> |
| 90 | Name: boxes.rwps |
| 91 | Author: Christi Scarborough |
| 92 | Font: rockbox_default.fnt |
Anton Oleynikov | 0fe9abb | 2005-11-21 08:30:21 +0000 | [diff] [blame] | 93 | Statusbar: on |
Christi Scarborough | 5124844 | 2005-11-21 02:04:47 +0000 | [diff] [blame] | 94 | </rwps> |
Anton Oleynikov | 9b41339 | 2005-12-05 21:21:10 +0000 | [diff] [blame] | 95 | |
| 96 | <rwps> |
| 97 | Name: engineeer2.rwps |
| 98 | Author: Magnus Westerlund |
| 99 | Font: nedore-8.fnt |
| 100 | Statusbar: on |
Anton Oleynikov | 9b41339 | 2005-12-05 21:21:10 +0000 | [diff] [blame] | 101 | </rwps> |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 102 | |
| 103 | <wps> |
| 104 | Name: marquee.wps |
| 105 | RWPS: marquee.rwps |
| 106 | Author: Mike Sobel |
| 107 | Font: chicago12.fnt |
| 108 | Statusbar: on |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 109 | </wps> |
| 110 | |
| 111 | <rwps> |
| 112 | Name: marquee.rwps |
| 113 | Author: Mike Sobel |
| 114 | Font: chicago12.fnt |
| 115 | Statusbar: on |
Anton Oleynikov | 0099061 | 2005-12-05 21:51:08 +0000 | [diff] [blame] | 116 | </rwps> |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 117 | |
| 118 | <wps> |
| 119 | Name: DancePuffDuo.wps |
| 120 | RWPS: DancePuffDuo.rwps |
| 121 | Author: Chris Oxtoby |
| 122 | Font: chicago12.fnt |
| 123 | Statusbar: on |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 124 | </wps> |
| 125 | |
| 126 | <rwps> |
| 127 | Name: DancePuffDuo.rwps |
| 128 | Author: Chris Oxtoby |
| 129 | Font: chicago12.fnt |
| 130 | Statusbar: on |
Anton Oleynikov | fc4a031 | 2005-12-05 22:05:41 +0000 | [diff] [blame] | 131 | </rwps> |