[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=======
metadata.r
--change: new script
--title: Access to Spotlight Metadata
--owners: ldci
--author: François Jouen ldci
--purpose: giving access to OSX Metadata
--url: 
http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=metadata.r

ngbg2.r
--change: new script
--title: National Geographic Image of the Day Downloader
--owners: gordon
--author: Gordon Raboud
--purpose: Original Purpose: Downloads the current picture of the day from
nationalgeographic.com and saves it to a location of your choice.
Directions: Change the 'filename' in the source to the location of your
choice. (Note this has been changed to a requester [...]
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=ngbg2.r

printf.r
--change: updated script
--title: printf and sprintf implementation
--owners: jaime
--author: Jaime Vargas Ladislav Mecir
--purpose: Wrapper for the printf and sprintf C routines
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=printf.r

rm.r
--change: new script
--title: Remove part of a string using parse
--owners: oscarspaz
--author: none
--purpose: When use with "foreach line lines" to remove specific columns in a 
text file.
e.g. remove column 10 to column 13 in file.txt
lines: read/lines %file.txt
foreach line lines [
parse/all line [9 skip mark: (remove/part mark 4) to end]
]
write %file.txt  [...]
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=rm.r

vprint.r
--change: new script
--title: vprint: print/logging management tool
--owners: moliad
--author: Maxim Olivier-Adlhoch
--purpose: programable, indented, console printing/tracing/file 
logging/debugging engine.
--url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=vprint.r


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

=======end=======
--The Library People
--12-Jun-2006

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

Reply via email to