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 That is, "tracknum - title [artist, album]", where most fields are only displayed if available. Could also be rendered as "filename" or "tracknum - title [artist]". + +Default +------- +If you don't use a default.wps file, you get the hardcoded wps layout. +The default WPS screen is for player: + +%s%pp/%pe: %?ia<%ia - >%?it<%it|%fm> +%pc/%pt + +and for recorder: + +%s%fp +%it +%id +%ia +%fb kbit %fv +Time: %pc / %pt +%pb diff --git a/www/Makefile b/www/Makefile index e1bade1d94..24fd9545cc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,9 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml +SOBJS := daily.shtml main.shtml index.shtml status.shtml \ + bugs.shtml requests.shtml +OBJS := $(SRC:%.t=%.html) $(SOBJS) .SUFFIXES: .t .html @@ -33,8 +35,5 @@ index.shtml: main.shtml daily.shtml: daily.t -bugs.html: - perl getbugs.pl > bugs.html - clean: 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 @@