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: 20-Oct-2004 19:30

[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======= calc-engine.r --change: updated script -- superseded by script calculese.r --title: Calculation --owners: skurunner --author: Ryan Cole --purpose: A dialect for creating calculators. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=calc-engine.r calculese.r --change: updated script -- Fixed all known bugs. --title: Calculese --owners: skurunner --author: Ryan S. Cole --purpose: A dialect for creating calculators. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=calculese.r desk-calc.r --change: updated script -- Uses rounded buttons ('btn) under Link. --title: Desk Calculator --owners: skurunner --author: Ryan S. Cole --purpose: A tool for simple calculations. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=desk-calc.r easy-soccer.r --change: updated script --title: EASY SOCCER --owners: coccinelle --author: Marco --purpose: Easy-Soccer is a broker based on CGI which offer an easy way to write and the deploy distributed Rebol application. Easy-Soccer makes very easy to expose function written in Rebol like services. Thus, you can use these functions as if they were defined locally. In a distributed environment Easy-Soccer uses a simple WEB server and CGI to execute Rebol code on the server. HTTP is used for the transport of the messages like SOAP or X-RPC and so goes easily thru firewalls. Easy-Soccer allows not only to publish remote function, but can also provide the client part of the application. So you can have in the same Rebol script the client and the server part of your program. Even more, Easy-Soccer allows you to run your script as a monolithic application without any change and without anything else than your script. In the same spirit, if your script use VID, it can be run within REBOL/View or within the REBOL/Plugin without any change. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=easy-soccer.r server.r --change: updated script -- Removed a (serious!) bug --title: Server object handler script --owners: hallyhaa --author: HY --purpose: This script will parse robot.txt files and store a hash! of forbidden paths. This is very useful for webbots or spiders of any kind (at least if obeying robot exclusion standards is desirable). I looked at the ht://dig package (http://www.htdig.org/) script that does the same thing as this script to see if I had overlooked something, and thereby fixed a few bugs. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=server.r sql-protocol.r --change: new script --title: SQL PROTOCOL --owners: coccinelle --author: Marco --purpose: This script provide a REBOL protocol that implements an SQL Relationnal Database Engine Today, this protocol execute only these query : - SELECT ... FROM ... WHERE ... ORDER BY ... - INSERT ... INTO ... VALUES ... - UPDATE ... SET ... WHERE ... - DELETE FROM ... WHERE ... - CREATE TABLE ... - DROP TABLE ... --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=sql-protocol.r url-handler.r --change: updated script -- Bug fix. Some absolute URLs were taken for relative ones in previous version. --title: URL Handler --owners: hallyhaa --author: HY --purpose: A script to handle URLs as objects. Rebol's built-in 'decode-url function returns an object, but no methods to manipulate it. This script includes functions that make it possible to manipulate the URL as you please. --url: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=url-handler.r =======additional information======= new and updated scripts: http://www.rebol.org/cgi-bin/cgiwrap/rebol/search.r?special-filter=recent =======end======= --The Library People --20-Oct-2004