[REBOL] [REBOL.org] Recent changes

This is an automatic email from REBOL.org, the REBOL Script Library to notify 
you of recent changes to the Library.

=======changes=======
clean-script.r
--change: updated script
--title: REBOL Script Cleaner (Pretty Printer)
--owners: carl
--author: Carl Sassenrath
--purpose: Cleans (pretty prints) REBOL scripts by parsing the REBOL code
and supplying standard indentation and spacing.

--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=clean-script.r

echos.r
--change: updated script -- Thanks to A.Rolls, added logic! to the function 
header
--title: echos
--owners: sqlab
--author: Anton Reisacher
--purpose: allows reusing of an already existing echo file
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=echos.r

extract-web-links.r
--change: updated script -- Added usage hint
--title: extract-web-links
--owners: peterwood
--author: Peter WA Wood
--purpose: A function which scans a string (normally a web page)
and creates a block of URL/Text combinations for each
HTML <a> tag in the string.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=extract-web-links.r

makedoc2.r
--change: updated script
--title: MakeDoc 2 - The REBOL Standard Document Formatter
--owners: carl
--author: Carl Sassenrath
--purpose: 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, notes, and other info
visit http://www.rebol.net/docs/makedoc.html

--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=makedoc2.r

mem-check.r
--change: updated script -- There were some errors, as I could not test it on 
the computer connected to the internet
--title: Mem-Checker
--owners: sqlab
--author: Anton Reisacher
--purpose: Checking the memory usage of a process running under Windows
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=mem-check.r

rebzip.r
--change: new script
--title: rebzip
--owners: vincentecuye
--author: Vincent Ecuyer
--purpose: Zip archiver / unarchiver
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=rebzip.r

sql-protocol.r
--change: updated script -- Alpha version compatible with ODBC Microsoft Text 
Driver
--change: documentation added or updated
--title: SQL PROTOCOL
--owners: coccinelle
--author: Marco
--purpose: This script provide a REBOL protocol that implements an SQL 
Relationnal Database Engine
Today, this protocol execute only these query :
- SELECT ... FROM ... WHERE ... ORDER BY ...
- INSERT ... INTO ... VALUES ...
- UPDATE ... SET ... WHERE ...
- DELETE FROM ... WHERE ...
- CREATE TABLE ...
- DROP TABLE ...

--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r

test.r
--change: new script
--title: REBOL CGI Test Script
--owners: tgd
--author: Dirk Weyand
--purpose: REBOL Test CGI-Script for Serve-It!
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=test.r

timer-styles.r
--change: new script
--title: Time Styles
--owners: philb
--author: Phil Bevan
--purpose: A simple clock & timer style

--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=timer-styles.r

to-fussy-idate.r
--change: new script
--title: to-fussy-idate
--owners: peterwood
--author: Peter WA Wood
--purpose: A function which converts a Rebol date! to a string formatted
according to a strict interpretation of the RFC 822 standard.

If the time is not provided, a default of 00:00 is used.
If the seconds are not set, 00 is used.
(NB The zone defaults to 00:00 in a Rebol date)

Based on the original to-idate of Rebol/core and comments on the
Rebol mailing list.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=to-fussy-idate.r

unpack.r
--change: new script
--title: User Server
--owners: izkata
--author: Daniel Sirotzke
--purpose: Load websites or run files at certain time intervals
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=unpack.r


=======additional information=======
new and updated scripts: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent
recent documentation: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/cpt-recent-docs.r

=======end=======
--The Library People
--19-Jan-2005

-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to