Hi,

so we've got 'build-markup function. It is said to work just like php 
does. In a few days, I am supposed to try the concept together with my 
friend. We need following - he does graphics and html layout, I do 
script. Now how to combine our work?

The work of designer and scripter is the same for PHP and Rebol now, but 
the difference comes in following areas:

 - PHP is precompiled with Apache in most cases, so let's assume it is 
so. The only thing the team needs is to put resulting page wherever they 
want into their web-site structure

- now REBOL - no Apache module, only X time slower CGI interface is 
left. CGI scripts are supposed to be placed mostly into /cgi-bin or so 
subdirectory, but I want such page to be placed everywhere in web-site 
directory structure - simply an equivalent of  PHP. How to set apache 
for that?

- so - next point - what form is my friend supposed to upload resulting 
page in? Let's even assume he names his creation some-page.cgi and puts 
it into /cgi-bin directory. 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?)

Maybe I am missing something here ....

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

-pekr-


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

Reply via email to