[REBOL] Re: REB Sites
From: carl:rebol at: 14-Apr-2001 20:25
It's more than just the panel... There is now an official format for the
index files -- the old ones will not work. However, they can be easily
modified. The 1.1. format is:
REBOL [type: 'index]
folder "folder name" %folder-index.r info "Info about the folder."
file "file name" %file.r info "Info about the file."
file "docs" http://www.com/docs/doc.html
file "file2" %file2.r icon %icon-image.gif
A range of suffixes are available... glance at filetypes.r in your
desktop folder.
You can also include various options for the index file, such as its
color, effect, etc.
More info to come... soon...
-Carl
At 4/14/01 10:02 PM -0500, you wrote: