r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Web] Everything web development related

sqlab
24-Jun-2005
[699]
Graham: I just tested some of my scripts with rebcmd2512531.exe and 
so far it seems, that  the problems with odbc and catch seems to 
be gone. I am really curious, if that would cure your problem too.
Graham
24-Jun-2005
[700x3]
Oh ?? I must try this :)
But I don't think there's a comparable version of encap ?
Hmm.  Latest rebcmdview was 30-Jul-2004 :(
Graham
25-Jun-2005
[703]
Ok, I have removed the view components from my server, and will now 
see if odbc works without going crazy.  Trouble is, it may take some 
weeks before this happens :(
sqlab
27-Jun-2005
[704]
Some weeks in real time or some weeks in  a test environment.

I log every action and message of my servers, so that I can play 
them again in a shorter time, but in the same sequence.
Graham
27-Jun-2005
[705]
Weeks in real time.  I had not thought of logging every action .. 
though I do run a log for some things.
Alek_K
14-Jul-2005
[706x2]
Is there any sense to run rebol cgi scripts via php with readfile("http://server.com/cgi-bin/myscript.r")?
Better option for "nice" url's?
OK - got it - virtual() sends request to server - so:
virtual("cgi-bin/myscript.r");
Kaj
7-Sep-2005
[708x2]
It's been asked before, but does anyone know what happened to Shlik?
Is Vanilla now again the only viable web framework for REBOL?
Graham
7-Sep-2005
[710x2]
Magic!
Cheynne with RSP
Kaj
7-Sep-2005
[712]
I'm just looking at it, but my French is way lacking :-(
Graham
7-Sep-2005
[713]
see english translation on RIT site
Kaj
7-Sep-2005
[714]
Oh, good
Graham
7-Sep-2005
[715]
Yes, the information has been encoded on the main site with a compression 
format (French) for which you don't have a decompression utility.
Kaj
7-Sep-2005
[716x2]
The Cheyenne page says that it's not released?
:-)
Graham
7-Sep-2005
[718x2]
It's not released .. but ask politely, and you can get a copy
I've been running Cheyenne for a year now??
Kaj
7-Sep-2005
[720]
Is it included in the Magic! release?
Graham
7-Sep-2005
[721x4]
Nope.
ask dockimbel.
He has implemented a version of RSP inside Cheyenne
Cheyenne is used to provide web access to my Uniservel based mail 
server.
Kaj
7-Sep-2005
[725]
But it's also for Apache, I see?
Graham
7-Sep-2005
[726]
Yes.
Kaj
7-Sep-2005
[727x2]
Thanks
Magic! looks pretty good. Do you know how much the 2.5.3 docs are 
outdated for the 3.1 release?
Graham
7-Sep-2005
[729]
No, I've never used Magic myself .. just read the docs.
Pekr
8-Sep-2005
[730x2]
Magic? Is English documentation available? If not, then it is not 
of a much general use ...
then only suitable concept for me was Temple ... but it was not finished 
yet ...
Graham
8-Sep-2005
[732]
vide supra.
Pekr
8-Sep-2005
[733]
what is vide supra?
Graham
8-Sep-2005
[734]
v.s.
Pekr
8-Sep-2005
[735x2]
how many templating concepts do we have now? Let'S sum it up? I do 
remember shlik.org RSP, Magic! and Maxim planned something too, no?
what is v.s.? :-)
Graham
8-Sep-2005
[737]
It's Latin for "look above", or, read what was written before.
Pekr
8-Sep-2005
[738]
ok, thanks - now my questions - Chayanee with RSP and Magic!  are 
two different products, right?
Sunanda
8-Sep-2005
[739]
RSP and magic are completely different products, yes.  Same idea, 
but differente everything else.
Pekr
8-Sep-2005
[740]
which one works with "custom tagging"? That wins for me - no mixture 
of rebol plus html code plese :-)
Sunanda
8-Sep-2005
[741x3]
<but does anyone know what happened to Shlik?>

Not. His website changed a couple of times. Last known (to me) working 
one was
  http://laurentchevalier.dyndns.org/rebol/
But that is broken now.
RSP was/is much more like PHP  -- rebol code embedded in HTML tags.
That's probably the one you''d prefer, Petr.
or maybe I misread your preference -- Magic is more like a HTML-generating 
dialect
Pekr
8-Sep-2005
[744x3]
not sure .... but I will know very soon now - finishing some databases 
for my friend, I will let designer do his work and produce some templates. 
Those templates have to be displayable without touching rebol ...
so maybe magic ...
nor Magic! is the way to go for me, as I look into it now :-)
Ladislav
8-Sep-2005
[747]
you should invent the best notation then :-)
Pekr
8-Sep-2005
[748]
what do you mean by notation? :-) I already said that I preferred 
Temple way to go. Simply put - I am not designer, my designer is 
not a coder. So I want him to freely produce his "magic ui wonders",using 
his tools, not being dependant upon rebol. So I assume we go with 
maybe slower aproach - html with comment sections, parsed by rebol, 
replaced by engine ...