Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: build-markup and Apache set-up?

From: petr:krenzelok:trz:cz at: 3-Oct-2002 0:16

Hello, one reply to both Scot and Martin - thanks for your answers ... very informative - some of the stuff you described I know already, I have got even fast-cgi running .... Andrew Martin wrote:
>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. >
but then I will miss 'build-markup function ;-) (just kidding)
>>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. >
How will web development environment behave, if I put above line on the first line of the page? Will it break anything? Will my friend need to comment that line while still working upon site design, and uncomment right before he is ready to upload it? Or it does not affect html display at all? Thanks a lot, folks, -pekr-