Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
SQL PROTOCOL
sql-protocol.r
 discussion
 documentation
v:0.6.8
84.2 KB
3 Jan 2011
SQL-PROTOCOL is a SQL Relationnal Database Management System (RDBMS) entirely written in REBOL with JOIN and SORT capability. This allow you having an easy to use lightweight database engine embeded in your REBOL application. Today, sql-protocol execute only these kind of query : * SELECT ... FROM ... WHERE ... ORDER BY ... * INSERT ... INTO ... VALUES ... * [...]
author: marco
URL Handler
url-handler.r
 documentation
14.6 KB
6 Nov 2016
A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. CGI parameters are parsed into an alphabetized block for ease of comparison of URLs.
author: hy
A keyword based search engine for the Rebtutorial articles index page
rebtut-indexer.r
 documentation
v:0.0.1
14.6 KB
14 Dec 2009
Was tired looking up visually the index page for any article containing a specific keyword. For now the script loads and parses the original articles' index page duirectly from the Rebtutorial.com web site, splitting URL links apart from their descriptions, and while counting them it appends them to a block that can be searched by keyword. [...]
author: Gerard Cote
App Builder
appbuilder.r26.4 KB
16 Feb 2017
An app builder to help new students learn how to write Rebol code. To create a user interface for a new app, just point and click any GUI widget (button, text field, dropdown box, etc.). You'll be prompted to edit the properties of each added widget, and you can add actions which will run when the user interacts with the widget. Actions [...]
author: nick
esmtp scheme
esmtp.rv:0.1.0
8.3 KB
6 May 2003
A modified, extended version of smtp scheme
author: RT, G. Scott Jones
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson
IMAP Handler
imapx-handler.rv:0.0.2
36.8 KB
30 Mar 2006
Add some RFC3501 (full imap) behaviour to the imap scheme.
author: rt & ingo hohmann
Qtask Markup Language - parser and other common code
qml-base.r
 documentation
v:2.46.1
97.1 KB
28 May 2007
This program implements the base for QML (Qtask Markup Language) converters (for example it's the base for a QML to XHTML converter used in Qtask), by implementing the parsing of a QML text string into a QML document tree.
author: Gabriele Santilli
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
RSS feed reader
rss.rv:2.0.6
28.9 KB
20 Jul 2007
Live Bookmarks
author: Piotr Gapinski
Rebol Code colorizer
code-colorizer.rv:0.9.5
18.7 KB
19 Jan 2009
To convert Rebol script into html with colorized code. Using string based parsing.
author: David 'Oldes' Oliva
using dict protocol from dict.org
dict-demo.r
 documentation
v:0.9.3
8.7 KB
27 Feb 2008
Some usage words for dict:// protocol based on RFC2229
author: Brian Tiffin
LRWP interface to Xitami
lrwp.rv:1.0.0
4.2 KB
13 Mar 2003
LRWP is a FastCGI like interface for Xitami. This implementation is provided by Robert Muench and Maarten Koopmans. Enjoy....
author: Maarten Koopmans
patched HTTP/HTTPS protocol with cookies support
my-http.r
 discussion
21.8 KB
18 Aug 2006
Provide an HTTP/HTTPS handler that transparently supports cookies
author: cyphre@seznam.cz
Emit RSS
emit-rss.r
 discussion
 documentation
v:1.0.0
4.5 KB
19 Nov 2007
Create an RSS Feed from a REBOL Block.
author: Christopher Ross-Gill
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
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
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
Script Analyser
analyse.rv:1.0.1
5.3 KB
7 Jan 2005
Front-End User Interface for anamonitor to analyse a rebol script.
author: JL MEYRIAL
Altme chat reader/exporter
altme-chat-reader.r
 discussion
v:1.2.1
23.2 KB
19 May 2016
Display or export to html the content of an Altme chat group. Can be used in interractif or command-line mode. For usage, run the script with -? argument : "rebol.exe -s altme-chat-reader.r -?"
author: [unknown]