#99 posted on Sun Feb 13 00:00:00 2011
Argonaut 0.3 released
Just pushed an update to Argonaut, the lightweight Pylons powered blogging engine that runs this site.
New version 0.3 includes the following changes:
- sqlalchemy-migrate is now used to do automatic database schema upgrades according to model changes. Added as dependency, installed via easy_install automatically. Implementation thanks to http://shane.caraveo.com/2010/09/13/database-migrations-for-sqlalchemy-part-duex/
- Default landing page is now the one with the lowest page_order setting.
- Pages are now mapped to a page type. Default page types are 'blog', 'archives' and 'tags'.
- Page urls are now determined from page type, but can also be customised.
- Custom page support has been added. Custom pages are mapped to page type 'custom' which redirects traffic to a mako template file as indicated in the pages table.
- Version number will now be displayed in the Powered by -section in the main template. Removed these text strings and urls from the configuration table and placed them in the base template.
No admin panel yet, hopefully in the next version!
Get Argonaut 0.3 from the Python Package Index or check the source at http://subversion.basshero.org/argonaut/trunk/












Comments (post a comment)