unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* GNU Artanis-1.0.0 released [stable]
@ 2024-11-20 13:58 Nala Ginrut
  2024-11-20 17:15 ` Mikael Djurfeldt
  2024-11-21 14:06 ` Luis Felipe
  0 siblings, 2 replies; 3+ messages in thread
From: Nala Ginrut @ 2024-11-20 13:58 UTC (permalink / raw)
  To: artanis; +Cc: info, Guile User

[-- Attachment #1: Type: text/plain, Size: 2539 bytes --]


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.0.0.tar.gz   (720KB)
http://ftp.gnu.org/gnu/artanis//artanis-1.0.0.tar.bz2   (584KB)

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

4b877d31eb4a1ae5b9e268ebadc34393  artanis-1.0.0.tar.gz
387edb83a0b0c054848f0ae97532e5c5  artanis-1.0.0.tar.bz2
4eed87cf83fa4edb6ee54228c84db566ad459612  artanis-1.0.0.tar.gz
d43bde6d382c6af6656a105edbea1670d1c800b2  artanis-1.0.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.0.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.0.0
* Notable changes
- Drop integrated guile-json, guile-redis
- Fix js loading with manifest
- Add #:unsigned to exception list for PostgreSQL and SQLite3
- Add DELETE/PUT to (artanis client)
- Move route cache .route to tmp dir (for Guix)
- Fix generate-kv-from-post-qstr
- Solve global access elegantly with parameter
- Fix to use new string hash API with nss
- Fix tmp directory auto-regeneration (for Guix)
- Fix epoll issue on Aarch64
- Fix fatal bug in session
- Update manual for Models
- Update THANKS

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GNU Artanis-1.0.0 released [stable]
  2024-11-20 13:58 GNU Artanis-1.0.0 released [stable] Nala Ginrut
@ 2024-11-20 17:15 ` Mikael Djurfeldt
  2024-11-21 14:06 ` Luis Felipe
  1 sibling, 0 replies; 3+ messages in thread
From: Mikael Djurfeldt @ 2024-11-20 17:15 UTC (permalink / raw)
  To: Nala Ginrut; +Cc: artanis, Guile User

Congratulations! :-)

On Wed, Nov 20, 2024 at 3:04 PM Nala Ginrut <mulei@gnu.org> wrote:

>
> 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.0.0.tar.gz   (720KB)
> http://ftp.gnu.org/gnu/artanis//artanis-1.0.0.tar.bz2   (584KB)
>
> Here are the GPG detached signatures[*]:
> http://ftp.gnu.org/gnu/artanis//artanis-1.0.0.tar.gz.sig
> http://ftp.gnu.org/gnu/artanis//artanis-1.0.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:
>
> 4b877d31eb4a1ae5b9e268ebadc34393  artanis-1.0.0.tar.gz
> 387edb83a0b0c054848f0ae97532e5c5  artanis-1.0.0.tar.bz2
> 4eed87cf83fa4edb6ee54228c84db566ad459612  artanis-1.0.0.tar.gz
> d43bde6d382c6af6656a105edbea1670d1c800b2  artanis-1.0.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.0.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.0.0
> * Notable changes
> - Drop integrated guile-json, guile-redis
> - Fix js loading with manifest
> - Add #:unsigned to exception list for PostgreSQL and SQLite3
> - Add DELETE/PUT to (artanis client)
> - Move route cache .route to tmp dir (for Guix)
> - Fix generate-kv-from-post-qstr
> - Solve global access elegantly with parameter
> - Fix to use new string hash API with nss
> - Fix tmp directory auto-regeneration (for Guix)
> - Fix epoll issue on Aarch64
> - Fix fatal bug in session
> - Update manual for Models
> - Update THANKS
>
> --
> GNU Powered it
> GPL Protected it
> GOD Blessed it
> HFG - NalaGinrut
> Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GNU Artanis-1.0.0 released [stable]
  2024-11-20 13:58 GNU Artanis-1.0.0 released [stable] Nala Ginrut
  2024-11-20 17:15 ` Mikael Djurfeldt
@ 2024-11-21 14:06 ` Luis Felipe
  1 sibling, 0 replies; 3+ messages in thread
From: Luis Felipe @ 2024-11-21 14:06 UTC (permalink / raw)
  To: Nala Ginrut, artanis; +Cc: info, Guile User


[-- Attachment #1.1.1: Type: text/plain, Size: 2901 bytes --]

Great, Nala, thank you very much :)


On 20/11/24 13:58, Nala Ginrut wrote:
> 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.0.0.tar.gz   (720KB)
> http://ftp.gnu.org/gnu/artanis//artanis-1.0.0.tar.bz2   (584KB)
>
> Here are the GPG detached signatures[*]:
> http://ftp.gnu.org/gnu/artanis//artanis-1.0.0.tar.gz.sig
> http://ftp.gnu.org/gnu/artanis//artanis-1.0.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:
>
> 4b877d31eb4a1ae5b9e268ebadc34393  artanis-1.0.0.tar.gz
> 387edb83a0b0c054848f0ae97532e5c5  artanis-1.0.0.tar.bz2
> 4eed87cf83fa4edb6ee54228c84db566ad459612  artanis-1.0.0.tar.gz
> d43bde6d382c6af6656a105edbea1670d1c800b2  artanis-1.0.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.0.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.0.0
> * Notable changes
> - Drop integrated guile-json, guile-redis
> - Fix js loading with manifest
> - Add #:unsigned to exception list for PostgreSQL and SQLite3
> - Add DELETE/PUT to (artanis client)
> - Move route cache .route to tmp dir (for Guix)
> - Fix generate-kv-from-post-qstr
> - Solve global access elegantly with parameter
> - Fix to use new string hash API with nss
> - Fix tmp directory auto-regeneration (for Guix)
> - Fix epoll issue on Aarch64
> - Fix fatal bug in session
> - Update manual for Models
> - Update THANKS
>
> --
> GNU Powered it
> GPL Protected it
> GOD Blessed it
> HFG - NalaGinrut
> Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058

-- 
Luis Felipe López Acevedo
https://luis-felipe.gitlab.io/


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2881 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-21 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-20 13:58 GNU Artanis-1.0.0 released [stable] Nala Ginrut
2024-11-20 17:15 ` Mikael Djurfeldt
2024-11-21 14:06 ` Luis Felipe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).