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

Rebol Standard Library

 [1/5] from: al::bri::xtra::co::nz at: 20-Jan-2002 12:13


Maarten wrote:
> The Rebol Standard Library?
Perhaps like each script that knows where it usually resides on the 'net. For example: Rebol [ Name: 'Library Title: "Pro Grammer's Library" File: %Library.r Home: http://Pro.free-sites/Rebol/ Author: "Pro Grammer" ;... ] So the script named 'Library is at: http://Pro.free-sites/Rebol/Library.r. Then we'll need some sort of publish/subscribe system for notifying users when a new version of a author's scripts are ready. Perhaps Rugby? Or a special email list that's easy for a Rebol script to access and doesn't interfere with another email client. Andrew Martin ICQ: 26227169 http://valley.150m.com/

 [2/5] from: petr:krenzelok:trz:cz at: 20-Jan-2002 13:25


Andrew Martin wrote:
>Maarten wrote: >>The Rebol Standard Library?
<<quoted lines omitted: 18>>
>ICQ: 26227169 http://valley.150m.com/ >-><-
I remember such discussion being held here some time ago (maybe even several times :-). As for 'home - allow it being a block - if one location is not available, your app could contact another one. Then also - 'Needs field should be involved, for controlling version if script, and - think of security issues too. E.g. scripts checksummed, or something like that? -pekr-

 [3/5] from: al:bri:xtra at: 21-Jan-2002 21:00


pekr wrote:
> I remember such discussion being held here some time ago (maybe even
several times :-). Those who do not learn history are condemmed to repeat it. :-) IIRC, we decided to just wait for modules to arrive from Rebol HQ. But they haven't arrived yet.
> As for 'home - allow it being a block - if one location is not available,
your app could contact another one. Definitely. Like: Home: [http://Pro.free-sites/Rebol/ http://Pro.geocities.com/RebolStuff/ ]
> Then also - 'Needs field should be involved, for controlling version if
script,... Currently I've implemented 'Needs as a block of files that are required to be 'do-ne before the current script is 'do-ne. That's in my scripts in %Values/ and implemented in %Values.r
> and - think of security issues too. E.g. scripts checksummed, or something
like that? Perhaps a checksum field in header, or as part of packaging of script. Andrew Martin ICQ: 26227169 http://valley.150m.com/

 [4/5] from: koopmans::itr::ing::nl at: 18-Feb-2002 17:15

ANN: The REBOL Standard Library , RSL 1.000


Hi All, You can download the RSL 1.000 from http://www.rebolforces.com/~erebol Contains: - rugby - packer, a runtime packaging tool. Handy when you use Encap as well - contract, design by contract - erebol, Rebol Server Pages - require, a runtime module management system The mirror at www.vrijheid.net will be updated later. You can send submissions if they are accompanied by a README in make-doc format and a BSD style LICENSE. See the README in the RSL as well. Don't bother otherwise (including starting flame wars over the LICENSE type). --Maarten

 [5/5] from: mario:cassani:icl at: 18-Feb-2002 16:38


Thank you Maarten,
> You can download the RSL 1.000 from > > http://www.rebolforces.com/~erebol >
no way, you should use: http://www.rebolforces.com/~erebol/rsl.tar.gz ;) Zaijian Mario

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted