summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/CUSTOM_WPS_FORMAT18
-rw-r--r--www/Makefile7
-rw-r--r--www/foot.t2
-rw-r--r--www/head.t4
-rw-r--r--www/history.t6
-rwxr-xr-xwww/irc/irclogs.pl6
-rw-r--r--www/main.t17
-rw-r--r--www/style.css4
8 files changed, 45 insertions, 19 deletions
diff --git a/docs/CUSTOM_WPS_FORMAT b/docs/CUSTOM_WPS_FORMAT
index b9959ef271..5162d2ea94 100644
--- a/docs/CUSTOM_WPS_FORMAT
+++ b/docs/CUSTOM_WPS_FORMAT
@@ -80,3 +80,21 @@ Example File
80That is, "tracknum - title [artist, album]", where most fields are only 80That is, "tracknum - title [artist, album]", where most fields are only
81displayed if available. Could also be rendered as "filename" or 81displayed if available. Could also be rendered as "filename" or
82"tracknum - title [artist]". 82"tracknum - title [artist]".
83
84Default
85-------
86If you don't use a default.wps file, you get the hardcoded wps layout.
87The default WPS screen is for player:
88
89%s%pp/%pe: %?ia<%ia - >%?it<%it|%fm>
90%pc/%pt
91
92and for recorder:
93
94%s%fp
95%it
96%id
97%ia
98%fb kbit %fv
99Time: %pc / %pt
100%pb
diff --git a/www/Makefile b/www/Makefile
index e1bade1d94..24fd9545cc 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,7 +1,9 @@
1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ 1ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@
2 2
3SRC := $(wildcard *.t) 3SRC := $(wildcard *.t)
4OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml 4SOBJS := daily.shtml main.shtml index.shtml status.shtml \
5 bugs.shtml requests.shtml
6OBJS := $(SRC:%.t=%.html) $(SOBJS)
5 7
6.SUFFIXES: .t .html 8.SUFFIXES: .t .html
7 9
@@ -33,8 +35,5 @@ index.shtml: main.shtml
33 35
34daily.shtml: daily.t 36daily.shtml: daily.t
35 37
36bugs.html:
37 perl getbugs.pl > bugs.html
38
39clean: 38clean:
40 find . -name "*html" | xargs rm 39 find . -name "*html" | xargs rm
diff --git a/www/foot.t b/www/foot.t
index 101f9a29c4..4061ba58dd 100644
--- a/www/foot.t
+++ b/www/foot.t
@@ -1,5 +1,5 @@
1<hr size=1 align="left" width="10%"> 1<hr size=1 align="left" width="10%">
2<small><i>Page was last modified __DATE__</i> <a href=mailto:bjorn@haxx.se>Björn Stenberg</a></small> 2<small><i>Page was last modified __FILE_DATE__</i> <a href=mailto:bjorn@haxx.se>Björn Stenberg</a></small>
3</td></tr></table> 3</td></tr></table>
4</body> 4</body>
5</html> 5</html>
diff --git a/www/head.t b/www/head.t
index ee2a978f9a..e802b39866 100644
--- a/www/head.t
+++ b/www/head.t
@@ -43,8 +43,8 @@
43<a class="menulink" href="/daily.shtml">daily builds</a><br> 43<a class="menulink" href="/daily.shtml">daily builds</a><br>
44<a class="menulink" href="/cvs.html">CVS</a><br> 44<a class="menulink" href="/cvs.html">CVS</a><br>
45<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br> 45<a class="menulink" href="http://sourceforge.net/projects/rockbox/">sourceforge</a><br>
46<a class="menulink" href="http://sourceforge.net/tracker/?atid=439118&group_id=44306&func=browse">bug reports</a><br> 46<a class="menulink" href="bugs.shtml">bug reports</a><br>
47<a class="menulink" href="http://sourceforge.net/tracker/?atid=439121&group_id=44306&func=browse">feature&nbsp;requests</a><br> 47<a class="menulink" href="requests.shtml">feature&nbsp;requests</a><br>
48<a class="menulink" href="http://bjorn.haxx.se/isd200/">linux driver</a> 48<a class="menulink" href="http://bjorn.haxx.se/isd200/">linux driver</a>
49 49
50<div align="right"> 50<div align="right">
diff --git a/www/history.t b/www/history.t
index b0498f11ce..6198f3b96c 100644
--- a/www/history.t
+++ b/www/history.t
@@ -2,6 +2,12 @@
2#define HISTORY_PAGE 2#define HISTORY_PAGE
3#include "head.t" 3#include "head.t"
4 4
5<p><i>2002-08-09</i>: Version 1.2 is released. <a href="download/">Download it here</a>.
6
7<p><i>2002-08-06</i>: Web site moved to new domain: <strong>rockbox.haxx.se</strong>.
8
9<p><i>2002-08-06</i>: Battery charging added for the Recorders (players have hardware charging).
10
5<p><i>2002-08-02</i>: <a href="tshirt-contest">Rockbox T-Shirt Design Contest</a> 11<p><i>2002-08-02</i>: <a href="tshirt-contest">Rockbox T-Shirt Design Contest</a>
6 12
7<p><i>2002-07-28</i>: Configuration saving implemented for all models. Experimental saving to disk 13<p><i>2002-07-28</i>: Configuration saving implemented for all models. Experimental saving to disk
diff --git a/www/irc/irclogs.pl b/www/irc/irclogs.pl
index d020c634e1..cf69d2cfb7 100755
--- a/www/irc/irclogs.pl
+++ b/www/irc/irclogs.pl
@@ -11,6 +11,7 @@ print "<table class=archive>\n";
11 11
12$lasty = 0; 12$lasty = 0;
13$lastm = 0; 13$lastm = 0;
14$count = 0;
14 15
15for ( @logs ) { 16for ( @logs ) {
16 $size = (stat("$_"))[7]; 17 $size = (stat("$_"))[7];
@@ -23,6 +24,7 @@ for ( @logs ) {
23 $d = $3; 24 $d = $3;
24 $mname = ucfirst MonthNameEng($m); 25 $mname = ucfirst MonthNameEng($m);
25 if ( $m != $lastm ) { 26 if ( $m != $lastm ) {
27 $count=0;
26 print "</tr><tr>\n" if $lastm != 0; 28 print "</tr><tr>\n" if $lastm != 0;
27# if ( $m % 6 == 0 ) { 29# if ( $m % 6 == 0 ) {
28# print "</tr><tr valign=top>\n"; 30# print "</tr><tr valign=top>\n";
@@ -33,6 +35,10 @@ for ( @logs ) {
33# $lines = `wc -l $file` + 0; 35# $lines = `wc -l $file` + 0;
34# print "<li><a test href=\"$file\">$mname $d</a> <small>($lines lines)</small>\n"; 36# print "<li><a test href=\"$file\">$mname $d</a> <small>($lines lines)</small>\n";
35 print "<td><a test href=\"$file\">$d</a></td>\n"; 37 print "<td><a test href=\"$file\">$d</a></td>\n";
38 if ( ++$count > 15 ) {
39 print "</tr><tr><th></th>\n";
40 $count=0;
41 }
36 } 42 }
37 } 43 }
38 #print "<li><a href=\"daily/$_\">$_</a> ($size bytes) $log\n"; 44 #print "<li><a href=\"daily/$_\">$_</a> ($size bytes) $log\n";
diff --git a/www/main.t b/www/main.t
index 8579fc4600..e2453440a2 100644
--- a/www/main.t
+++ b/www/main.t
@@ -10,6 +10,9 @@ firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>R
10 10
11<h2>News</h2> 11<h2>News</h2>
12 12
13<p><i>2002-09-19</i>: We now support multiple languages. You can help by translating Rockbox to your language. No programming skills required.
14<a href="http://rockbox.haxx.se/mail/archive/rockbox-archive-2002-09/0856.shtml">See instructions here</a>
15
13<p><i>2002-09-13</i>: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks. 16<p><i>2002-09-13</i>: We took a big step and converted to an entirely new font system for the Recorder. Please bear with us as we smoothen out the initial quirks.
14 17
15<p><i>2002-09-03</i>: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file! 18<p><i>2002-09-03</i>: ROLO, the Rockbox Loader has been integrated into the CVS, allowing Archos or other Rockbox firmware being loaded by simply selecting the file!
@@ -18,12 +21,6 @@ firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>R
18 21
19<p><i>2002-08-28</i>: Version 1.3 is released. <a href="download/">Go fetch</a>. 22<p><i>2002-08-28</i>: Version 1.3 is released. <a href="download/">Go fetch</a>.
20 23
21<p><i>2002-08-09</i>: Version 1.2 is released. <a href="download/">Download it here</a>.
22
23<p><i>2002-08-06</i>: Web site moved to new domain: <strong>rockbox.haxx.se</strong>.
24
25<p><i>2002-08-06</i>: Battery charging added for the Recorders (players have hardware charging).
26
27<p><i><small>(Old news items have moved to a 24<p><i><small>(Old news items have moved to a
28<a href="history.html">separate page</a>.)</small></i> 25<a href="history.html">separate page</a>.)</small></i>
29 26
@@ -33,7 +30,7 @@ firmware for the Archos Jukebox <i>5000</i>, <i>6000</i>, <i>Studio</i> and <i>R
33 30
34<h2>Open bug reports</h2> 31<h2>Open bug reports</h2>
35<p> 32<p>
36<!--#include file="bugs.html" --> 33<!--#include file="bugs.txt" -->
37<small><b>Note:</b> Don't file bug reports on daily builds. They are work in progress.</small> 34<small><b>Note:</b> Don't file bug reports on daily builds. They are work in progress.</small>
38 35
39<h2>Roadmap</h2> 36<h2>Roadmap</h2>
@@ -43,9 +40,9 @@ notice.
43 40
44<dl> 41<dl>
45<dt><b>Version 1.4</b> 42<dt><b>Version 1.4</b>
46<dd> Autobuild playlists, Recording, Loadable fonts, Customizable WPS, Firmware loading (ROLO) 43<dd> Loadable fonts, Customizable WPS, Firmware loading (ROLO)
47<dt><b>Version 1.5</b> 44<dt><b>Version 2.0</b>
48<dd> File/directory management 45<dd> Recording, Autobuild playlists, File/directory management
49</dl> 46</dl>
50 47
51<h2>About the hardware</h2> 48<h2>About the hardware</h2>
diff --git a/www/style.css b/www/style.css
index 20af1941ac..2f8631c816 100644
--- a/www/style.css
+++ b/www/style.css
@@ -86,7 +86,7 @@ PRE {
86} 86}
87 87
88 88
89.changetable, .bugs, .dailymod, .buildstatus, .archive { 89.changetable, .bugs, .requests, .dailymod, .buildstatus, .archive, .buttontable {
90 border: outset 2px #ffffff; 90 border: outset 2px #ffffff;
91} 91}
92 92
@@ -94,7 +94,7 @@ PRE {
94 vertical-align: top; 94 vertical-align: top;
95} 95}
96 96
97.changetable td, .bugs td, .archive td { 97.changetable td, .bugs td, .requests td, .archive td, .buttontable td {
98 background-color: #c6d6f5; 98 background-color: #c6d6f5;
99 padding: 4px; 99 padding: 4px;
100} 100}