ANNOUNCE: Mason 2

ANNOUNCE: Mason 2

am 22.02.2011 03:47:34 von Jonathan Swartz

--Apple-Mail-90-60590960
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii

I'm pleased to announce Mason 2, the first major version of Mason in ten =
years:

http://search.cpan.org/perldoc?Mason

Mason is a templating framework for generating web pages and other =
dynamic content. Mason 2 has been rearchitected and reimplemented from =
the ground up, to take advantage of modern Perl technique and to correct =
long-standing feature and syntax inadequacies. More information at

http://www.openswartz.com/2011/02/21/announcing-mason-2/

While Mason 1 was fairly mod_perl centric, Mason 2 connects with =
mod_perl (and other backends) via PSGI/Plack:

http://search.cpan.org/perldoc?Mason::Plugin::PSGIHandler

Give it a try and post feedback here or on the Mason mailing list =
(https://lists.sourceforge.net/lists/listinfo/mason-users).

Best
Jon


--Apple-Mail-90-60590960
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=us-ascii

-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm =
pleased to announce Mason 2, the first major version of Mason in ten =
years:

    href=3D"http://search.cpan.org/perldoc?Mason">http://search. cpan.org/perld=
oc?Mason


Mason is a templating framework for generating web =
pages and other dynamic content. Mason 2 has been rearchitected and =
reimplemented from the ground up, to take advantage of modern Perl =
technique and to correct long-standing feature and syntax inadequacies. =
More information at

    href=3D"http://www.openswartz.com/2011/02/21/announcing-maso n-2/">http://w=
ww.openswartz.com/2011/02/21/announcing-mason-2/


While Mason =
1 was fairly mod_perl centric, Mason 2 connects with mod_perl (and other =
backends) via PSGI/Plack:

     href=3D"http://search.cpan.org/perldoc?Mason::Plugin::PSGIHa ndler">http://=
search.cpan.org/perldoc?Mason::Plugin::PSGIHandler


Give it a =
try and post feedback here or on the Mason mailing list ( href=3D"https://lists.sourceforge.net/lists/listinfo/mason-u sers">https://=
lists.sourceforge.net/lists/listinfo/mason-users
).

Best
Jon<=
br>

=

--Apple-Mail-90-60590960--

Re: ANNOUNCE: Mason 2

am 22.02.2011 12:55:14 von Phil Carmody

--- On Tue, 2/22/11, Jonathan Swartz wrote:
> I'm pleased to
> announce Mason 2, the first major version of Mason in ten
> years:
>=20
>   =A0http://search.cpan.org/perldoc?Mason
>=20
> Mason is a templating framework for generating web pages
> and other dynamic content. Mason 2 has been rearchitected
> and reimplemented from the ground up, to take advantage of
> modern Perl technique and to correct long-standing feature
> and syntax inadequacies. More information at
>=20
>   =A0http://www.openswartz.com/2011/02/21/announcing-mas on-2/

I hope my inability to access that is because it's got a slashdotting and g=
enerating a lot of interest.

> While Mason 1 was fairly mod_perl centric, Mason 2 connects
> with mod_perl (and other backends) via PSGI/Plack:
>=20
>    =A0http://search.cpan.org/perldoc?Mason::Plugin::PSGIHandler
>=20
> Give it a try and post feedback here or on the Mason
> mailing list (https://lists.sourceforge.net/lists/listinfo/mason-users).

A quicky - for someone who never used Mason 1, is it best to just pretend M=
ason 1 didn't exist and jump into Mason 2?

Phil =0A

Re: ANNOUNCE: Mason 2

am 22.02.2011 15:02:37 von Jonathan Swartz

On Feb 22, 2011, at 6:55 AM, Phil Carmody wrote:

> --- On Tue, 2/22/11, Jonathan Swartz wrote:
>> I'm pleased to
>> announce Mason 2, the first major version of Mason in ten
>> years:
>>=20
>> http://search.cpan.org/perldoc?Mason
>>=20
>> Mason is a templating framework for generating web pages
>> and other dynamic content. Mason 2 has been rearchitected
>> and reimplemented from the ground up, to take advantage of
>> modern Perl technique and to correct long-standing feature
>> and syntax inadequacies. More information at
>>=20
>> http://www.openswartz.com/2011/02/21/announcing-mason-2/
>=20
> I hope my inability to access that is because it's got a slashdotting =
and generating a lot of interest.
>=20

That would be fantastic, but somewhat doubtful. More likely my blog =
server is underpowered. :) Try now?

>> While Mason 1 was fairly mod_perl centric, Mason 2 connects
>> with mod_perl (and other backends) via PSGI/Plack:
>>=20
>> http://search.cpan.org/perldoc?Mason::Plugin::PSGIHandler
>>=20
>> Give it a try and post feedback here or on the Mason
>> mailing list =
(https://lists.sourceforge.net/lists/listinfo/mason-users).
>=20
> A quicky - for someone who never used Mason 1, is it best to just =
pretend Mason 1 didn't exist and jump into Mason 2?

Definitely, in terms of using it. But most existing documentation, =
articles, etc. will be about Mason 1, so if you read any of that, it'll =
be helpful to know the differences.

Jon