Télécharger la liste

Description du projet

Aranha is a piece of software written to allow Web
applications to be written more cleanly and more
easily. It is a Local FastCGI Responder, although
work is in progress to allow it to work as a
FastCGI Authoriser and a FastCGI Filter. It is
based on the programming language Lua, and
contains many extensions to enable easy Web site
development and maintenance.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-11-16 15:25
0.0.585

Aranha tente maintenant de fermer le flux de FastCGI vers le bas si elle quitte en raison d'une erreur. PATH_INFO est maintenant analysé de manière plus efficace pour traiter les formats d'URL plus agréable. Le Royaume-Uni Pound Sterling symbole a été ajouté à la liste des entités à s'échapper en escapeEntities ().
Tags: Minor feature enhancements
Aranha now attempts to close the FastCGI streams
down if it exits due to an error. PATH_INFO
is now parsed more effectively to handle nicer URL
formats. The UK Pound Sterling symbol has been
added to the list of entities to escape in
escapeEntities().

2003-10-08 06:31
0.0.550

Dans cette version, de nombreuses nouvelles fonctions de liste de manipulation ont été ajoutées, dont le sort () (), inverse, et divers Plan () fonctions. Le split () a été affinée, et join () ajouté. Une fonction nouvel itérateur a été ajouté à seulement une itération sur les valeurs de table. Corrections de bugs à l'interface DBI permettent désormais des messages d'erreur grâce à la couche Lua.
Tags: Minor feature enhancements
In this version, many new list manipulation functions
have been added, including sort(), reverse(), and various
map() functions. The split() was refined, and join()
added. A new iterator function was added to only iterate
across table values. Bugfixes to the DBI interface now
allow error messages through to the Lua layer.

2003-08-15 18:54
0.0.483

Cette version ajoute luasocket 2.0 Alpha pour Aranha, y compris l'encapsulation en un module Aranha.
Tags: Major feature enhancements
This release adds LuaSocket 2.0 Alpha to Aranha, including
encapsulating it into an Aranha module.

2003-06-11 23:40
0.0.426

Un correctif pour la couche d'DBI lui permet d'itérer à travers des jeux de résultats vide. Il ya un mineur se fixer au <dbh>. Fonction query () le système de retour d'erreur. La boucle de gestion des processus est un peu plus de résilience. Le io.close () bug mentionné sur la liste de diffusion lua a été incorporé dans l'interpréteur LUA dans Aranha. La bibliothèque md5 a gagné une somme. () Qui prend une chaîne et renvoie un md5sum imprimable nette de celle-ci.
Tags: Major bugfixes
A fix to the DBI layer allows it to iterate across empty result sets. There is a a minor fix to the &lt;dbh&gt;.query() function's error return system. The process management loop is slightly more resilient. The io.close() bug mentioned on the lua mailing list has been rolled into the lua interpreter in Aranha. The md5 library has gained a .sum() function which takes a string and returns a neat printable md5sum of it.

2003-04-17 02:59
0.0.396

Le chargeur de module est fixé pour un Etat, chef d'accusation de plus de 1, les cookies sont maintenant pris en charge et l'auto-décodé pour vous, et le lua AAVC et binaires sont inclus dans la distribution. Plusieurs corrections de GD ont été ajoutés, et la bibliothèque DBI a été corrigé en plusieurs endroits. Base Aranha (la dérivation) a été mis à jour. Enfin, et peut-être plus important encore, la version de Lua livré avec Aranha a été mis à jour pour Lua 5.0 (version finale).
Tags: Major bugfixes
The module loader is fixed for a state-count of more than 1, cookies are now supported and auto-decoded for you, and the lua and luac binaries are included in the distribution. Several gd fixes have been added, and the dbi library has been fixed in several places. Aranha's core (the diverter) has been upgraded. Finally, and perhaps most importantly, the version of Lua shipped with Aranha has been updated to Lua 5.0 (final release).

Project Resources