[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=======
alien.r
--change: documentation added or updated
--title: Alien Dialect
--owners: [unowned]
--author: Anonymous
--purpose: It came from outer space
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=alien.r

alienexp.r
--change: documentation added or updated
--title: Alien Dialect Explanation
--owners: [unowned]
--author: Anonymous
--purpose: It came from outer space explained.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=alienexp.r

beer.r
--change: documentation added or updated
--title: REBOL Ale
--owners: [unowned]
--author: Anonymous
--purpose: A rich, malty, copper brew.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=beer.r

beersong.r
--change: documentation added or updated
--title: 99 Bottles of Beer Song
--owners: [unowned]
--author: Anonymous
--purpose: The correct song. A bit more advanced.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=beersong.r

bin-data.r
--change: documentation added or updated
--title: Binary Data in REBOL Scripts
--owners: [unowned]
--author: Anonymous
--purpose: Example of how to decode binary data in REBOL scripts This example 
includes a base-64 encoded image. (See bin-save.r for an example of how to 
create this file.)
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=bin-data.r

bin-save.r
--change: documentation added or updated
--title: Encoding Binary Data in REBOL Scripts
--owners: [unowned]
--author: Anonymous
--purpose: Example of how to save base-64 encoded binary data in REBOL scripts. 
(See bin-data.r as an example of how to decode the data.)
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=bin-save.r

black-text.r
--change: documentation added or updated
--title: Display Black Text
--owners: [unowned]
--author: Anonymous
--purpose: Display black text on a white background.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=black-text.r

blast.r
--change: documentation added or updated
--title: Email Blaster
--owners: [unowned]
--author: Anonymous
--purpose: Send an email to everyone on a spreadsheet of email addresses. 
Personalize the greeting for each. Keep a log of who was been sent the message.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=blast.r

button-image.r
--change: documentation added or updated
--title: Images Buttons
--owners: [unowned]
--author: Anonymous
--purpose: Example of how to make buttons made from images. Clicking on a 
button updates text in the window.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=button-image.r

button-key.r
--change: documentation added or updated
--title: A Button with Shortcut Key
--owners: [unowned]
--author: Anonymous
--purpose: Shows how to easily add a shortcut key to a button.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=button-key.r

cgicomment.r
--change: documentation added or updated
--title: CGI Web Page Comment Poster
--owners: carl
--author: Carl Sassenrath
--purpose: Allows viewers to add comments to a web page.
(needs webcomment.r to create example forms file).
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=cgicomment.r

cgidump.r
--change: documentation added or updated
--title: CGI Form Dumper
--owners: carl
--author: none
--purpose: Display the contents of a submitted form as a web page.
Useful for debugging CGI forms.

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

cgiemailer.r
--change: documentation added or updated
--title: Sends Email via CGI Form
--owners: [unowned]
--author: Anonymous
--purpose: Uses a Web form to send an email message.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=cgiemailer.r

cgiemailhtml.r
--change: documentation added or updated
--title: CGI Emailer Form (HTML Part)
--owners: carl
--author: none
--purpose: HTML form to go with CGI Emailer example (cgiemailer.r).

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

cgiform.r
--change: documentation added or updated
--title: Easy CGI Form Example
--owners: [unowned]
--author: Anonymous
--purpose: Handles a CGI form and returns its values as a web page. (The 
associated cgiform.html file contains the form).
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=cgiform.r

cgiformhtml.r
--change: documentation added or updated
--title: Easy CGI Form (HTML Part)
--owners: [unowned]
--author: Anonymous
--purpose: HTML form to go with Easy CGI example (cgiform.r).
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=cgiformhtml.r

cgiformobj.r
--change: documentation added or updated
--title: CGI Form with Defaults
--owners: carl
--author: none
--purpose: Handles a CGI form, providing default values for
missing fields in the form.  Returns a web page.
(The associated cgiform.html file contains the form).

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

cgimail.r
--change: documentation added or updated
--title: CGI Form Emailer
--owners: carl
--author: none
--purpose: Emails the contents input into a web CGI form.

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

countweb.r
--change: documentation added or updated
--title: Count References on Web Pages
--owners: [unowned]
--author: Anonymous
--purpose: Count the number of times a string appears on each of a given set of 
web pages.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=countweb.r

filtered-import.r
--change: new script
--change: updated script -- Minor Changes
--change: documentation added or updated
--title: Import and Validate User Input
--owners: chrisrg
--author: Christopher Ross-Gill
--purpose: Filters user input based upon a given spec
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=filtered-import.r

form-date.r
--change: new script
--change: updated script -- Added %z code for RFC 822 format dates
--change: documentation added or updated
--title: form-date
--owners: chrisrg
--author: Christopher Ross-Gill
--purpose: Return formatted date string using strftime style format specifiers
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=form-date.r

ftpallto.r
--change: documentation added or updated
--title: Transfer REBOL Files to Server
--owners: [unowned]
--author: Anonymous
--purpose: FTP all .r files in the current directory to a server.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpallto.r

ftpappend.r
--change: documentation added or updated
--title: Append to a Text File
--owners: [unowned]
--author: Anonymous
--purpose: Append to a text file using FTP.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpappend.r

ftpcheck.r
--change: documentation added or updated
--title: Check for a File or Directory
--owners: carl
--author: none
--purpose: Check for the existence of an FTP file or directory.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpcheck.r

ftpdel.r
--change: documentation added or updated
--title: Delete a File or Directory
--owners: carl
--author: none
--purpose: Delete a file or directory from a server using FTP.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpdel.r

ftpdir.r
--change: documentation added or updated
--title: Read File Directories
--owners: carl
--author: none
--purpose: Read and print directories from an FTP server.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpdir.r

ftpdircheck.r
--change: documentation added or updated
--title: Check for Directory
--owners: carl
--author: none
--purpose: Check if a filename belongs to a directory using FTP.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpdircheck.r

ftpdo.r
--change: documentation added or updated
--title: Run Script from FTP
--owners: carl
--author: none
--purpose: Do a REBOL script via FTP.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpdo.r

ftpdown.r
--change: documentation added or updated
--title: Download List of Files
--owners: carl
--author: none
--purpose: Download a list of binary files using FTP.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpdown.r

ftpdownbin.r
--change: documentation added or updated
--title: Download a Binary File
--owners: carl
--author: none
--purpose: Download a binary file from an FTP server.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpdownbin.r

ftpdownload.r
--change: documentation added or updated
--title: Interactive FTP Downloader
--owners: carl
--author: none
--purpose: Download a group of files from an FTP server, prompting
for each file along the way.

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

ftphtml.r
--change: documentation added or updated
--title: Upload all HTML Files
--owners: [unowned]
--author: Anonymous
--purpose: Upload a group of files to an FTP server.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftphtml.r

ftpinfo.r
--change: documentation added or updated
--title: Get File Size and Date
--owners: carl
--author: none
--purpose: Get size and date information about an FTP file.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpinfo.r

ftpmakedir.r
--change: documentation added or updated
--title: Make a directory
--owners: carl
--author: none
--purpose: Make a file directory on an FTP server.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpmakedir.r

ftpread.r
--change: documentation added or updated
--title: Read a Text File
--owners: carl
--author: none
--purpose: Read a text file from an FTP server and print it.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpread.r

ftprename.r
--change: documentation added or updated
--title: Rename a File
--owners: carl
--author: none
--purpose: Rename a file on a server using FTP.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftprename.r

ftpup.r
--change: documentation added or updated
--title: Upload a File
--owners: [unowned]
--author: Anonymous
--purpose: Upload a binary file to an FTP server.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpup.r

ftpupload.r
--change: documentation added or updated
--title: Upload Several Files
--owners: [unowned]
--author: Anonymous
--purpose: Upload multiple files with FTP using login and password.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpupload.r

ftpwrite.r
--change: documentation added or updated
--title: Write Text File
--owners: [unowned]
--author: Anonymous
--purpose: Write a text file to an FTP server.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ftpwrite.r

insert-mru.r
--change: new script
--title: Insert - Most Recently Used list idiom
--owners: greggirwin
--author: Gregg Irwin
--purpose: Insert an item in a series, where the series is treated
as an MRU list. That is, the newest item is at the head,
there are no duplicates (inserting a value removes the
previous instance of that value if it exists), and the
series may be limited to a specific [...]
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=insert-mru.r

periodictable.r
--change: documentation added or updated
--title: periodic table
--owners: btiffin
--author: Brian Tiffin
--purpose: Display a periodic table of the elements as REBOL buttons
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=periodictable.r

priority-queue.r
--change: new script
--title: Priority Queue
--owners: greggirwin
--author: Gregg Irwin
--purpose: Provides functions, and an object def that uses them, to treat
a series as a priority queue. When you insert items, you give
them a priority (higher numbers mean a higher priority). In the
actual series, the priority is stored along with the value, so
you [...]
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=priority-queue.r

skimp-my-altme.r
--change: new script
--change: documentation added or updated
--title: Altme world search
--owners: sunanda
--author: none
--purpose: Indexes and searches Altme worlds
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=skimp-my-altme.r

skimp.r
--change: updated script -- Adds flush-cache and flush-cache-all
--change: documentation added or updated
--title: SKIMP: Simple keyword index management program
--owners: sunanda
--author: Sunanda
--purpose: Simple, fast way of indexing the text content of many documents
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=skimp.r

tsn.r
--change: new script
--change: documentation added or updated
--title: TSN: Tranched serial number server
--owners: sunanda
--author: Sunanda
--purpose: Quick, safe way of allocating categorized unique serial numbers
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=tsn.r

webcomment.r
--change: documentation added or updated
--title: CGI Comment Article
--owners: carl
--author: Carl Sassenrath
--purpose: Run this to create the file used for
the cgicomment.r script.
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=webcomment.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
--2-May-2007

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

Reply via email to