From: Richard Kettlewell Date: Tue, 2 Oct 2007 17:54:11 +0000 (+0100) Subject: docs updates for web ui changes X-Git-Tag: debian-1_5_99dev8~157 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/d5b6ffd76a65b9a09a4aef9e39e342e1462f5eea?ds=sidebyside docs updates for web ui changes --- diff --git a/doc/disorder_config.5.in b/doc/disorder_config.5.in index 9009624..8fea1ec 100644 --- a/doc/disorder_config.5.in +++ b/doc/disorder_config.5.in @@ -558,6 +558,9 @@ then the root directory is used. Provides a front end to \fBchoose.html\fR which allows subsets of the top level directories to be selected by initial letter. .TP +.B new.html +Lists newly added tracks. +.TP .B playing.html The "front page", which usually shows the currently playing tracks and the queue. @@ -588,8 +591,10 @@ Additionally, other standard files are included by these: .B credits.html Included at the end of the main content \fB
\fR element. .TP -.B sidebar.html -Included at the start of the \fB\fR element. +.B topbar.html +Included at the start of the \fB\fR element. (This supplants +\fBsidebar.html\fR, though the latter is still available; override label +\fBmenu\fR to choose between them.) .TP .B stdhead.html Included in the \fB\fR element. @@ -728,6 +733,10 @@ argument in a loop (\fB@queue\fR or similar), otherwise to \fBfalse\fR. Expands to \fBtrue\fR if this is the last repetition of a \fITEMPLATE\fR in a loop, otherwise to \fBfalse\fR. .TP +.B @isnew@ +Expands to \fBtrue\fR if the newly added tracks list has any tracks in it, +otherwise to \fBfalse\fR. +.TP .B @isplaying@ Expands to \fBtrue\fR if a track is playing, otherwise to \fBfalse\fR. .TP @@ -755,6 +764,10 @@ Usually used in \fBchoose.html\fR. .B @ne{\fIA\fB}{\fIB\fB} Expands to \fBtrue\fR if \fIA\fR and \fIB\fR differ, otherwise to \fBfalse\fR. .TP +.B @new{\fITEMPLATE\fB} +Expands \fITEMPLATE\fR for each track in the newly added tracks list, starting +with the most recent. Used in \fBnew.html\fR. +.TP .B @nfiles@ Expands to the number of files from \fB@files\fR (above). .TP diff --git a/templates/help.html b/templates/help.html index 9d66ebc..aeed65f 100644 --- a/templates/help.html +++ b/templates/help.html @@ -1,7 +1,7 @@