GeoRSS converter |
georss.r | 24.5 KB 7 Oct 2009 | Converts GeoRSS xml to GPX/KML/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 |
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 |
RBBS - REBOL Bulletin Board Tutorial |
rbbs.r | v:1.0.0 16.9 KB 5 Jun 2005 | A CGI Web Bulletin Board / Message Board author: carl sassenrath |
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 |
Dialect Object Model |
quote-node-attributes.r discussion documentation | 5.4 KB 4 Jun 2022 | This script is used on data Sequence key value pairs with various different syntax styles such as
DOM Vars, html,xml,css, objects, arrays, json, rebol series, etc. It attempts to reformat malformed
key/value data found in a SL that's usually delimited as objects, arrays, or json statement.
It requotes *" *, and can creates tagged node-elements for look up in Dialect Object Models. Witch
then can be set as Vars to be used with rebol-DOM functions.
You can allso fine tune your own delimiter rules as characters or words patterens to use with the
strip-obj-chars-from() function. (DSL: domain specific language) author: [unknown] |
Client for BaseX XML Database |
basexclient.r | v:0.1 4.4 KB 4 Jun 2010 | BaseX Native XML binding author: Sabu Francis |
Rebol Code colorizer |
code-colorizer.r | v: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 |
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 |
Forum |
forum.r | 15.2 KB 17 Jun 2010 | A CGI forum application, running at http://rebolforum.com.
Please link to it, so that new REBOLers have a place to ask questions! author: nick |
HTML Dialect |
html.r documentation | v:0.0.7 21.8 KB 20 Aug 2008 | HTML dialect for simple generation of webpages with REBOL code. author: henrik mikael kristensen |
Lowercase All Tags |
lowertag.r | v:1.0.0 886 bytes 21 Jan 2005 | Given an HTML or XML file, shifts all tags to lowercase.
Everything in the tag is lowercased, so you will need to
inspect the resulting file names, etc. But, for most
files this is easier than doing it manually. (Also shows
how easy it is to do this kind of conversion.) author: Carl Sassenrath |
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 |
PhotoTrackr DPL converter |
phototrackr-converter.r | 8.8 KB 27 Oct 2010 | Converts memory dumps of the PhotoTrackr GPS (DPL) logger to OziExplorer/GPX formats author: pijoter |
PHP-colorizer |
php-colorizer.r | v:1.1.0 26.8 KB 19 Jan 2009 | [no purpose header found] author: David 'Oldes' Oliva |
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 |
Rebolide |
rebolide.r discussion | v:5.4.39 227.7 KB 7 Sep 2012 | A Rebol IDE for beginners that helps learning Rebol.
I suggest you to put this script in a separete folder. author: Massimiliano Vessi |
Dialect Object Model |
rebol-dom-mdlparser.r | 71.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 |
rmoocks |
rmoocks.r | v:1.0.0 3.5 KB 13 Mar 2003 | Emulates, with a few lines of Rebol code, the CommServer flash XML socket
server from Moock and Clayton.(see www.moock.org for the flash client.)
The server sends a simple xml doc like <NUMCLIENTS>numclients</NUMCLIENTS>
as soon as someone enters or leaves the server.
By updating and comparing the old and updated value of numclients, The Flash
client knows if someone has entered [...] author: SuperTomato |