Everything in here is old. Well, actually, like, really old.
The scripts may not even work with the last Rebol 2 Version, let alone with Rebol 3.
Rebol Vim Syntax file: rebol.vim
Active Viewtop: active-viewtop.r
Icons for Active Viewtop: icons.zip
Mail-Patches updated for /Core 2.5.5 !!! Get it here.
Tui
Dialect
How to create a dialect to use the new Rebol console ASCII codes,
published at REBOLforces .
These are used by all other Scripts (I think).
yamm.r
Yet Another Module Manager, searches in
paths, ...
patches.r
Some Patched functions, e.g. send is
patched to work with from/to like "Real name <e@mail.address>",
help is patched to work on paths, like "help system/schemes"...
definitions.r
Some functions, that may be
helpful interactivly, too, e.g. a text pager.
simtpop.r
Simulate an SMTP and POP Server. You don't want to use it as areally
server, cause it only saves things in memory, but it might be a
teaching aid (which was it's original purpose).
the_sea.r
The Simple Easy Addressbook, a work
in progress.
/View
browser.r
A Web-browser implemented in Rebol
/View (Can be tested with
do http://www.2b1.de/ )
languages.r
A try to work at
internationalization, gives you the ability to bind words to
strings, depending on the desired language. (needs some
features currently only found in /View )
test.r
A test-file for languages.r (needs test.lang)
times.r
A work-time logger using /View
, and languages.r (needs times.lang)
hc.r
Highnoon Commander (A Midnight Commander
clone). This one's pre 2.2 Rebol, and needs some cleanup, and
the usage of the new features would be nice.
pretty.r
A Rebol pretty printer (O.K. it only
gets indentation right, and has known bugs.)
timeline.r
A little time planning tool.
char-test.r
Counts characters in a file (I
needed it for debugging some other script, so here it is)
iho-tools.r
some little functions I find
handy when programming, e.g. some debugging helpers. Some are still experimental.