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 |
CSV Handling Tools |
csv-tools.r | v:1.1.5 11.9 KB 20 Dec 2011 | Loads and formats CSV data, for enterprise or mezzanine use. author: Brian Hawley |
Date and time functions |
date-time.r discussion | v:1.1 11.8 KB 24 Feb 2011 | This script contains the Rebol implementation of some date and time functions provided in
the glibc library and the gnumeric (and therefore Microsoft Excel) software.
While the use and handling of date and time data are in most cases straightforward
with Rebol, some of the advanced date and times functionalities found in glibc and
gnumeric are still missing in [...] author: Francois Vanzeveren |
to-iso8601-date |
to-iso-8601-date.r | v:1.1.1 3.3 KB 22 Apr 2005 | A function which converts a Rebol date! to a string which complies
with ISO 8601.
If the time is not provided, a default of 00:00 is used.
Truncates any milli-seconds.
(NB The zone defaults to 00:00 in a Rebol date) author: Peter WA Wood |
UTF-8 |
utf-8.r discussion | v:1.0.2 14.3 KB 14 Nov 2003 | Encoding and decoding of UCS strings
to and from UTF-8 strings. author: Jan Skibinski |
Wiki |
wiki.r | v:3.3.2 25.6 KB 19 Jul 2003 | Implements a Wiki using Rebol and the Xitami webserver. author: Andrew Martin |
form-date |
form-date.r documentation | v:1.0.1 5.5 KB 18 Jul 2007 | Return formatted date string using strftime style format specifiers author: Christopher Ross-Gill |
PhotoTrackr DPL700 |
dpl700.r | 11.8 KB 30 Sep 2009 | Reads the memory from the Gisteq PhotoTrackr GPS logger to a file author: pijoter |
PhotoTrackr DPL700 to GPX/PLT converter |
dpl700-converter.r | 20.8 KB 3 Oct 2009 | Converts memory dumps of the Gisteq PhotoTrackr GPS logger (MTK) to GPX/OziExplorer formats author: pijoter |
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 |
GeoRSS converter |
georss.r | 24.5 KB 7 Oct 2009 | Converts GeoRSS xml to GPX/KML/OziExplorer formats author: pijoter |
make-doc-pro |
make-doc-pro.r discussion documentation | v:1.0.8 57.8 KB 7 Feb 2004 | 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. author: Robert M. Münch |
RSS feed reader |
rss.r | v:2.0.6 28.9 KB 20 Jul 2007 | Live Bookmarks author: Piotr Gapinski |
Site |
site.r | v:1.2.2 4.1 KB 13 Mar 2003 | Site dialect. Creates web sites from plain text, etc.
I use it to create my own site automatically. author: Andrew Martin |
A Reb-Site |
a-reb-site.r | v:0.1.1 70.8 KB 23 Mar 2008 | a-reb-site.r was written to:
- compare form and function of a reb-site with that of a conventional web-site.
(...an obliging web-site - www.rebol.com perhaps!) &
- to provide an example of a reb-site script, &
- as an illustration of the compact size of a reb-site relative
to the average web-site [...] author: R.v.d.Zee |
cookie-example.r |
cookie-example.r documentation | v:1.0.1 7.5 KB 13 Aug 2004 | Demonstrates how to set session cookies and use them to retrieve
session variables. Much of the code has been cobbled together from
much more structured (ie not all in one module) code used by
rebol.org itself author: Sunanda |
CGI Emailer Form (HTML Part) |
cgiemailhtml.r documentation | 1.7 KB 13 Mar 2003 | HTML form to go with CGI Emailer example (cgiemailer.r). author: [unknown] |
Easy CGI Form (HTML Part) |
cgiformhtml.r documentation | v:1.0.0 1.4 KB 13 Mar 2003 | HTML form to go with Easy CGI example (cgiform.r). author: Anonymous |
Obscure File Server |
fileserver.r | 14.4 KB 3 Sep 2009 | Share files over HTTP protocol +NLS author: pijoter |
FormMail.pl Lookalike Spam Trap |
formmail.pl | 2.5 KB 21 May 2007 | Respond to a CGI calls as if we were FormMail.pl
(See http://www.scriptarchive.com/formmail.html)
If the request seems to be an openness check,
respond with an email indicating this server is
ready for abuse. Else, swallow spam email and
return nothing.
Note the filename - for once, a rebol script [...] author: HY |
Convert 'Date' datatype to International Date - ISO 8601. |
iso-8601-date.r | v:1.0.0 1.0 KB 8 Nov 2005 | Simple one-liner function to covert date to ISO 8601 format. In
my application a time stamp is not needed nor included in this function.
For a function that includes a timestamp see: to-iso-8601-date.r author: Gordon Raboud |
RebXML to XML Converter |
rebxml2xml.r | v:1.3.1 4.1 KB 2 Mar 2009 | Converts a RebXML block structure to XML. author: John Niclasen |
WAP File Viewer CGI |
wap-file-viewer.r | 1.6 KB 10 Aug 2010 | Read text files on your web server using your WAP cell phone browser. author: nick |
WAP Mail Reader CGI |
wap-mail-reader.r | 3.4 KB 10 Aug 2010 | Read email using your WAP cell phone browser. author: nick |
web to plain |
web-to-plain.r | v:1.0.0 3.1 KB 8 Jul 2003 | to translate htmlized text into plain text in one pass
markdown? author: Tom Conlin |