pekr wrote:
> Thanks for any prompt help, now the only part left is to get free
implementation of fast-cgi ;-)

Be sure to use Rebol/Base, as it's noticably faster than Core or View.

> How am I supposed to start rebol now to let my RSPs to be translated (code
evaluated)?
>
> #/usr/bin/rebol -cs build-tag what? How do I specify the input (self?)

You'll need to write a little script in the above command line. Something
like:

        #! usr/bin/rebol -cs "build-markup %Page.rsp"

Where "%Page.rsp" is the filename of the page the above line is in.

I think that should do it.

Andrew Martin
ICQ: 26227169 http://valley.150m.com/
-><-

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to