Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
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
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
MakeDoc 2 - The REBOL Standard Document Formatter
makedoc2.r
 documentation
v:2.5.7
17.0 KB
10 Mar 2007
This is the official MakeDoc document formatter that is used by REBOL Technologies for all documentation. It is the fastest and easiest way to create good looking documentation using any text editor (even ones that do not auto-wrap text). It creates titles, headings, contents, bullets, numbered lists, indented examples, note blocks, and more. For documentation, [...]
author: Carl Sassenrath
make-doc-pro
make-doc-pro.r
 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
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
Dialect Object Model
rebol-dom-mdlparser
 discussion
 documentation
61.9 KB
4 Jun 2022
%Rebol-DOM.r mdlparser.r is a copy of the %Rebol-DOM.r mdlparser. The first copy would not download so i appended the *.r to it, wich seemed to make it able to become downloadable now. So...., down load it and tell me all about its glorious [...]
author: daniel
RBBS - REBOL Bulletin Board Tutorial
rbbs.rv:1.0.0
16.9 KB
5 Jun 2005
A CGI Web Bulletin Board / Message Board
author: carl sassenrath
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
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
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
Site
site.rv: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
Wiki
wiki.rv:3.3.2
25.6 KB
19 Jul 2003
Implements a Wiki using Rebol and the Xitami webserver.
author: Andrew Martin
REBOL Mapping of all win32 API errors
win32-errors.rv:1.0
193.9 KB
8 Sep 2010
[no purpose header found]
author: Maxim Olivier-Adlhoch
web to plain
web-to-plain.rv:1.0.0
3.1 KB
8 Jul 2003
to translate htmlized text into plain text in one pass markdown?
author: Tom Conlin
Qtask Markup Language - XHTML emitter
xhtml-emitter.r
 documentation
v:2.19.1
35.1 KB
28 May 2007
This program implements a QML to XHTML converter. The input is a QML document tree (from the QML parser), and the output is XHTML text.
author: Gabriele Santilli