[REBOL] Script = Rebol Tag Re:(7)

2000-02-26 Thread Al . Bri

Keith wrote:
 Well, you can do a graphical interface with REBOL/View, but I was careful
to be explicit and specify that it was if you want an HTML interface that
you have to run a REBOL CGI script :)

Or write a HTML interpreter (AKA Browser) for REBOL/View...

Andrew Martin
ICQ: 26227169
http://members.xoom.com/AndrewMartin/
--



[REBOL] Script = Rebol Tag Re:(7)

2000-02-25 Thread icimjs

Hi Chris,

send a request for beta participation to [EMAIL PROTECTED] You might get lucky
;-)

At 05:46 PM 2/25/00 +1000, you wrote:


[EMAIL PROTECTED] wrote:

 Better yet, wait til REBOL/View becomes available (or join the beta testing
 now), and you can do it all with a nice GUI interface using nothing but
 REBOL/View (no web browser, no web server, no HTML, no JavaScript, and
 probably in no more than ten or twenty lines of code ...)

I recall hearing about the approaching beta testing of /view several
months ago before I dropped off the list (final semester of my degree,
and playing with rebol was too distracting :).  

Is the beta still open (to anyone)?  If so, how may I join?

Thanks,
Chris




;- Elan  [: - )]



[REBOL] Script = Rebol Tag Re:(7)

2000-02-25 Thread icimjs

Hi Keith,

you wrote:
 ...or wait a bit for the public release of REBOL/View.

Well, you can do a graphical interface with REBOL/View, but I was careful to
be explicit and specify that it was if you want an HTML interface that you
have to run a REBOL CGI script :)

Right. Or you could use one of the REBOL Webservers (see library) and
include the necessary REBOL functions in the Web server script without
using CGI at all (provided you will be using this local server for this
purpose exclusively!)


;- Elan  [: - )]