[REBOL] Re: NQL - a REBOL dialect?

2001-04-29 Thread Paolo Russo
Just got wind of this NQL whitepaper at http://www.nqli.com/technology/whitepaper/default2.asp Looks suspiciously like a favorite programming language I know. Nice try anyway for $495.00 This bodes well for us REBOLutionaries. Mike Yaunish [EMAIL PROTECTED] Wow Mike! How did you succeed in

[REBOL] Re: resizing a layout

2001-04-29 Thread Graham Chiu
On Sat, 28 Apr 2001 10:57:14 +0200 Paolo Russo [EMAIL PROTECTED] wrote: I think this still-in-alpha script could help you. I started from Carl's conference.r. This script will not run because I thanks, I'll study it ( and some Italian at the same time I see :-) ) -- Graham Chiu -- To

[REBOL] icon question

2001-04-29 Thread Graham Chiu
I note from the desktop docs that icon can take a remote file for it's image. However, if I specify a cgi script that returns a counter as a gif image, it doesn't work ( for me ). -- Graham Chiu -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in

[REBOL] CGI/Security

2001-04-29 Thread Brett Handley
The hosting service for my site, provides logs in a html format... I have Rebol routines to parse the data into something more reasonable, but the problem is now that after my site redesign, the average HTML form log is about 300kb in size. Something I feel is a little excessive. I realise I

[REBOL] Re: CGI/Security

2001-04-29 Thread Graham Chiu
On Sun, 29 Apr 2001 18:03:15 +1000 Brett Handley [EMAIL PROTECTED] wrote: My problem then of course is security. How do I get the CGI script to access a web page that requires authorisation? Is this http authentication? -- Graham Chiu -- To unsubscribe from this list, please send an email

[REBOL] Re: Creating stuff :)

2001-04-29 Thread stefan . falk
Also, an addition that I forgot, the saved file should look something like this: type Interview name Mama nop 1 short erpokgepokg intro pokwporkpwork url pokpok homepage pokpok date 28-Apr-2001 question1 Blah answer1 Bloh question2 Blah answer2 Bloh etc.. and it's loaded using: interview:

[REBOL] Re: icon question

2001-04-29 Thread Allen Kamp
The name of the file for the icon would need to end in an extension the index dialect expects for an image, such as .jpg .png .gif .bmp If you need to associate another extension then you might try modifiying the entry in %filetypes.r Cheers, Allen K - Original Message - From: Graham

[REBOL] Re: rebol

2001-04-29 Thread jeff
Howdy, Fantam: Possibly missing ELF support. The FreeBSD box you're on may be an old a.out version. Trying to execute an unsupported binary format often results in that not-so helpful error message (under a number of different unices). What do you see when you type: file ./rebol as

[REBOL] Re: rebol

2001-04-29 Thread Phil Hayes
Install script will overwrite rebol executable if you're not careful. Do a 'ls -l' to check file size ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fantam Sent: 29 April 2001 13:07 To: [EMAIL PROTECTED] Subject: [REBOL] rebol Hello all, The

[REBOL] Re: rebol

2001-04-29 Thread Fantam
Hello all, The libc6 version works on this freebsd box. Thanks a zillion, Jeff, I'm happy!!! fantam Howdy, Fantam: Possibly missing ELF support. The FreeBSD box you're on may be an old a.out version. Trying to execute an unsupported binary format often results in that not-so helpful

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

2001-04-29 Thread Luis Rodríguez Jurado
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. With this modified post.r script and form-upload.r I can upload binary files (jpg, etc) But this

[REBOL] Re: icon question

2001-04-29 Thread Graham Chiu
On Sun, 29 Apr 2001 20:53:45 +1000 Allen Kamp [EMAIL PROTECTED] wrote: The name of the file for the icon would need to end in an extension the index dialect expects for an image, such as .jpg .png .gif .bmp If you need to associate another extension then you might try modifiying the

[REBOL] Re: Problem with emacs mode

2001-04-29 Thread Marcus Petersson
CC'ing to the list here, as this could concern more people. On Sat, 28 Apr 2001, Chris wrote: I have attached a copy of the source that caused the problems I described. Try going to line 405 and pressing the tab key, that should reproduce the 60 space indent. Yes I see. It's the semicolon

[REBOL] Re: Bug in LAYOUT with VAL helpdesk #6211

2001-04-29 Thread Larry Palmiter
Hi All I found the bug. protect 'val layout [box hello] ** Script Error: Word val is protected, cannot modify ** Where: forall ** Near: val: first args switch/default type?/word LAYOUT calls several other VID functions and the code above is in a function called GROW-FACETS, which is called

[REBOL] Re: CGI/Security

2001-04-29 Thread Brett Handley
Yes, like read http://user:[EMAIL PROTECTED] Brett - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 29, 2001 6:17 PM Subject: [REBOL] Re: CGI/Security On Sun, 29 Apr 2001 18:03:15 +1000 Brett Handley [EMAIL PROTECTED] wrote:

[REBOL] Eric Raymond on scripting languages

2001-04-29 Thread Larry Palmiter
Hi all Interesting article by Eric Raymond on scripting languages. http://www2.linuxjournal.com/lj-issues/issue73/3882.html -Larry -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with unsubscribe in the subject, without the quotes.

[REBOL] Re: CGI/Security

2001-04-29 Thread Graham Chiu
On Mon, 30 Apr 2001 10:26:16 +1000 Brett Handley [EMAIL PROTECTED] wrote: read http://user:[EMAIL PROTECTED] My http-tools.r box has code for http authentication. See web site for details :-) -- Graham Chiu http://www.compkarori.co.nz/index.r -- To unsubscribe from this list, please

[REBOL] Re: CGI/Security

2001-04-29 Thread Brett Handley
Thanks Graham, I'll check into it. BTW I really like your desktop look. :) Brett. - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 12:00 PM Subject: [REBOL] Re: CGI/Security On Mon, 30 Apr 2001 10:26:16 +1000 Brett

[REBOL] Re: Eric Raymond on scripting languages

2001-04-29 Thread Tim Johnson
Hello: On Sun, Apr 29, 2001 at 06:32:52PM -0700, Larry Palmiter wrote: Hi all Interesting article by Eric Raymond on scripting languages. http://www2.linuxjournal.com/lj-issues/issue73/3882.html I found that article interesting I've worked in both rebol and python. Can't say which one

[REBOL] Telnet help.

2001-04-29 Thread Greg Schwarz
I am asking for some help on telnet. I am looking at Telnet to get information from an access router. This information is about the phone line connection details, customers are getting and store this in a data base to be accessed at any time so we can see how there last connection was. Any

[REBOL] New Color Chart

2001-04-29 Thread Larry Palmiter
Hi all I finally got around to rewriting my X-11 color chart in VID. The original was one of the very first few View scripts published and was written using the basic view objects. It only required a few changes as the View betas progressed to View 1.1. The new script is on the Ecotope rebsite

[REBOL] Re: Telnet help.

2001-04-29 Thread Deryk Robosson
Greg Schwarz wrote: I am asking for some help on telnet. I am looking at Telnet to get information from an access router. This information is about the phone line connection details, customers are getting and store this in a data base to be accessed at any time so we can see how there