Hi...

I'm trying to do something with rebol that I think it is suited for: make a
rebol-powered dynamic website.

the problem:

I can't instances. or I can't make any sense out of them :)

Detail:

I want to define a site...as on object. Lets call it site:

A site would be made up of pages object..."page:"

A "page:" might look like this...

page: [ title picture byline callout bodycopy comments]

...and on and on.

so...how do I make a new page: and put it into the site: in such a way that
i can ask for any page: that i want?

I want to be able to write the blocks out to disk so I can read and write to
them, etc.

I hope that made some sense :)
BTW if anyone has code for this sort of thing, it would be a big help.

Reply via email to