Dev Schemes
From Dreamwidth Notes
The scheme files are located at:
%%DWHOME%%/cgi-bin/bml/scheme
They have a suffix of .look
.
In BML pages, code like <?needlogin?>
refers to a definition in a scheme file. The definition will be like NEEDLOGIN
in uppercase.
A scheme can have a parent scheme, defined by _parent=>
at the beginning of the .look
file. Most schemes have as their parent global.look
.