Changes to Version 1.0.3

Added directory 'meta/help'. Changed directory 'cont/them' to 'them'.

FILE B.sh

Moved some globals from libraries into here; renamed 'Bd' to 'Bl'; added 'Bv'; 
added 'pager'; renamed 'Dp' to 'Tp' (and 'Tt' was 'Dt' in library D.sh); added 
start of interactive mode support.

FILE libs/C.sh

Renamed function cw() to co(); moved write code out of function cr() into 
function cw(); renamed cmmand 'C' to 'D'; added command 'h'.

FILE libs/D.sh

Moved a few globals to B.sh; variable name changes as per above.

FILE libs/W.sh

Call 'C C' changed to 'C D'.


Changes to Version 1.0.2

FILE B.sh

Fixed 'PREV' to be defaulted to null, not 0, so it works.
Modified line 147 from 'start=${start:-0}' to '${start:=0}'.

FILE libs/S.sh

Fixed 'S' class to properly add '$aux' parameter.
Modified function 'se' to be slightly more logical.
Added command 'p' to print string (unused; useful for debugging).
Added function 'sd' and command 'd' to download files (unused).


Changes to Version 1.0.1

FILE wordbash.cgi

Removed line 13.
Fixed variable name error, line 77; $Pt to $Pc.
Removed all references to variable $start.
Moved lines 63, 64 to 82, 83.
Added call to 'B e' at end of code.

FILE readme.txt

Updated.

FILE B.sh

Added configuration constant 'PREV' to reverse posts list if defined non-zero.
Re-wrote command 's' by moving creation of navigation variables ('next', 
'prev', etc.) into the template code.
Added command 'e' which is called last in wordbash.cgi.

FILE libs/C.sh

Fixed variable name error, line 17; $cf to $CFLN.

FILE libs/H.sh

Removed commands 'p', 's' and added 'div|p|span'.

FILE libs/P.sh

Moved commands 'tl', 'cl' lower in the code.
Added command 'v'.

FILE libs/Q.sh

Removed unused variable, 'Qp'.

FILE cont/them/wp/st.css

Modified '#links' and 'header img'.

FILE cont/them/wp/ht.sh

Modified function Hnv() (template 'nv') to correctly create links for "home", 
"next", "previous" and "last".
