[REBOL] Dictionary w/ Frames

2000-03-05 Thread censel
Hi Rebols, today I played around with 'parse and it's dialect. Out came a script (attached) that splits the rebol %dictionary.html into many little files - one word, one file - and organizes them in frames for easier (IMHO :) navigation. Maybe this is of some use for you, too? If so, I'll even

[REBOL]

2000-02-24 Thread censel
Am 24-Feb-00 schrieb [EMAIL PROTECTED]: >I´d like to write a local page which just do it. I "double-click" my page >icon, write the message and send it through Rebol. I could enhace the page, >allowing it to write messages longer than 160 chars and then spliting it >automatically in 'less than 16

[REBOL] 'send and the subject-line

2000-02-24 Thread censel
Hello REBOLS! I just walked into a problem with 'send. If I e.g. >send [EMAIL PROTECTED] "The Subject^/The Body" I always get an email looking like this >... >subject: The Subject > >The Subject > >The Body Why does REBOL repeat the subjec

[REBOL] (E)BNF of valid email addresses?

2000-02-12 Thread censel
Hi Rebols, I'm working on an cgi-application and want to do some reasonable error checking on what users type in my html-form as their email address. Relying on rebols email! datatype and email? type-tester is not enough. Surely someone on the rebol list knows where I can find the (E)BNF synt