REBOL Library REBOL

HTML/XML Related

Updated: 29-May-2003

Return to main library index

REBOL Script in HTML File

inhtml.r

24-Apr-1999

Shows how to embed a REBOL subscript within an HTML document.

1 line

956 bytes

 
CGI Form Dumper

cgidump.r

19-Jul-1999

Display the contents of a submitted form as a web page. Useful for debugging CGI forms.

5 lines

605 bytes

 
Easy CGI Form Example

cgiform.r

19-Jul-1999

Handles a CGI form and returns its values as a web page. (The associated cgiform.html file contains the form).

9 lines

954 bytes

 
Sends Email via CGI Form

cgiemailer.r

20-Jul-1999

Uses a Web form to send an email message.

13 lines

661 bytes

 
CGI Form with Defaults

cgiformobj.r

19-Jul-1999

Handles a CGI form, providing default values for missing fields in the form. Returns a web page. (The associated cgiform.html file contains the form).

16 lines

1213 bytes

 
YARM - Yet Another Rebol Messenger

yarm.r

2-Jan-2002

An email-client with an html-frontend

20 lines

858 bytes

 
Web Form Widgets

webwidget.r

20-Jul-1999

Generate HTML code quickly and easily for several form elements.

21 lines

1491 bytes

 
Email Viewer (as web page)

mailview.r

10-Sep-1999

This example displays all of your pending email as an HTML web page. (But does not remove it.)

22 lines

1181 bytes

 
Web Banner

webbanner.r

20-Jul-1999

Generate HTML code that displays a banner and links to its destination.

22 lines

992 bytes

 
CGI Web Page Comment Poster

cgicomment.r

14-Sep-1999

Allows viewers to add comments to a web page. (needs webcomment.r to create example forms file).

27 lines

3115 bytes

 
Raging Bull page downloader

raging-bull.r

16-Sep-1999

This script reads sequential pages from the Raging-Bull on-line bulletin board.

27 lines

2342 bytes

 
rebol Server pages

erebol.r

18-May-2001

Execute embedded rebol code, see www.erebol.com

29 lines

1481 bytes

 
National Geographic Image of the Day Downloader

ngbg.r

21-Sep-2001

Downloads the current picture of the day from nationalgeographic.com and saves it to a location of your choice. Directions: Change the 'filename' in the source to the location of your choice. The agrument -s causes it to be silent and so not print what step it is at. These directions can be seen by adding a -h agrument.

30 lines

1673 bytes

 
Checklister (HTML)

checklist.r

15-Sep-1999

Creates a checklist in HTML from a text file.

34 lines

1770 bytes

 
Text to HTML Converter

texthtml.r

29-Feb-2000

A useful doc formatting language. Converts text to HTML with titles, sections, sub-sections, and code. Is used to create all REBOL How-to documents.

36 lines

2296 bytes

 
Easy CGI Form (HTML Part)

cgiformhtml.r

19-Jul-1999

HTML form to go with Easy CGI example (cgiform.r).

42 lines

1292 bytes

 
CGI Emailer Form (HTML Part)

cgiemailhtml.r

20-Jul-1999

HTML form to go with CGI Emailer example (cgiemailer.r).

48 lines

1624 bytes

 
XML Generator

xmlgen.r

4-Jun-1999

Simple functions to generate XML output. Creates example XML as published in Scientific American, May 1999.

49 lines

1628 bytes

 
HTML Rainbow generator for Rebol/View

view-rainbow.r

31-May-2001

Create HTML color fade effects. Places output on the clipboard

61 lines

2357 bytes

 
CGI Comment Article

webcomment.r

14-Sep-1999

Run this to create the file used for the cgicomment.r script.

72 lines

2795 bytes

 
Example Text Document

textdoc.r

5-Jun-1999

Creates an example for text-to-html doc language. Shows how natural and readable it is -- the reason we prefer it for writing our how-to documentation.

75 lines

2762 bytes

 
Specs Document Converter (Text to HTML)

makespec.r

8-Jun-2000

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 part).

79 lines

4251 bytes

 
Web Site Checker

site-check.r

16-May-2001

Scan a web site looking for missing pages, remote links, email links, etc. Helps with clean up sites.

93 lines

3223 bytes

 
Search Center

search2.r

4-Nov-2001

Searches various places,such as Google, without having to go to their website .

96 lines

3413 bytes

 
RebProcessor

rebprocessor.r

20-Jun-2001

RebProcessor is a cross between an HTML pre-processor and a website content manager. The user creates source files (foo.src) which can contain any combination of HTML and RP commands, and the script will generate the target file (foo.html) for further use. ** EMail me for the help file, and for the example source file **

97 lines

3283 bytes

 
Html Pretty Print REBOL

colorize.r

30-Jun-1999

Syntax highlighting for HTML display of REBOL scripts

104 lines

3902 bytes

 
Phone Log

phone-log.r

2-Jul-2001

A cgi shared phone log in REBOL. Inspired by Andrew Grossman's guestbook.

117 lines

7188 bytes

 
Web Site Builder

build-site.r

3-Jun-1999

The actual script that builds the REBOL web site (using a master template and a navigation structure).

2 pages

5559 bytes

 
Wikipedia Auto-POST Bot

wapbot.r

30-Nov-2002

Posts an article on Wikipedia.

2 pages

5331 bytes

 
Site

site.r

3-Jul-2002

Site dialect. Creates web sites from plain text, etc. I used it create my own site automatically.

2 pages

6610 bytes

 
Web-GetIt!

wgetit.r

15-Feb-2003

Saves content of web pages to local disk.

2 pages

12569 bytes

 
REBOL Standard Document Formatter

make-doc.r

25-May-2001

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.

3 pages

9321 bytes

 
Script Library Builder

build-lib.r

19-Jul-2001

Builds the REBOL library, including its HTML pages and compressed archive file, then uploads the files to the web site. Can also be used for making a local copy of the library index pages.

6 pages

15663 bytes

 
Rebol-WebBot

reb-web-bot.r

17-Jan-2003

To download pages from some url with all content

7 pages

20993 bytes

 
Document Generator

generate-doc.r

19-Jul-1999

XMLish doc generator using parse-XML

7 pages

15988 bytes

 
Wiki

wiki.r

3-Jul-2002

Wiki. Creates a Wiki using Rebol, and the Xitami web server.

8 pages

17867 bytes

 
REBOL Professional Document Formatter

make-doc-pro.r

3-Aug-2002

Parses the make-doc-pro markup language into a datastructure that can be into other document formats (such as HTML) with good titles, table of contents, section headers, indented fixed-spaced examples, bullets and definitons.

12 pages

45680 bytes

 
site-build

site-build.r

5-May-2001

site-build basicaly builds/updates a website based on the template I have developed. Requires html 4.0 compliant browser (opera 5 or IE 5).

13 pages

40932 bytes

 


The line count is for code lines only and is used as a rough estimate of code size. It does not include script headers, blank lines, or comment lines.

To add or modify a file, run REBOL/View and click on the Add-Script icon in the Library folder. Be sure that the script has a REBOL header that describes its purpose.

You can download the entire library as a compressed, self-extracting REBOL archive. The file is 585 KB and requires REBOL to extract. You may need to right click on this link to save the file in some browsers.

Once you have extracted the files, you can build these HTML index pages locally by running the build-lib.r script.

Note: All scripts are provided AS IS without warranty and without liability to the author or to REBOL Technologies.

REBOL is a trademark of REBOL Technologies.