unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] Release GNU Artanis-0.2 (stable)
@ 2017-05-10 15:15 Nala Ginrut
  2017-05-11  1:43 ` Chaos Eternal
  0 siblings, 1 reply; 3+ messages in thread
From: Nala Ginrut @ 2017-05-10 15:15 UTC (permalink / raw)
  To: info-gnu, guile-user, artanis

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


I'm pleased to announce the first stable version artanis-0.2 here.

GNU Artanis is a web application framework(WAF) written in Guile Scheme. 
http://web-artanis.com

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.2.tar.gz   (488KB)
  http://ftp.gnu.org/gnu/artanis//artanis-0.2.tar.bz2   (408KB)

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

1fd9065dbb920611c270597a8e232359  artanis-0.2.tar.gz
ada424d2d679e8d4002c57f271f9398e  artanis-0.2.tar.bz2
8313ebc1732a0d88a5fd45aaa444287320195277  artanis-0.2.tar.gz
f4e65e6a43d3df47d73549b52e52a45387e34cf3  artanis-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.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
  Guile 2.2.1.2-02cf3-dirty

NEWS

Changes in 0.2
* Notable changes
  Brand new server core Ragnarok based on delimited continuations.
  Good multi-core support.
  Efficient static file uploading and downloading.
  Fixed many bugs.


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

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

* Re: [ANN] Release GNU Artanis-0.2 (stable)
  2017-05-10 15:15 [ANN] Release GNU Artanis-0.2 (stable) Nala Ginrut
@ 2017-05-11  1:43 ` Chaos Eternal
  2017-05-16 10:52   ` firefox
  0 siblings, 1 reply; 3+ messages in thread
From: Chaos Eternal @ 2017-05-11  1:43 UTC (permalink / raw)
  To: Nala Ginrut, info-gnu, guile-user, artanis

congratulations

On Wed, May 10, 2017 at 11:15 PM Nala Ginrut <mulei@gnu.org> wrote:

>
> I'm pleased to announce the first stable version artanis-0.2 here.
>
> GNU Artanis is a web application framework(WAF) written in Guile Scheme.
> http://web-artanis.com
>
> 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.2.tar.gz   (488KB)
>   http://ftp.gnu.org/gnu/artanis//artanis-0.2.tar.bz2   (408KB)
>
> Here are the GPG detached signatures[*]:
>   http://ftp.gnu.org/gnu/artanis//artanis-0.2.tar.gz.sig
>   http://ftp.gnu.org/gnu/artanis//artanis-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:
>
> 1fd9065dbb920611c270597a8e232359  artanis-0.2.tar.gz
> ada424d2d679e8d4002c57f271f9398e  artanis-0.2.tar.bz2
> 8313ebc1732a0d88a5fd45aaa444287320195277  artanis-0.2.tar.gz
> f4e65e6a43d3df47d73549b52e52a45387e34cf3  artanis-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.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
>   Guile 2.2.1.2-02cf3-dirty
>
> NEWS
>
> Changes in 0.2
> * Notable changes
>   Brand new server core Ragnarok based on delimited continuations.
>   Good multi-core support.
>   Efficient static file uploading and downloading.
>   Fixed many bugs.
>
>


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

* Re: [ANN] Release GNU Artanis-0.2 (stable)
  2017-05-11  1:43 ` Chaos Eternal
@ 2017-05-16 10:52   ` firefox
  0 siblings, 0 replies; 3+ messages in thread
From: firefox @ 2017-05-16 10:52 UTC (permalink / raw)
  To: guile-user

On Thursday 11 May 2017 01:43:11 Chaos Eternal wrote:

> > It is designed to support the development of dynamic websites, web
> > applications, web services and web resources.


... in other words, if you need a website and type not much then use this  
software Scheme to get there.



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

end of thread, other threads:[~2017-05-16 10:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-10 15:15 [ANN] Release GNU Artanis-0.2 (stable) Nala Ginrut
2017-05-11  1:43 ` Chaos Eternal
2017-05-16 10:52   ` firefox

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