GNU Artanis is a modern web application framework for Scheme.

Features:

GPLv3+ & LGPLv3+
- Very lightweight - easy to hack and learn for newbies.
- Support JSON/CSV/XML/SXML.
- A complete web-server implementation, including an error page handler.
- High concurrent async non-blocking server core based on delimited
continuations.
- Has a Sinatra-like style route, hence the name "Artanis" ;-)
- Supported databases (through guile-dbi): MySQL/SQLite/PostgreSQL.
- Nice and easy web cache control.
- Efficient HTML template parsing.
- Efficient static file downloading/uploading.

GNU Artanis is both GNU and HardenedLinux official project.

Here are the compressed sources:
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.gz   (704KB)
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.bz2   (588KB)

Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.gz.sig
http://ftp.gnu.org/gnu/artanis//artanis-1.3.0.tar.bz2.sig

Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

4b9129db6b30681daa1b471c8ee38832  artanis-1.3.0.tar.gz
1ec780ff1371ec64983f026cf232aa37  artanis-1.3.0.tar.bz2
856918a2e60847ca08679c9751c61f996f65691c  artanis-1.3.0.tar.gz
eb7c7b863b664e2be4f0d739199a6522dd4ac795  artanis-1.3.0.tar.bz2

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify artanis-1.3.0.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 
F53B4C5695B5E4D56093432484696772846A0058

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.71
  Guile 3.0.10

NEWS

Changes in 1.3.0
* Notable changes
- Fix client blocking issue.
- Fix socket closing issue.
- Fix LPC to work correctly with Redis.
- Fix runner to return multi returned values.
- Fix exception throw in reject-method.
- Fix fetching unicode filename of static files.
- Fix i18n lang detect and config.
- Fix header parsing in (artanis client).
- Support locationfollow and sslcert in (artanis client).
- Support plugin init.
- Add WebSocket close hook, and optimize WebSocket handshake.
- Add async runner.
- Add token key authn.
- Add customized config.
- Export (artanis cli).
- Improve manual.
- Upgrade irregex to 0.9.11.

--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058

Attachment: signature.asc
Description: PGP signature

Reply via email to