[REBOL] Troubles in CGI land

2001-04-25 Thread steve jenson
Hi fellow REBOL nerds, I downloaded the newest REBOL/View yesterday and have been playing around with it again but I'm having a problem with a simple CGI script. Inside of my cgi-bin, I have a script called test.r, which is the following: --

[REBOL] Re: downloading Rebol View

2001-04-25 Thread Carl Read
On 25-Apr-01, Jussi Hagman wrote: Quoting Lok Yek Soon ([EMAIL PROTECTED]): Is it possible to provide an option to skip the survey if we have already filled in once? Yes, just hit the submit button and you will be forwarded to the download page. The survey is optional (even it is not

[REBOL] Re(2): Problem accessing website from View desktop

2001-04-25 Thread Anton
I installed mine in %/D/Anton/Dev/Rebol/view/ It works fine, so it should work for you too. Anton. REBOL/View sits in /D/Rebol/View while my Windows system disk is /C/. Could there be a problem with that? Bard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[REBOL] multi-threading

2001-04-25 Thread Ian
Hi, If Rebol support multi-threading ? Thanks, Ian -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Vidwiki 2

2001-04-25 Thread Graham Chiu
I've taken this holiday to overhaul the vidwiki script. The cgi server script no longer streams out any VID but header information like web browsers. The client now interprets this and creates the VID source, which it then displays. This means that anyone can write their own client - language

[REBOL] manual /core /view

2001-04-25 Thread paolo
hello when we can download a new pdf versione of manual of /core 2.5? and of /view? thenks, Paolo -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Troubles in CGI land

2001-04-25 Thread Graham Chiu
On Wed, 25 Apr 2001 00:40:09 -0700 steve jenson [EMAIL PROTECTED] wrote: I downloaded the newest REBOL/View yesterday and have been playing around with it again but I'm having a problem with a simple CGI script. Inside of my cgi-bin, I have a script called test.r, which is the

[REBOL] Re: Q: Functions and the visibility of words

2001-04-25 Thread Renaud
You can use local words by asking for it (cf example at the bottom) with /local un the argument block or with a USE inside the body... so it's possible to avoid side effects. The way a language treat locality is just a choice. In PHP, variables are all locals to function... unless you ask them

[REBOL] Re: downloading Rebol View

2001-04-25 Thread Jussi Hagman
Quoting Carl Read ([EMAIL PROTECTED]): On 25-Apr-01, Jussi Hagman wrote: Quoting Lok Yek Soon ([EMAIL PROTECTED]): Is it possible to provide an option to skip the survey if we have already filled in once? Yes, just hit the submit button and you will be forwarded to the download

[REBOL] Re: downloading Rebol View

2001-04-25 Thread Allen Kamp
There is the built in upgrade command that you can use. However the script that is called is not currently working. I got this very odd result on the popup request reform what-am-i is not up-to-date. newline Current version is: version newline Download current version? Cheers, Allen K -- To

[REBOL] About Rebol/Apache

2001-04-25 Thread Rondon Andrade
Hi ! What about Rebol/Apache ? Does it come with Rebol/Express ? I'm making some tests using cgi, but I'm having problems when I do a server stress as test.. Any tips ? Thanks in advance. Rondon -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in

[REBOL] Re: multi-threading

2001-04-25 Thread m . koopmans2
No, but... It does support asynchronous I/O which for networked apps is even neater. --Maarten Van: Ian [EMAIL PROTECTED] Datum: 2001/04/25 Wed AM 11:16:40 CEST Aan: [EMAIL PROTECTED] Onderwerp: [REBOL] multi-threading Hi, If Rebol support multi-threading ? Thanks, Ian --

[REBOL] Re: About Rebol/Apache

2001-04-25 Thread Carl Sassenrath
REBOL/Command 2.0 will have Fast CGI support. That should help a lot with processing speed nearly as fast as an Apache mod. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rondon Andrade Sent: Wednesday, April 25, 2001 3:55 AM To: [EMAIL

[REBOL] Re: Troubles in CGI land

2001-04-25 Thread Carl Sassenrath
Maartin, --cgi -s... we'll check on that. Odd. It is also likely that this error is coming from X-windows not being installed on the server (which is often the case). The size-text requires fonts, hence X-windows, and blows out. We will need to create an explicit error message for this in the

[REBOL] Re: Introduction

2001-04-25 Thread Alan_Otterstad
haliluyah.(i know..spelling)finally...another mv database and basic pgmr in here. welcome to the rebol group...i'm just learning rebol and read alot of these posts i'm hoping to eventually use rebol at work to make the mv work more effectively with the rest of the pc/unix

[REBOL] Re: Q: Functions and the visibility of words

2001-04-25 Thread Carl Sassenrath
Thanks, Martin answered it quite well... In addition, this is the way the majority of languages handle it. If a variable is not defined locally, then it is by default global. It was Lisp in 1959 that first adopted this rule. They are called free variables. Of course, we did not do it in REBOL

[REBOL] Re: Introduction

2001-04-25 Thread Carl Sassenrath
You'll have fun with REBOL then. REBOL is like a lake. On the surface, it is simple for beginners. You can write a lot of one liners that do useful things. But, there is great depth to the language, as it is the result of 20 years and over 50 languages. Programs can be very sophisticated.

[REBOL] Re: Block Diagram

2001-04-25 Thread Carl Sassenrath
Not yet. Link is still beta. It does not use the final View def'n yet. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Shireman Sent: Tuesday, April 24, 2001 11:33 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Block Diagram Carl

[REBOL] Re: About Rebol/Apache

2001-04-25 Thread Petr Krenzelok
- Original Message - From: Carl Sassenrath [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 6:18 PM Subject: [REBOL] Re: About Rebol/Apache REBOL/Command 2.0 will have Fast CGI support. That should help a lot with processing speed nearly as fast as an Apache

[REBOL] Re: Proof of Concept: Messages

2001-04-25 Thread Jamie
Sounds very cool, Ryan. I tried to take a look but here's what I get when I click your link from Netscape: Not Found The requested URL /css_stylesheets/stylesheet_01.css was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an

[REBOL] rebol.org Mail Archive

2001-04-25 Thread Larry Palmiter
Hi Sterling, all The archive is not updating. The last item is dated 23-Apr-2001. -Larry -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] documentation for LAUNCH

2001-04-25 Thread Larry Palmiter
Hi RT Would it be possible to post a few comments documenting the refinements to the LAUNCH command, e.g. launch/secure-cmd, launch/reboot, etc.? Thanks -Larry -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: Troubles in CGI land

2001-04-25 Thread Ingo Hohmann
Hi Steve, I'm not sure if ths relates to your problem, but for cgi purposes it's best to use the respective /Core distribution. - should startup faster (no /View overhead) - !!! /View needs the X11 libraries to be installed, which is not the case on most web-servers !!! (could this

[REBOL] Re: About Rebol/Apache

2001-04-25 Thread Holger Kruse
On Wed, Apr 25, 2001 at 07:09:15PM +0200, Petr Krenzelok wrote: Is this DocKimbel's solution? Or RT's one? Our own. We looked into it first in the context of REBOL/Express and expect to have FastCGI support ready for Command 2.0. So - what is /Command FastCGI solution about? Internal

[REBOL] Re: Script Startup Suggestion

2001-04-25 Thread Petr Krenzelok
- Original Message - From: Carl Sassenrath [EMAIL PROTECTED] To: Rl [EMAIL PROTECTED]; Al [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 6:59 PM Subject: [REBOL] Script Startup Suggestion If your script needs to fetch files from the net before it opens a window, it would be good

[REBOL] Re: About Rebol/Apache

2001-04-25 Thread Rondon Andrade
Hi Carl, 1. When do you think Rebol/Command 2.0 will be available ? 2. What About Rebol/Express ? As I have Apache, Don't you think it could be a solution for me ? Thanks in advance. Best Regards!! Rondon. - Original Message - From: Carl Sassenrath [EMAIL PROTECTED] To: [EMAIL

[REBOL] Emacs rebol-mode updated

2001-04-25 Thread Marcus Petersson
This time there are quite many changes (see below). You'll find it at: http://www.dtek.chalmers.se/~d4marcus/r/rebol_mode.zip Changes --- 0.6 (25-Apr-2001) 1. Total rewrite of the indentation functions. a) Should now be more accurate: Handles multiline strings better, although not perfect.

[REBOL] Re: Emacs rebol-mode updated (correction)

2001-04-25 Thread Marcus Petersson
Wrong adress! This is the right one: http://www.dtek.chalmers.se/~d4marcus/r/Emacs/ Marcus If you find that life spits on you calm down and pretend it's raining -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe

[REBOL] Re: Editor background

2001-04-25 Thread Larry Palmiter
Hi Anton, all In an earlier post you wrote: (Also - I hate white backgrounds for reading - so if you want me to read your site, it has to be at least configurable.) Sorry to be negative there. (Same goes for the view text editor). Me too, white has way too much glare. But you can change

[REBOL] enctype=multipart/form-data

2001-04-25 Thread ryan . christiansen
I want to be able to submit image files using POST and to save those image files from the POSTed input. I am taking steps in this direction, and so I gave my form tags a new enctype attribute. I'm using the following function to make an object! out of POSTed data: retrieve-user-data: func [] [

[REBOL] Re: enctype=multipart/form-data

2001-04-25 Thread ryan . christiansen
Is there an RFC or some other documentation for multipart/form-data? Ryan C. Christiansen Web Developer Intellisol International 4733 Amber Valley Parkway Fargo, ND 58104 701-235-3390 ext. 6671 FAX: 701-235-9940 http://www.intellisol.com Global Leader in People Performance Software

[REBOL] FormMail.r ???

2001-04-25 Thread Christopher
Greetings, Does any one have, or know of the availability of, a Rebol script with similar functionality to Matt Wright's sweet little FormMail.pl script? Not that difficult to write in Rebol, but why re-invent the wheel if its already there? TIA, Christopher -- Christopher Shelley Senior

[REBOL] Just Posted: Add Site Reblet

2001-04-25 Thread Carl Sassenrath
Ok, now it's easier than ever to add a Reb site. Sterling and I created an automatic way to do so. See the Reb Sites folder for the Add Site icon. When you create a site link for the first time, you will need to supply a password. When you modify your link, you will need to supply the same

[REBOL] Re: Recursive directory read/delete

2001-04-25 Thread Brett Handley
Hi Andrew, Looks good. One point. My experience has been that when using the dir? function on an FTP target it will access the target causing a network read each time you use it - which is entirely reasonable because it represents the question is this a directory?. In my code I posted earlier,

[REBOL] Re: Just Posted: Add Site Reblet

2001-04-25 Thread Brett Handley
Nup can't see it. And info.txt still says to send in the URL. I'd luv to know how to get View to tell proxies to update these rebsites. (Distributed computing stymied by old tech...) Academic for me at the moment, but what about those sites already there - in terms of passwords? Thanks Brett.

[REBOL] Rebol View problem connecting on win2k

2001-04-25 Thread Lok Yek Soon
I have Rebol View installed on win2k. whenever I launch it, it will complains about problem reading various icon files. I believe the icon files are the various scripts that is on Rebol.com I do not have a problem on win98. thanks YS __ Do You

[REBOL] Objects, Inheritance and Barking Up Wrong Trees?

2001-04-25 Thread Dunlop, Scott
I am currently trying to determine the best way to override an object method; at the moment, I've been doing the obvious thing, copying the function into a new binding: ss-histfield: stylize [ histfield: field with [ feel: make feel [ old-engage: get 'engage

[REBOL] Re: Just Posted: Add Site Reblet

2001-04-25 Thread Carl Sassenrath
There must be something that can be put in the http header to force it. Did you say that web browsers can get thru ok? On your other question: For existing Reb sites, run the Add Site script and use the same icon name as the existing site. The password will be created. (If after you run the

[REBOL] Re: Rebol View problem connecting on win2k

2001-04-25 Thread Carl Sassenrath
Is it connected in the same way to the Internet? -Carl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lok Yek Soon Sent: Wednesday, April 25, 2001 7:47 PM To: [EMAIL PROTECTED] Subject: [REBOL] Rebol View problem connecting on win2k I have

[REBOL] Re: Just Posted: Add Site Reblet

2001-04-25 Thread Allen Kamp
Hi Carl, Cool stuff, Nowhere to add a custom icon though, or are we sticking with the default to keep index fast loading? Cheers, Allen K The REBOLution - Trailer... do http://www.rebolforces.com/reb/movie.r - Original Message - From: Carl Sassenrath [EMAIL PROTECTED] To: [EMAIL

[REBOL] Re: Editor background

2001-04-25 Thread Anton
Brilliant! (Or should I say - not so brilliant :) I started with 128.128.128 It would have taken me a while to figure that out. Thanks. Anton. Me too, white has way too much glare. But you can change the background for the View text editor. Put these lines in your user.r file. if block?

[REBOL] Re: Just Posted: Add Site Reblet

2001-04-25 Thread Brett Handley
There must be something that can be put in the http header to force it. Did you say that web browsers can get thru ok? Well the web browsers did last time I had a problem. But not now. This was the URL I tried http://www.rebol.com/view/sites/index.r Strangely enough they just show a blank

[REBOL] Re: About Rebol/Apache

2001-04-25 Thread David Vydra
Holger, If I am trying to build a multiuser site with db support, am I still making blocking calls to the db? If so, is there a way to load-balance several R/Commands running FastCGI? Regards, David Holger Kruse [EMAIL PROTECTED] wrote: On Wed, Apr 25, 2001 at 07:09:15PM +0200,