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

ANN: REBOLml 0.1.4

 [1/8] from: gchiu:compkarori at: 27-Jan-2004 16:18


What is it? It's an encapped application that stores all the mail list messages from July 2000 to yesterday, and makes it into a searchable archive. Most searches take under a second. Also, the message database can be updated by connecting to my server with a convenient Update button :) The docs and windows binaries can be found from here: http://www.compkarori.com/rebolml/ -- Graham Chiu http://www.compkarori.com/cerebrus/<

 [2/8] from: hallvard::ystad::oops-as::no at: 27-Jan-2004 14:48


Cool, Graham. I'm downloading and will start using it right away! HY Dixit Graham Chiu (13.28 27.01.2004):

 [3/8] from: gerardcote:sympatico:ca at: 27-Jan-2004 9:10


Hi Graham, You wrote:
> The docs and windows binaries can be found from here: > > http://www.compkarori.com/rebolml/ >
I'm impatient to see your app in action but while I'm waiting for the download to be completed I looked at your doc. Nice look and feel - may be some 'd=E9j=E0 vu' elsewhere ??? - and very clean information. "Great Job" is the expression I would use to describe it if I was reviewing it for some magazine ... And since I looj it so much - can you tell me if the simple fact to link to Chris' Stylesheet does all the job for you or if there is more under the cover ? In the formaer case can you tell me how we can indicate to Make-Doc-pro how he has to select some stylesheet like yu did to get this wonderful achievement ? Thanks in advance and you can be sure that I will try your app before the end of the day. I already use a lot your current Web version ML searching tool and this one would eliminate many lost waiting time and connection time too since I now work from a 56k dial-up line ... Regards, Gerard

 [4/8] from: petr:krenzelok:trz:cz at: 27-Jan-2004 15:49


Hi Graham ... do you think you would find any free time to try to test with native rebol database - RebDB? :-) It would be interesting to see the difference .... Second - what make doc do you use for your docs? Very nice output .... thanks a lot, -pekr-

 [5/8] from: gchiu:compkarori at: 27-Jan-2004 20:50


On Tue, 27 Jan 2004 09:10:02 -0500 "Gerard Cote" <[gerardcote--sympatico--ca]> wrote:
>I'm impatient to see your app in action but while I'm >waiting for the download to be completed I looked at your >doc. Nice look and >feel - may be some 'd=E9j=E0 vu' elsewhere ??? - and very
I'm sure Chris will be happy with hat. You too can achieve this look http://www.ross-gill.com/make-doc/ -- Graham Chiu http://www.compkarori.com/cerebrus/<

 [6/8] from: gchiu:compkarori at: 27-Jan-2004 20:50


On Tue, 27 Jan 2004 15:49:44 +0100 Petr Krenzelok <[petr--krenzelok--trz--cz]> wrote:
>do you think you would find any free time to try to test >with native >rebol database - RebDB? :-) It would be interesting to
Hi Petr, Wouldn't work. I read that RebDB uses fixed length fields whereas I need varchar type fields.
>Second - what make doc do you use for your docs? Very >nice output ....
http://www.ross-gill.com/make-doc/ is a web service that does this for you. Make doc anywhere .. :) -- Graham Chiu http://www.compkarori.com/cerebrus/<

 [7/8] from: gchiu:compkarori at: 28-Jan-2004 9:52


On Wed, 28 Jan 2004 01:28:08 +1300 "Graham Chiu" <[gchiu--compkarori--co--nz]> wrote:
>The docs and windows binaries can be found from here: > >http://www.compkarori.com/rebolml/
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. I seem to have lost ftp access to that site :( You can change the lastrec value to 38609 in rebolml-config.r, and if you don't have one, make one as in the docs. -- Graham Chiu http://www.compkarori.com/cerebrus<

 [8/8] 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/<