[ANN] GNU Artanis 0.0.2 released [alpha]

I'm pleased to announce artanis-0.0.2 here.

GNU Artanis is a web application framework(WAF) written in Guile Scheme. It is designed to support the development of dynamic websites, web applications, web services and web resources. Artanis provides several tools for web development: database access, templating frameworks, session management, URL-remapping for RESTful, page caching, and so on.

GNU Artanis is under GPLv3+ & LGPLv3+ (dual licenses).

GNU Artanis is also the official project of SZDIY community. It's used to build server side of SZDIY common service. It is offered to GNU project to make free software better.

Here are the compressed sources:

  http://alpha.gnu.org/gnu/artanis/artanis-0.0.2.tar.gz   (440KB)
  http://alpha.gnu.org/gnu/artanis/artanis-0.0.2.tar.bz2   (360KB)

Here are the GPG detached signatures[*]:

  http://alpha.gnu.org/gnu/artanis/artanis-0.0.2.tar.gz.sig
  http://alpha.gnu.org/gnu/artanis/artanis-0.0.2.tar.bz2.sig

Use a mirror for higher download bandwidth:

http://www.gnu.org/order/ftp.html

Here are the MD5 and SHA1 checksums:

0914f4511263a725973f9f1462a18d53  artanis-0.0.2.tar.gz
b288e77c5986b5b95ce03f8ef15a4d86  artanis-0.0.2.tar.bz2
af62cdf790ee9540172201109b6b6e5be6dd3fce  artanis-0.0.2.tar.gz
2aa174e8fdc12cbe8e7c108fac9cdf0ecf569f41  artanis-0.0.2.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-0.0.2.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 EE78E925

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:

  Autoconf 2.69.120-5dcda-dirty
  Guile 2.1.0.2301-7b0a8

NEWS

Changes in 0.0.2
* Notable changes
  Updated for GNU project.