Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Wiki
wiki.rv:3.3.2
25.6 KB
19 Jul 2003
Implements a Wiki using Rebol and the Xitami webserver.
author: Andrew Martin
WHOIS Maker
whoismaker.rv:1.0.0
1.4 KB
13 Mar 2003
WhoIs query, parse, and save as a file
author: David Handy
REBOL Web Crawler
webcrawler.r1.9 KB
13 Mar 2003
To crawl the web starting from any site. Does not record duplicate visits. Saves all links found in 'newlinks.
author: Bohdan Lechnowsky
WHOIS Maker
whoismaker2.rv:2.0.0
2.1 KB
16 Dec 2004
WhoIs query, parse, and save as a file
author: David Handy
CGI wrapper function for debugging
cgi-debug.r
 discussion
 documentation
v:0.0.1
2.6 KB
7 Jan 2005
Provides debugging info for scripts running as a CGI under a webserver
author: Sunanda
coding-mailto
coding-maito.r
 discussion
v:1.0.0
5.4 KB
11 Sep 2004
a tool for coding the mailto info in a html page and avoid some spam
author: Philippe Le Goff
REBOL Web Server
volkswebserv.r
 discussion
v:0.0.0.15
16.0 KB
24 Oct 2005
A Simple HTTP-Server for running and debugging REBOL CGI scripts, modified %webserv.r
author: Cal Dixon
Directory Downloader
directory-downloader.r3.4 KB
29 Jun 2008
Download all files and subfolders from a given folder on a web server. Used to transfer entire folder structures via network. Currently configured for the aprelium web server (http://aprelium.com/), but easily adjusted for others. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
eText
etext.r
 documentation
v:1.2.1
14.8 KB
13 Mar 2003
Processes plain text to HTML.
author: Andrew Martin
FTP Chat Room
ftp-chat.r2.7 KB
30 Jun 2008
A simple chat application that lets users send instant text messages back and forth across the Internet. The chat rooms are created by dynamically creating, reading, appending, and saving text files via ftp (to use the program, you'll need access to an available ftp server: ftp address, username, and password). Taken [...]
author: nick antonaccio
Upload all HTML Files
ftphtml.r
 documentation
v:1.0.0
642 bytes
13 Mar 2003
Upload a group of files to an FTP server.
author: Anonymous
Simple FTP file editor
ftp-file-editor.r560 bytes
29 Jun 2008
Download, edit, and resave files on your website, via FTP. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
HTML Form Server
formserver.r1.7 KB
30 Dec 2013
Creates a web server which serves an HTML form, and then processes the data input by users. This can be useful when tallying information from users on a Local Area Network. The users can use any device (iPhone, Android, netbook, etc.) to enter information into a shared system, as long as the device has a basic web browser and [...]
author: nick
Layout Writer
layout-writer.rv:0.1.1
10.1 KB
18 Mar 2008
The script was intended as a method for writing scripts. A layout may be written in the editor and then displayed in the same script. Writers can change the script and view the changes without leaving the editor. Reference material may be drawn into the program, reviewed, and even copied and pasted into the editor.
author: R.v.d.Zee
make-word-list
make-word-list.r
 documentation
v:1.0.0
16.5 KB
2 Apr 2007
Makes a list of words from a string
author: peter
ML
ml.rv:1.7.0
2.6 KB
13 Mar 2003
ML generates HTML, XHTML, XML, WML and SVG markup from Rebol words, paths, tags and blocks.
author: Andrew Martin
National Geographic Image of the Day Downloader
ngbg2.rv:1.2.5
12.3 KB
11 Sep 2007
Downloads all the Picture Of The Day images (current and past) from the National Geographic website and saves it to a location of your choice. Revisions: Version 1.2.5 Checked to see if the large wallpaper exists and if not to use the smaller wall paper image. Version 1.2.4 Changed from Viewing the POTD to Browsing the POTD which then allows the user to go back [...]
author: Gordon Raboud
Room Poll (HTML Survey Generator for LANs)
room-poll.r4.9 KB
31 Dec 2013
Demonstrates a useful app created from the formserver.r script. This app generates an HTML form based on user specs (any number of check, radio, and text entry items), and starts a server to receive survey responses from the audience (they all connect to the LAN server using phones or any other Wifi Internet device). The survey responses [...]
author: nick
Rebolide
rebolide.r
 discussion
v:5.4.39
227.7 KB
7 Sep 2012
icon for rebolide.rA Rebol IDE for beginners that helps learning Rebol. I suggest you to put this script in a separete folder.
author: Massimiliano Vessi
RebProcessor
rebprocessor.rv:0.0.1
3.4 KB
13 Mar 2003
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 **
author: Seth Chromick