[REBOL] Re: Community (was IOS).
From: gchiu:compkarori at: 21-Mar-2002 8:03
> <html>
> Hello, World!
> <!--
> [
> rebol[]
> view layout [text "Hello, World!"]
> ]
> -->
> </html>
>
Hi Scott,
I was looking at something similar early last year when I
was writing Vidwiki.
I have embedded Vid code in my home page which is hidden
within <layout> ... </layout> tags, and only displayable by
a View program. The web server (Zope) dynamically serves up
HTML and VID on the same page.
There's a small reblet
sites/compkarori2/rbrowser
that displays the marked up parts of the page.
I got distracted by Vidwiki and forgot that I still had it
there :(
But to be usable, I needed a table style which still doesn't
exist in the wild.
--
Graham Chiu