unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* GNU Artanis-0.5 released!
@ 2021-02-12 23:04 Nala Ginrut
  2021-02-12 23:32 ` Zelphir Kaltstahl
  0 siblings, 1 reply; 3+ messages in thread
From: Nala Ginrut @ 2021-02-12 23:04 UTC (permalink / raw)
  To: artanis, guile-user, info-gnu

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


I'm pleased to announce artanis-0.5 here.

GNU Artanis is a web application framework(WAF) written in Guile Scheme.
https://web-artanis.com
Or the alternative domain name:
https://artanis.dev

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.
http://szdiy.org

Here are the compressed sources:
http://ftp.gnu.org/gnu/artanis//artanis-0.5.tar.gz   (528KB)
http://ftp.gnu.org/gnu/artanis//artanis-0.5.tar.bz2   (440KB)

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

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

Here are the MD5 and SHA1 checksums:

59c12c1c37a36059613a6ccee2ebcece  artanis-0.5.tar.gz
358098d37b478723fdbc28394d48016f  artanis-0.5.tar.bz2
dab7737eccbc92901cd7b70f6ac86551a0cd8259  artanis-0.5.tar.gz
a89edb6356b4867bbb685151e9b4dc3bddfa9ca1  artanis-0.5.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.5.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.69
Guile 3.0.5

NEWS

Changes in 0.5
* Notable changes
- Support Guile-3
- Use libnss for hash algorithms
- Fix cookies to work
- Fix ssql for SQL standard

--
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-0.5 released!
  2021-02-12 23:04 GNU Artanis-0.5 released! Nala Ginrut
@ 2021-02-12 23:32 ` Zelphir Kaltstahl
  2021-02-13  7:33   ` Jérémy Korwin-Zmijowski
  0 siblings, 1 reply; 3+ messages in thread
From: Zelphir Kaltstahl @ 2021-02-12 23:32 UTC (permalink / raw)
  Cc: guile-user

Congratulations to the release and thank you for the work! I was hoping
to see Guile-3 support at some point : ) Might try GNU Artanis soon!

On 2/13/21 12:04 AM, Nala Ginrut wrote:
> I'm pleased to announce artanis-0.5 here.
>
> GNU Artanis is a web application framework(WAF) written in Guile Scheme.
> https://web-artanis.com
> Or the alternative domain name:
> https://artanis.dev
>
> 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.
> http://szdiy.org
>
> Here are the compressed sources:
> http://ftp.gnu.org/gnu/artanis//artanis-0.5.tar.gz   (528KB)
> http://ftp.gnu.org/gnu/artanis//artanis-0.5.tar.bz2   (440KB)
>
> Here are the GPG detached signatures[*]:
> http://ftp.gnu.org/gnu/artanis//artanis-0.5.tar.gz.sig
> http://ftp.gnu.org/gnu/artanis//artanis-0.5.tar.bz2.sig
>
> Use a mirror for higher download bandwidth:
> http://www.gnu.org/order/ftp.html
>
> Here are the MD5 and SHA1 checksums:
>
> 59c12c1c37a36059613a6ccee2ebcece  artanis-0.5.tar.gz
> 358098d37b478723fdbc28394d48016f  artanis-0.5.tar.bz2
> dab7737eccbc92901cd7b70f6ac86551a0cd8259  artanis-0.5.tar.gz
> a89edb6356b4867bbb685151e9b4dc3bddfa9ca1  artanis-0.5.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.5.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.69
> Guile 3.0.5
>
> NEWS
>
> Changes in 0.5
> * Notable changes
> - Support Guile-3
> - Use libnss for hash algorithms
> - Fix cookies to work
> - Fix ssql for SQL standard
>
> --
> GNU Powered it
> GPL Protected it
> GOD Blessed it
> HFG - NalaGinrut
> Fingerprint F53B 4C56 95B5 E4D5 6093 4324 8469 6772 846A 0058

-- 
repositories: https://notabug.org/ZelphirKaltstahl





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

* Re: GNU Artanis-0.5 released!
  2021-02-12 23:32 ` Zelphir Kaltstahl
@ 2021-02-13  7:33   ` Jérémy Korwin-Zmijowski
  0 siblings, 0 replies; 3+ messages in thread
From: Jérémy Korwin-Zmijowski @ 2021-02-13  7:33 UTC (permalink / raw)
  To: guile-user, Zelphir Kaltstahl

This is great news !

I can't wait to remove the guile-2.2 from my dependancies haha.

Great work Nala, thank you !

Jérémy
-- 
Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.


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

end of thread, other threads:[~2021-02-13  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 23:04 GNU Artanis-0.5 released! Nala Ginrut
2021-02-12 23:32 ` Zelphir Kaltstahl
2021-02-13  7:33   ` Jérémy Korwin-Zmijowski

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).