Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] [REBOL.org] Recent changes

From: rebol:rebol at: 26-Jan-2005 0:44

[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======= lowertag.r --change: new script --title: Lowercase All Tags --owners: carl --author: Carl Sassenrath --purpose: Given an HTML or XML file, shifts all tags to lowercase. Everything in the tag is lowercased, so you will need to inspect the resulting file names, etc. But, for most files this is easier than doing it manually. (Also shows how easy it is to do this kind of conversion.) --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=lowertag.r makedoc2.r --change: updated script -- Better default styles, no stray P tags, quoted attributes, fixed output code type, and more. --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 to-iso-8601-date.r --change: new script --change: updated script -- Corrected to truncate any milli-seconds --title: to-iso8601-date --owners: peterwood --author: Peter WA Wood --purpose: A function which converts a Rebol date! to a string which complies with ISO 8601. If the time is not provided, a default of 00:00 is used. Truncates any milli-seconds. (NB The zone defaults to 00:00 in a Rebol date) --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=to-iso-8601-date.r =======additional information======= new and updated scripts: http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent =======end======= --The Library People --26-Jan-2005