#104 posted on Wed Mar 30 00:00:00 2011
Argonaut 0.3.4 out for download
Just pushed out a new Argonaut version number 0.3.4 including several improvements. Argonaut is a lightweight blogging/CMS application that is based on the Pylons framework and written in Python. Still no admin panel, so customizing is still up to editing template and css files. Up until the admin panel is done the application is considered alpha version and is not suitable for end user use due to complications in upgrading if the files are edited directly.
Changelog since the 0.3 version:
-
0.3.4 // 30th March 2011
- Added custom javascript template that is loaded from base template for site wide usage.
- Removed usage of sqlalchemy-migrate since it was causing problems. A new type of DB migration will be thought out later.
-
0.3.3 // 29th March 2011
- Fixed routing for landing page with lowest page_order
- Post commenting can now be disabled with the config setting comments_enabled, true/false
- Fixed character encoding problem when getting page name from database
- Base page now only displays links to active pages
- Added a new page type, pwi_gallery, which is a gallery page using the jquery plugin 'pwi' (Picasa Webalbum Integrator javascript library, http://code.google.com/p/pwi/).
-
0.3.2 // 20th February 2011
- Added 'media' and 'social' models to the database. Media contains links to images and other media items. Social contains links to contact information or other sites. Links are given a media ID which is displayed in the Social -box with an url to the site or contact information.
The latest development stuff will always be found in http://subversion.basshero.org/argonaut/dev/ SVN for those interested. You can download Python Egg's and the source from the Python Package Index as well.












Comments (post a comment)