Re: Akhet 1.0 released

2011-04-07 Thread Blaise Laflamme
Awesome job Mike!

On Apr 5, 3:10 am, Mike Orr sluggos...@gmail.com wrote:
 Akhet 1.0 is here. It's an application skeleton (application
 template) for Pyramid that's closer to the Pylons 1 style than
 Pyramid's built-in skeletons. The manual also tries to be a gentler
 introduction to Pyramid for those from a Pylons-ish background.

 The main change since beta 2 is a simpler default home page with a
 site template, extensible stylesheet and a reset stylesheet. The
 previous home page, copied from the Pyramid skeletons, I felt focused
 too much on being beautiful and not really giving the user something
 to start from. The new home page has a bit of fanciness like rounded
 corners and a gradient background, but just a bit. It also has flash
 messages built-in.

 Two chapters were added to the manual, one on the new templates and
 stylesheets, and the other on upgrading from pyramid_sqla.

 PyPI:  http://pypi.python.org/pypi/Akhet
 Docs:  http://docs.pylonsproject.org/projects/akhet/dev/
 Source:https://bitbucket.org/sluggo/akhet(Mercurial)

 The Docs page isn't updated yet, but here's a temporary URL for the 1.0 
 docs:http://sluggo.scrapping.cc/python/Akhet/

 --
 Mike Orr sluggos...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.



Re: Akhet 1.0 released

2011-04-06 Thread Philip Jenvey

On Apr 5, 2011, at 12:10 AM, Mike Orr wrote:

 Akhet 1.0 is here. It's an application skeleton (application
 template) for Pyramid that's closer to the Pylons 1 style than
 Pyramid's built-in skeletons. The manual also tries to be a gentler
 introduction to Pyramid for those from a Pylons-ish background.

Woohoo, thanks Mike!

--
Philip Jenvey

-- 
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.



Akhet 1.0 released

2011-04-05 Thread Mike Orr
Akhet 1.0 is here. It's an application skeleton (application
template) for Pyramid that's closer to the Pylons 1 style than
Pyramid's built-in skeletons. The manual also tries to be a gentler
introduction to Pyramid for those from a Pylons-ish background.

The main change since beta 2 is a simpler default home page with a
site template, extensible stylesheet and a reset stylesheet. The
previous home page, copied from the Pyramid skeletons, I felt focused
too much on being beautiful and not really giving the user something
to start from. The new home page has a bit of fanciness like rounded
corners and a gradient background, but just a bit. It also has flash
messages built-in.

Two chapters were added to the manual, one on the new templates and
stylesheets, and the other on upgrading from pyramid_sqla.

PyPI:   http://pypi.python.org/pypi/Akhet
Docs:   http://docs.pylonsproject.org/projects/akhet/dev/
Source: https://bitbucket.org/sluggo/akhet (Mercurial)

The Docs page isn't updated yet, but here's a temporary URL for the 1.0 docs:
http://sluggo.scrapping.cc/python/Akhet/

-- 
Mike Orr sluggos...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.



Re: Akhet 1.0 released

2011-04-05 Thread Mengu
congratulations on the release mike!

On Apr 5, 10:10 am, Mike Orr sluggos...@gmail.com wrote:
 Akhet 1.0 is here. It's an application skeleton (application
 template) for Pyramid that's closer to the Pylons 1 style than
 Pyramid's built-in skeletons. The manual also tries to be a gentler
 introduction to Pyramid for those from a Pylons-ish background.

 The main change since beta 2 is a simpler default home page with a
 site template, extensible stylesheet and a reset stylesheet. The
 previous home page, copied from the Pyramid skeletons, I felt focused
 too much on being beautiful and not really giving the user something
 to start from. The new home page has a bit of fanciness like rounded
 corners and a gradient background, but just a bit. It also has flash
 messages built-in.

 Two chapters were added to the manual, one on the new templates and
 stylesheets, and the other on upgrading from pyramid_sqla.

 PyPI:  http://pypi.python.org/pypi/Akhet
 Docs:  http://docs.pylonsproject.org/projects/akhet/dev/
 Source:https://bitbucket.org/sluggo/akhet(Mercurial)

 The Docs page isn't updated yet, but here's a temporary URL for the 1.0 
 docs:http://sluggo.scrapping.cc/python/Akhet/

 --
 Mike Orr sluggos...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.



Re: Akhet 1.0 released

2011-04-05 Thread Eric Rasmussen
Hi Mike,

Looks great! Just upgraded to 1.0 for a project I'm working on.

I also like the new default site (dynamic instead of static) and the flash
message example.

Thanks for everything,
Eric


On Tue, Apr 5, 2011 at 1:46 PM, Mengu whalb...@gmail.com wrote:

 congratulations on the release mike!

 On Apr 5, 10:10 am, Mike Orr sluggos...@gmail.com wrote:
  Akhet 1.0 is here. It's an application skeleton (application
  template) for Pyramid that's closer to the Pylons 1 style than
  Pyramid's built-in skeletons. The manual also tries to be a gentler
  introduction to Pyramid for those from a Pylons-ish background.
 
  The main change since beta 2 is a simpler default home page with a
  site template, extensible stylesheet and a reset stylesheet. The
  previous home page, copied from the Pyramid skeletons, I felt focused
  too much on being beautiful and not really giving the user something
  to start from. The new home page has a bit of fanciness like rounded
  corners and a gradient background, but just a bit. It also has flash
  messages built-in.
 
  Two chapters were added to the manual, one on the new templates and
  stylesheets, and the other on upgrading from pyramid_sqla.
 
  PyPI:  http://pypi.python.org/pypi/Akhet
  Docs:  http://docs.pylonsproject.org/projects/akhet/dev/
  Source:https://bitbucket.org/sluggo/akhet(Mercurial)
 
  The Docs page isn't updated yet, but here's a temporary URL for the 1.0
 docs:http://sluggo.scrapping.cc/python/Akhet/
 
  --
  Mike Orr sluggos...@gmail.com

 --
 You received this message because you are subscribed to the Google Groups
 pylons-discuss group.
 To post to this group, send email to pylons-discuss@googlegroups.com.
 To unsubscribe from this group, send email to
 pylons-discuss+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/pylons-discuss?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.



Re: Akhet 1.0 released

2011-04-05 Thread Mike Orr
On Tue, Apr 5, 2011 at 12:10 AM, Mike Orr sluggos...@gmail.com wrote:
 The main change since beta 2 is a simpler default home page with a
 site template, extensible stylesheet and a reset stylesheet
 The new home page has a bit of fanciness like rounded
 corners and a gradient background, but just a bit.

I meant to mention, the layout and stylesheets were contributed by
Marcin Lulek (Ergo^).

-- 
Mike Orr sluggos...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.