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

[REBOL] Re: ANN: REBOLml 0.1.4

From: gchiu:compkarori at: 28-Jan-2004 9:52

On Wed, 28 Jan 2004 10:11:40 +1300 "Graham Chiu" <[gchiu--compkarori--co--nz]> wrote:
>There's a problem with version 0.1.3 which is the current >version. > >I'll try and update it ASAP .. but don't try and update >with it at present please. >
0.1.4 is now up and fixes the indexing bug introduced after midnight last night :( The reply and list views are not functional yet. http://s94368865.onlinehome.us/downloads/rebol.exe or, if you have cache problems, try this one but be sure to rename it to rebolml.exe http://s94368865.onlinehome.us/downloads/rebol0140.exe If you don't have a rebolml-config.r file, make one like this #[object! [ update-cgi: #[url! http://s94368865.onlinehome.us/rebol/getemail.cgi ] lastrec: 38604 initial-data: [900000 1 3 4 5] max-display: 100 index-limit: 1500 ]] and lastrec should be 38622 or higher after updating -- Graham Chiu http://www.compkarori.com/rebolml/<