[REBOL] Re: Rebol server pages

2004-04-01 Thread Tim Johnson
* AUVERLOT Olivier <[EMAIL PROTECTED]> [040401 09:03]: > > Quoting Tim Johnson <[EMAIL PROTECTED]>: > Sorry, there is no translation of the documentation. Of course, you can use an > automatical translater like google ;-) Tried that, works for only 20% of the main page. If there is no other

[REBOL] Re: Rebol server pages

2004-04-01 Thread AUVERLOT Olivier
Quoting Tim Johnson <[EMAIL PROTECTED]>: Sorry, there is no translation of the documentation. Of course, you can use an automatical translater like google ;-) Olivier > > * Olivier Auverlot <[EMAIL PROTECTED]> [040331 22:35]: > > > > Hi Tom, > :-) Tim > > > > You could also download Magic! fr

[REBOL] Re: Rebol server pages

2004-04-01 Thread Tim Johnson
* Olivier Auverlot <[EMAIL PROTECTED]> [040331 22:35]: > > Hi Tom, :-) Tim > > You could also download Magic! from > http://rwst.no-ip.com/magic20/magic20.tar.gz > > The documentation are available from http://rwst.no-ip.com/magic20 Great! Is the the link above available in english? O

[REBOL] Re: Rebol server pages

2004-03-31 Thread Olivier Auverlot
Hi Tom, You could also download Magic! from http://rwst.no-ip.com/magic20/magic20.tar.gz The documentation are available from http://rwst.no-ip.com/magic20 Best regards Olivier ;-) - Original Message - From: "Tim Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Apr

[REBOL] Re: Rebol Server Pages

2002-10-08 Thread Andrew Martin
Doug wrote: > Can you provide some examples of how you use it? At the moment, I'm not using it. :( I just wrote it to show that it's possible to do what pekr needs without having to do the excess work that pekr seems to want to do. :) Here's an example .rsp: {{Test} <%hide [ Data: [ "L1 Foo

[REBOL] Re: Rebol Server Pages

2002-10-08 Thread Vos, Doug
Can you provide some examples of how you use it? -Original Message- From: Andrew Martin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 12:15 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Rebol Server Pages Here's a better version with Maarten's suggested cha

[REBOL] Re: Rebol Server Pages

2002-10-07 Thread Andrew Martin
Here's a better version with Maarten's suggested change. Rebol [ Name: 'RSP Title: "Rebol Server Pages" File: %RSP.r Author: "Andrew Martin" eMail: [EMAIL PROTECTED] Web: http://valley.150m.com Date: 8/October/2002 Version: 1.1.0 Purpose: {} Category: [util

[REBOL] Re: Rebol Server Pages

2002-10-07 Thread al . bri
Maarten wrote: > Using open and close as local variables is not a very good choice, for obvious >reasons. > > i.e. <% copy open %somefile %> Some times I need the obvious pointed out to me. I'll change it. Thanks for pointing it out, Maarten. Andrew Martin ICQ: 26227169 http://valley.150m.com

[REBOL] Re: Rebol Server Pages

2002-10-07 Thread Maarten Koopmans
RSP is based on build-markup is based on erebol. Shall we just leave it at build-markup? One Way To Do It helps acceptance sometimes. Having said that, I like the extension ;-) Using open and close as local variables is not a very good choice, for obvious reasons. i.e. <% copy open %somefile %

[REBOL] Re: Rebol Server Pages

2002-10-07 Thread Andrew Martin
Here's a more up to date version of 'RSP with the 'Hide function: Hide: func [Block [block!]] [ do Block return; Deliberately returns unset! value. ] RSP: function [Text [string!]] [Open Close RSP Script String] [ Open: "<%" Close: "%>" RSP: make string! length? Text

[REBOL] Re: Rebol Server Pages: erebol 2

2002-02-07 Thread Maarten Koopmans
> [EMAIL PROTECTED] wrote: > > >>btw: waiting for your new Rugby release to give it a test. I can imagine one > >>FastCGIExternal server - fast-cgi listening loop + Rugby client, doing just > >>redirections(simple deffered rexecs)/simple-kind-of-load-balancing to another 3 > >>or 5 instances of Ru

[REBOL] Re: Rebol Server Pages: erebol 2

2002-02-06 Thread Joel Neely
Hi, Petr, Petr Krenzelok wrote: > > [EMAIL PROTECTED] wrote: > > > > >This will take time. Fixing the leak in 4.3 effectively broke > > the marshaling :( > > > > eh, what is "marshaling"? :-) > > -pekr- > Transforming the internal representation of some entity in a program (object/data/stru

[REBOL] Re: Rebol Server Pages: erebol 2

2002-02-06 Thread Petr Krenzelok
[EMAIL PROTECTED] wrote: >>btw: waiting for your new Rugby release to give it a test. I can imagine one >>FastCGIExternal server - fast-cgi listening loop + Rugby client, doing just >>redirections(simple deffered rexecs)/simple-kind-of-load-balancing to another 3 >>or 5 instances of Rugby servers

[REBOL] Re: Rebol Server Pages: erebol 2

2002-02-06 Thread m.koopmans2
> btw: waiting for your new Rugby release to give it a test. I can imagine one > FastCGIExternal server - fast-cgi listening loop + Rugby client, doing just > redirections(simple deffered rexecs)/simple-kind-of-load-balancing to another 3 > or 5 instances of Rugby servers, doing the job. More comp

[REBOL] Re: Rebol Server Pages: erebol 2

2002-02-06 Thread Petr Krenzelok
I would abstract it a little bit though :-) 1) I use following tagging when I cooperate with my friend who does design: stuff ... hmm, different technique. My friend wants the design to be visible, whne doing design using visual tool (e.g. FrontPage). So he basically lays out whole site, an

[REBOL] Re: Rebol Server Pages

2000-11-03 Thread Andrew Martin
Bo wrote: > On my webserver that handles embedded REBOL (I'm not sure if this is the same as your .RSP idea), it is as simple as this: > > Example > > Bo's embedded REBOL example > > The time is output now > > This webserver is running on REBOL/ > output [system/product sys

[REBOL] Re: Rebol Server Pages

2000-11-03 Thread bo
On my webserver that handles embedded REBOL (I'm not sure if this is the same as your .RSP idea), it is as simple as this: Example Bo's embedded REBOL example The time is output now This webserver is running on REBOL/ output [system/product system/version]

[REBOL] Re: Rebol Server Pages

2000-11-03 Thread Sharriff . Aina
I want to code a XML parser/validator when I´m chanced (project "Markup") . I thought it would be a good idea to create an Object with functions directly from the given HTML/XML/XHTML : give a file caleed test.html test h