Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
REBOL Blogger
new-blog.r
 discussion
v:1.4.1
39.0 KB
11 Jul 2007
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
REBOL Blogger
blog.r
 documentation
v:1.3.2
18.3 KB
10 Jan 2005
The blog system written and used by Carl Sassenrath, REBOL's creator. This script will let you post and update blogs on your website using just a web browser. Generates summary and index pages, blog searches, etc. Extensible with Makedoc2 for more formatting options.
author: Carl Sassenrath
REBOL Standard Document Formatter
make-doc.r
 documentation
v:0.9.0
9.3 KB
10 Jan 2005
(See MakeDoc2 for the latest version.) Converts very simple text file format into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons. Does the formatting so you can focus on the hard part: the words.
author: Carl Sassenrath
MakeDoc 2 - The REBOL Standard Document Formatter
makedoc2.r
 documentation
v:2.5.7
17.0 KB
10 Mar 2007
This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, contents, bullets, numbered lists, indented examples, note blocks, and more. For documentation, [...]
author: Carl Sassenrath
Specs Document Converter (Text to HTML)
makespec.r
 documentation
v:1.0.0
4.3 KB
10 Jan 2005
(See MakeDoc2 for the latest version.) We use this script to save a lot of time when writing specification documents here at REBOL HQ. Very little notation is required to produce good looking HTML documents with titles, table of contents, section headers, indented fixed-spaced examples, sidebars , and more. Does all the formatting so we can focus on writing the words (the hard [...]
author: Carl Sassenrath
VID LIST-VIEW Face
list-view.rv:0.0.28
33.2 KB
16 Jan 2013
General purpose listview with many features for use in VID.
author: henrik mikael kristensen
args - generic command-line argument parser.
args.r
 discussion
 documentation
v:0.1.10
29.9 KB
17 Dec 2008
End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it.
author: Maxim Olivier-Adlhoch
Color REBOL Code in HTML
color-code.r
 discussion
 documentation
3.4 KB
22 Jul 2005
Colorize source code based on datatype. Result is HTML. This script is used to syntax color the library scripts.
author: Carl Sassenrath
Markup language Dialect parser
mdlparser.r
 discussion
 documentation
v:0.0.2
32.2 KB
5 Feb 2005
To personally study the practicallity of Rebol being used as bridge between browsers and markup languages.
author: daniel murrill
PDF Tables
pdf-tables.r
 discussion
 documentation
v:1.5.0
4.4 KB
24 Sep 2003
Create tables with the PDF Maker
author: Gabriele Santilli
RebelXML
rebelxml.r
 discussion
 documentation
8.0 KB
27 Apr 2006
RebelXML provides a set of functions which allows to easily create/modify/delete XML data
author: Christophe 'REBOLtof' Coussement
(R)EBOL (Un)it
run.r
 discussion
 documentation
19.1 KB
31 May 2008
RUn is a TestCase Framework wich allows the use of TestCases as defined by the eXtreme Programming development methodology and the test-driven development
author: Christophe 'REBOLtof' Coussement
Dialect Object Model
rebol-dom.r
 discussion
 documentation
v:1.0
56.8 KB
7 Nov 2023
Use an exstensible, Rebol user-mode, Markup function to parse DSL's that will return an easy to follow tagged key value Dialect Object Model. It will allow different DSL's or programming languages to work with, or together through a Central Processing interpreter. Yes Rebol/Core. A demo example of a HTML DSL is parsed by [...]
author: daniel murrill
Similarity Metrics
simetrics.r
 discussion
 documentation
v:0.5.0
21.2 KB
19 Feb 2006
Toolkit of string distance metrics.
author: Francois Vanzeveren (fvz)
Tar
tar.r
 discussion
 documentation
v:1.1.0
5.5 KB
11 Jan 2013
Creates tar archives.
author: Vincent Ecuyer
Alien Dialect
alien.r
 documentation
v:1.0.0
1.9 KB
13 Mar 2003
It came from outer space
author: Anonymous
Analog Clock
analog-clock.r
 documentation
v:1.2.0
5.6 KB
28 Jan 2013
Colorful clock with analog display
author: Vincent Ecuyer
Alien Dialect Explanation
alienexp.r
 documentation
v:1.0.0
1.4 KB
13 Mar 2003
It came from outer space explained.
author: Anonymous
99 Bottles of Beer Song
beersong.r
 documentation
v:1.0.0
813 bytes
13 Mar 2003
The correct song. A bit more advanced.
author: Anonymous
Binary Data in REBOL Scripts
bin-data.r
 documentation
v:1.0.0
8.8 KB
13 Mar 2003
Example of how to decode binary data in REBOL scripts This example includes a base-64 encoded image. (See bin-save.r for an example of how to create this file.)
author: Anonymous
Build a Program Package
build-pack.r
 documentation
v:1.0.0
2.1 KB
13 Mar 2003
Creates a single compressed REBOL program from a list of file modules. Modules can include binary data files such as images.
author: Carl Sassenrath
Web Site Builder
build-site.r
 documentation
v:1.0.0
5.6 KB
13 Mar 2003
The actual script that builds the REBOL web site (using a master template and a navigation structure).
author: Carl Sassenrath
REBOL Ale
beer.r
 documentation
v:1.0.0
1.3 KB
13 Nov 2003
A rich, malty, copper brew.
author: Anonymous
Encoding Binary Data in REBOL Scripts
bin-save.r
 documentation
v:1.0.0
603 bytes
13 Mar 2003
Example of how to save base-64 encoded binary data in REBOL scripts. (See bin-data.r as an example of how to decode the data.)
author: Anonymous
CRC-32
crc32.r
 documentation
v:1.2.0
9.4 KB
30 Jan 2013
CRC32 checksum function
author: Vincent Ecuyer