[ANN] GNU Artanis-1.1.0 released!

Nala Ginrut <[email protected]> Fri, 10 Jan 2025 23:29:18 +0900
Newsgroups gmane.org.fsf.announce
Message-ID <[email protected]>
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.1.0.tar.gz   (692KB)
http://ftp.gnu.org/gnu/artanis//artanis-1.1.0.tar.bz2   (580KB)

Here are the GPG detached signatures[*]:
http://ftp.gnu.org/gnu/artanis//artanis-1.1.0.tar.gz.sig
http://ftp.gnu.org/gnu/artanis//artanis-1.1.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:

0efc6a1635ebb294a27ac23c788b8a60  artanis-1.1.0.tar.gz
18d6cbb482522d9295a30fb731de98a3  artanis-1.1.0.tar.bz2
363107ab423b3c07ee3c3acd77e564dfdb1785c2  artanis-1.1.0.tar.gz
22a2b460971847259c67f920701e2f49b27a6e24  artanis-1.1.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.1.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.1.0
* Notable changes
- Add i18n
- Add server.workers
- Move out tmp dir (for Guix)
- Fix autoload in debug mode
- Fix request-ip thrown issue
- Add default 408 handler
- Update manual
- Update THANKS

--
GNU Powered it
GPL Protected it
GOD Blessed it
HFG - NalaGinrut
Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058
signature.asc (application/pgp-signature, 832 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE9TtMVpW15NVgk0MkhGlncoRqAFgFAmeBMtsACgkQhGlncoRq
AFi1qA//ZqYTA7WSx63Cv9DZZQkyzyugU90/D/4vOOc61lFe1XTaZsOPEpDMSD8o
FLxUEzRb4vIF2fjfc3w4grLUxd4gWZrSwr3by40Kibsy8TY0F6S3kNpWO1EkJtXP
A0VpID/v+hOo1F9Gzti/qBDSRaATk/pjABvr0Og2pMAj31lhtKb2PS1dU0Zw8j/r
Gb34C7TjedYCfchBkPjwtqHNw2YIZPgYubeB3LOaezCBPutIjPsxdOUpjzrACXAu
IPd87q4pAo+5tVF5vUmLOnaEcI2oA5VMnMtULPQHBKDMEpV3Q12O0VeOANBfS0Cz
Vep3U70wyYTmQJG1A5sisww7iu943PQ8V6Ld77o9Go46APgnR95wCJJF8lyvYA89
eiCqq/Ep1KJWuTxUK3L7nh+GaL3STukhVRKwi2GTHa2WxYwpJ3KD8ErSbvL4Em9/
Rma/Tv1Hh9JsPE34HYDX9lrb2SnaJb9aKt5CI1tdwTs+kPpOktYG6mrv5Dvr74b7
qDpOhzgXTmOkMZwfbXgobfIUX9CliqJOORplg6znwkUR+F3Veo/mr2fk5bnGq7Pi
36Dq1oy3dH62++5xqiiLAuJLCdIPKSAdnXBHOTJ/jMSatKrTUV632V5YxVl+QSlj
UEyh1RJQgN3I9bSWgC8J5UWqDwEzK945h1aNXSH0HmLQ2Ee+AFY=
=mnzw
-----END PGP SIGNATURE-----