Difference between revisions of "Dev Schemes"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m |
Foxfirefey (Talk | contribs) (I think we TT-ized all of this anyway.) |
||
Line 9: | Line 9: | ||
A scheme can have a parent scheme, defined by <code>_parent=></code> at the beginning of the <code>.look</code> file. Most schemes have as their parent <code>global.look</code>. | A scheme can have a parent scheme, defined by <code>_parent=></code> at the beginning of the <code>.look</code> file. Most schemes have as their parent <code>global.look</code>. | ||
− | [[Category: | + | [[Category: Obsolete]] |
Latest revision as of 03:00, 21 August 2012
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
.