59 scripts tagged as: [domain · markup]
RebProcessor | ||
rebprocessor.r | v: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 |
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 |
Search Center | ||
search2.r | v:1.2.2 3.5 KB 13 Mar 2003 | Searches various places,such as Google, without having to go to their website . author: Kevin Adams |
site-build | ||
site-build.r | v:1.0.0 40.1 KB 13 Mar 2003 | site-build basicaly builds/updates a website based on the template I have developed. Requires html 4.0 compliant browser (opera 5 or IE 5). author: Rishi Oswal |
Web Site Checker | ||
site-check.r | v:1.1.1 3.5 KB 11 Jun 2004 | Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites. 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 |
SKIMP: Simple keyword index management program | ||
skimp.r documentation | v:0.0.2 40.3 KB 3 May 2007 | Simple, fast way of indexing the text content of many documents author: Sunanda |
SMS2LJ | ||
sms2lj.r | v:1.0.0 1.7 KB 3 Aug 2004 | Post to your LiveJournal account by sending
an SMS to your POP3 account ... using a service
like Yahoo! Mail for SMS. author: Premshree Pillai |
tagit | ||
tagit.r | v:1.0.0 1.1 KB 16 Nov 2004 | generate tagged HTML blocks author: Nigel Salt |
Example Text Document | ||
textdoc.r documentation | 2.9 KB 13 Mar 2003 | Creates an example for text-to-html doc language.
Shows how natural and readable it is -- the reason we
prefer it for writing our how-to documentation. author: Carl Sassenrath |
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 |
Textpad syntax generator | ||
textpad-syngen.r discussion | v:0.5 3.3 KB 6 Sep 2010 | Textpad syntax generator for Textpad 4.4 (and above)
Highlighter gets lost with {{}} author: John Kenyon |
TSN: Tranched serial number server | ||
tsn.r documentation | v:0.0.1 7.6 KB 30 Apr 2007 | Quick, safe way of allocating categorized unique serial numbers author: Sunanda |
UPnP - IGD V1.0 | ||
upnp-igd.r | v:0.1 14.3 KB 10 Sep 2006 | UPnP-IGD tool to discover and control an Internet Gateway Device via UPnP author: marco |
HTML Rainbow generator for Rebol/View | ||
view-rainbow.r | v:1.0.1 2.4 KB 13 Mar 2003 | Create HTML color fade effects. Places output on the clipboard author: Cal Dixon |
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 |
Web Banner | ||
webbanner.r | v:1.0.0 1.1 KB 13 Mar 2003 | Generate HTML code that displays a banner and links to its destination. author: Andrew Grossman |
CGI Comment Article | ||
webcomment.r documentation | 2.9 KB 13 Mar 2003 | Run this to create the file used for
the cgicomment.r script. author: Carl Sassenrath |
Web Form Widgets | ||
webwidget.r | v:1.0.0 1.6 KB 13 Mar 2003 | Generate HTML code quickly and easily for several form elements. author: Andrew Grossman |
Wiki entry R3 | ||
wiki-rebol3.r | v:3.0.6 4.1 KB 2 Jan 2013 | make wikibook/wikipedia/mediawiki entry from defined words,
example: my? append (then you can paste directly (CTRL+V),
see http://en.wikibooks.org/wiki/REBOL_Programming/append)
This works with Rebol3 author: Massimiliano Vessi |
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 |
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 |
XML/DOM | ||
xml-dom.r documentation | v:0.1.2 6.6 KB 28 Mar 2009 | A rudimentary in-memory XML interpreter and interface. author: Christopher Ross-Gill |
Parse and write XML code | ||
xml-load-form.r | v:0.7.1 12.8 KB 9 Aug 2018 | Parse XML code and return a tree of block, and vice-versa. author: Marco Antoniazzi |
Convert an XML-derived block structure into objects. | ||
xml-object.r | v:1.0.5 7.9 KB 3 Mar 2005 | This script creates a function xml-to-object that converts
a series of nested blocks, created from an XML document by
parse-xml, into a series of nested objects that represent
the original content of the XML document processed. author: Gavin F. McKenzie |
A more XML 1.0 compliant set of XML parsing tools. | ||
xml-parse.r | v:0.7.6 44.0 KB 1 Jul 2009 | REBOL's built-in parse-xml function lacks a number of
XML 1.0 compliant features, including:
- support for CDATA sections
- support for XML Namespaces
- exposure of the internal DTD subset
The intent of this script is to create an XML parser
that can operate either via an event/callback mechanism,
or produce [...] author: Gavin F. McKenzie |
XML to RebXML Converter | ||
xml2rebxml.r | v:1.2.0 4.8 KB 2 Mar 2009 | Convert XML to RebXML block structure. author: John Niclasen |
XML Generator | ||
xmlgen.r | v:1.0.0 1.7 KB 13 Mar 2003 | Simple functions to generate XML output. Creates example XML as published in Scientific American, May 1999. author: Scrip Rebo |
YARM - Yet Another Rebol Messenger | ||
yarm.r | v:1.0.2 1.0 KB 13 Mar 2003 | An email-client with a browser front-end author: Tommy Giessing Pedersen |
31 / 59 | 1 | [2] |