[REBOL] Re: CGI problem

2004-01-12 Thread Carlos Lorenz
ZikZak, What flavor of REBOL are you using for programming CGI? REBOL/Core? Carlos Em Dom 11 Jan 2004 17:09, you wrote: > Hi, > > I'm a beginner with Rebol and im' trying to test the cgi of the tutorial : > > #!/www/cgi/rebol -c > REBOL [Title: "Server Time"] > print "content-type: text/html^/"

[REBOL] Re: CGI problem

2004-01-12 Thread Gabriele Santilli
Hi ZikZak, On Sunday, January 11, 2004, 8:09:51 PM, you wrote: Z> Can you explain to me where is the problem ? As Andrew said, you should use Core and not View. But not because View needs installation, rather that error means that View can't connect to the X server (that is, you don't ge

[REBOL] Re: CGI problem

2004-01-11 Thread A J Martin
ZikZak wrote: > I'm a beginner with Rebol and im' trying to test the cgi of the tutorial : > > #!/www/cgi/rebol -c > REBOL [Title: "Server Time"] > print "content-type: text/html^/" > print [] > print ["Date/time is:" now] > print [] > > but when I open the page with my browser I obtain the follow

[REBOL] Re: CGI problem

2004-01-11 Thread Jason Cunliffe
> #!/www/cgi/rebol -c > REBOL [Title: "Server Time"] > print "content-type: text/html^/" > print [] > print ["Date/time is:" now] > print [] Hmm.. try -cs in the first line and perhaps you need string quotes around those html tags? Use either "" or {} #!/www/cgi/rebol -cs REBOL [Title: "Server

[REBOL] Re: CGI problem

2004-01-11 Thread ZikZak
Le Sun, 11 Jan 2004 14:36:16 EST [EMAIL PROTECTED] a écrit : || ||Hi ZikZak ||> I'm a beginner with Rebol and im' trying to test the cgi of the |tutorial :|[snip] ||> Can you explain to me where is the problem ? || ||A couple of things to try: || ||-- I don't know where that message is coming fr

[REBOL] Re: CGI problem

2004-01-11 Thread SunandaDH
Hi ZikZak > I'm a beginner with Rebol and im' trying to test the cgi of the tutorial : [snip] > Can you explain to me where is the problem ? A couple of things to try: -- I don't know where that message is coming from, but it's a REBOL/View message. Try using REBOL/Core for CGI -- it's much s