unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* [ANN] GNU Artanis-0.1.2(Beta) released!
@ 2016-02-10 14:38 Nala Ginrut
  2016-02-11 10:13 ` Alex Sassmannshausen
  0 siblings, 1 reply; 5+ messages in thread
From: Nala Ginrut @ 2016-02-10 14:38 UTC (permalink / raw
  To: guile-user; +Cc: artanis

<#secure method=pgpmime mode=sign>

GNU Artanis is a web application framework(WAF) written in Guile Scheme.
The main site of GNU Artanis is here. A web application framework (WAF)
is a software framework that is designed to support the development of
dynamic websites, web applications, web services and web resources. 
The framework aims to alleviate the overhead associated with common
activities performed in web development.
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 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.1.2.tar.gz   (476KB)
  http://alpha.gnu.org/gnu/artanis//artanis-0.1.2.tar.bz2   (392KB)

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

f1366fe66f982b9359997ed6857f4c8b  artanis-0.1.2.tar.gz
6170fb9c53251c33db18605803a6341c  artanis-0.1.2.tar.bz2
c0f5215841eafeb8a321cd9132d218e7a72dfcd3  artanis-0.1.2.tar.gz
59efafd0f6b4ab79573f78587a35cab7894dfdcb  artanis-0.1.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.1.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.0.11.162-133ec

NEWS

Changes in 0.1.2
* Notable changes
  Rewrited session management.
  Now support three new backends simple/file/db.
  Added HTML template caching.
  Fixed several bugs.
  Updated manual.






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

* Re: [ANN] GNU Artanis-0.1.2(Beta) released!
  2016-02-10 14:38 [ANN] GNU Artanis-0.1.2(Beta) released! Nala Ginrut
@ 2016-02-11 10:13 ` Alex Sassmannshausen
  2016-02-15  4:07   ` [Artanis] " Nala Ginrut
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Sassmannshausen @ 2016-02-11 10:13 UTC (permalink / raw
  To: Nala Ginrut; +Cc: guile-user, artanis

Congratulations, that looks exciting.

By the way, something seems to be wrong with your emacs setup, as I'm
getting the raw
> <#secure method=pgpmime mode=sign>
mml instruction, but no actual signature.

If you want to debug that, feel free to use me (my email address) as a
guinea pig :-)

Alex


Nala Ginrut writes:

> <#secure method=pgpmime mode=sign>
>
> GNU Artanis is a web application framework(WAF) written in Guile Scheme.
> The main site of GNU Artanis is here. A web application framework (WAF)
> is a software framework that is designed to support the development of
> dynamic websites, web applications, web services and web resources. 
> The framework aims to alleviate the overhead associated with common
> activities performed in web development.
> 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 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.1.2.tar.gz   (476KB)
>   http://alpha.gnu.org/gnu/artanis//artanis-0.1.2.tar.bz2   (392KB)
>
> Here are the GPG detached signatures[*]:
>   http://alpha.gnu.org/gnu/artanis//artanis-0.1.2.tar.gz.sig
>   http://alpha.gnu.org/gnu/artanis//artanis-0.1.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:
>
> f1366fe66f982b9359997ed6857f4c8b  artanis-0.1.2.tar.gz
> 6170fb9c53251c33db18605803a6341c  artanis-0.1.2.tar.bz2
> c0f5215841eafeb8a321cd9132d218e7a72dfcd3  artanis-0.1.2.tar.gz
> 59efafd0f6b4ab79573f78587a35cab7894dfdcb  artanis-0.1.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.1.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.0.11.162-133ec
>
> NEWS
>
> Changes in 0.1.2
> * Notable changes
>   Rewrited session management.
>   Now support three new backends simple/file/db.
>   Added HTML template caching.
>   Fixed several bugs.
>   Updated manual.




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

* Re: [Artanis] [ANN] GNU Artanis-0.1.2(Beta) released!
  2016-02-11 10:13 ` Alex Sassmannshausen
@ 2016-02-15  4:07   ` Nala Ginrut
  2016-02-15  8:58     ` Alex Sassmannshausen
  0 siblings, 1 reply; 5+ messages in thread
From: Nala Ginrut @ 2016-02-15  4:07 UTC (permalink / raw
  To: alex.sassmannshausen; +Cc: guile-user, artanis

On Thu, 2016-02-11 at 11:13 +0100, Alex Sassmannshausen wrote:
> Congratulations, that looks exciting.
> 
> By the way, something seems to be wrong with your emacs setup, as I'm
> getting the raw
> > <#secure method=pgpmime mode=sign>
> mml instruction, but no actual signature.

Oops, all the announcement was generated by a script according to some
information in the git repo. I just copied all of it.
So how does this tag mean?





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

* Re: [Artanis] [ANN] GNU Artanis-0.1.2(Beta) released!
  2016-02-15  4:07   ` [Artanis] " Nala Ginrut
@ 2016-02-15  8:58     ` Alex Sassmannshausen
  2016-02-15 12:34       ` Nala Ginrut
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Sassmannshausen @ 2016-02-15  8:58 UTC (permalink / raw
  To: Nala Ginrut; +Cc: guile-user, artanis

Heya,

Nala Ginrut writes:

> On Thu, 2016-02-11 at 11:13 +0100, Alex Sassmannshausen wrote:
>> Congratulations, that looks exciting.
>> 
>> By the way, something seems to be wrong with your emacs setup, as I'm
>> getting the raw
>> > <#secure method=pgpmime mode=sign>
>> mml instruction, but no actual signature.
>
> Oops, all the announcement was generated by a script according to some
> information in the git repo. I just copied all of it.
> So how does this tag mean?

Haha, np — that makes sense.  The tag normally instructs your emacs mail
client to sign the email with your GPG key, but it looks like there is
actually a small error in it:
>> > <#secure method=pgpmime mode=sign>
       ^--- Exclamation mark shouldn't be there.

HTH,

Alex



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

* Re: [Artanis] [ANN] GNU Artanis-0.1.2(Beta) released!
  2016-02-15  8:58     ` Alex Sassmannshausen
@ 2016-02-15 12:34       ` Nala Ginrut
  0 siblings, 0 replies; 5+ messages in thread
From: Nala Ginrut @ 2016-02-15 12:34 UTC (permalink / raw
  To: alex.sassmannshausen; +Cc: guile-user, artanis

On Mon, 2016-02-15 at 09:58 +0100, Alex Sassmannshausen wrote:
> Haha, np — that makes sense.  The tag normally instructs your emacs mail
> client to sign the email with your GPG key, but it looks like there is
> actually a small error in it:
> >> > <#secure method=pgpmime mode=sign>
>        ^--- Exclamation mark shouldn't be there.
> 

Ah, thanks for explain!





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

end of thread, other threads:[~2016-02-15 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 14:38 [ANN] GNU Artanis-0.1.2(Beta) released! Nala Ginrut
2016-02-11 10:13 ` Alex Sassmannshausen
2016-02-15  4:07   ` [Artanis] " Nala Ginrut
2016-02-15  8:58     ` Alex Sassmannshausen
2016-02-15 12:34       ` Nala Ginrut

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