Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
The index takes it all
nicer-urls.r
 documentation
v:0.1.0
3.3 KB
17 Sep 2012
This is my REBOL version of the php script from http://www.alistapart.com/articles/succeed/
author: Arnold van Hofwegen
string encoding utilities
str-enc-utils.r
 documentation
v:1.2.3
45.9 KB
25 Jan 2015
A set of string utilities created to help with text encoding in 8-bit character strings
author: Peter W A Wood
Blogger
blogger.r1.9 KB
22 Apr 2010
This program allows users to create and add entries to an online blog page. The GUI has text fields which allow the user to enter a title, link, and blog text, as well as a button to select an image file which will be uploaded and included in the blog entry. When the Upload button is clicked, an HTML file is created and uploaded to [...]
author: nick
CGI Event Calendar
cgi-event-calendar.r2.4 KB
17 Apr 2010
A web site CGI application that displays events in the current calendar month, with links to specified event pages. Events are stored in the file %bb.db, in the format: ["event 1" 18-Apr-2010 http://website.com/event1.html] ["event 2" 20-Apr-2010 http://website.com/event2.html] ["event 3" 20-Apr-2010 http://website.com/event3.html] [...]
author: nick
Checklister (HTML)
checklist.r
 documentation
1.9 KB
13 Mar 2003
Creates a checklist in HTML from a text file.
author: [unknown]
Document Search
document-search.r
 documentation
v:1.0.0
2.1 KB
11 Aug 2006
Users may open a directory, search files for a phrase, and then review documents in a browser.
author: rwvd.Zee
Extract REBOL keywords
extract-keywords.r1.1 KB
28 Jun 2009
Generic function to extract and format REBOL 'keywords', typically to create a syntax highlight file for an editor that doesn't support REBOL.
author: Ashley G Truter
Guitar Chord Diagram Maker
guitar-chord-diagram-maker.r2.8 KB
29 Jun 2008
A demo program that creates, saves, and prints collections of guitar chord fretboard diagrams. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html
author: nick antonaccio
HTML Form Generator and Server
html-form-generator-and-server.r7.9 KB
2 Jan 2017
Creates an HTML form, with any fields, areas, check boxes, and drop-down selectors you specify, then runs a server to collect any data entered into the form by users. A cgi version is also provided, which can be run on most shared host providers. A little GUI app is also provided to demonstrate how search and browse collected [...]
author: nick
Make And Print A CD Label
label-and-print.r6.6 KB
6 Jan 2008
This script illustrates how CD labels may be drawn and printed with REBOL and illustrates how REBOL output may be printed when incorporated into an HTML page.
author: r.
Email Viewer (as web page)
mailview.r1.3 KB
13 Mar 2003
This example displays all of your pending email as an HTML web page. (But does not remove it.)
author: [unknown]
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
R2HTML
r2html.rv:1.3.1
2.8 KB
13 Mar 2003
Converts .r rebol script file into a .html file.
author: Andrew Martin
CGI Remote Console
remote-console.r2.5 KB
26 Sep 2009
Allows you to type REBOL code into an HTML text area, and have that code execute directly on your web server. The results of the code are then displayed in your browser. This essentially functions as a remote console for the REBOL interpreter on your server. You can use it to run REBOL code, or to call shell programs directly on [...]
author: [unknown]
RSS feed reader
rss.rv:2.0.6
28.9 KB
20 Jul 2007
Live Bookmarks
author: Piotr Gapinski
Dialect Object Model
rebol-dom-mdlparser.r71.6 KB
7 Jul 2023
----a future Rebol browser API?---- %Rebol-DOM.r mdlparser.r can view DOM's as VID. The Rebol-dom code in the mdlparser has been updated. I'll improve the mdlparser and post updates as time permits or if anyone request specific changes that will improve it. This mdlparser [...]
author: daniel
Textile Parser
textile.r
 documentation
v:0.2.0
16.2 KB
16 Jun 2006
Transforms Textile-formatted text into HTML
author: Brian Wisti
Text to HTML Converter
texthtml.r
 documentation
v:1.0.0
2.4 KB
6 May 2003
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.
author: Carl Sassenrath
HTML Rainbow generator for Rebol/View
view-rainbow.rv:1.0.1
2.4 KB
13 Mar 2003
Create HTML color fade effects. Places output on the clipboard
author: Cal Dixon
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