[REBOL] Subversive use of Rebol
From: AJMartin::orcon::net::nz at: 24-Dec-2003 22:38
Here's the top few lines of my Scribe.css (CSS file for a HTML report) file:
/*[
Rebol [
File: %Scribe.css
Author: "AJ Martin"
Date: 6/October/2003
]
do %Scribe.r
]*/
body {
font: 12pt "Arial";
}
After I make changes in the CSS, I can click the "Launch Secondary Viewer"
button in my editor, which launches Rebol with this file which then 'do-es
the main script file (which creates the HTML) and then launches my browser
so I can look at the resulting HTML + CSS file.
The result is that I've got the advantage of using the Rebol header format
for meta-information about the CSS file, as well as one-click (for me)
launch of the browser, along with not having to worry about manually
regenerating HTML.
Andrew J Martin
Grail Jedi
ICQ: 26227169
http://www.rebol.it/Valley/
http://valley.orcon.net.nz/
http://Valley.150m.com/