Today, on christmas, I'm happy that I'm able to release pecio 2.0 which is completely rewritten, nearly completely object-oriented and much more flexible than the old one.
Here are some of the new features of this version:
-
Multiple articles and the blog can be assigned to the home page
-
Multiple categories and tags can be assigned to a blogpost
-
Subtitle, description and tags for the website (will be displayed as meta elements in the head-section of the template)
-
Three types of URLs: Default (using IDs) - Human (using Slugs) - Rewrite (using Slugs and Apache mod_rewrite)
-
Sidebartexts- and links can be assigned to more than one article
-
More divided user permissions
-
Localization is done using XML-files
-
New WYSIWYG-Editor: CKEditor instead of TinyMCE
-
New and more consistent admin area design, based nearly completely on CSS3 and using the great Frutiger font (» how to get this legally for free)
But at the moment it also still lacks a certain features of the old one:
-
RSS-Feed
-
Download Counter
-
DIfferent templates for each articles
All the old templates and plugins also still need to be rewritten for pecio 2.0. But all those missing features will be implemented in future releases. Some other new features are also in planning stage:
-
Ping- and Trackbacks
-
RSS-Feeds also for categories, tags and archives
If you have more features that you would like to see in future versions, just leave a comment!
Update:
I just forgot some things to mention:
-
I've put CMS generated HTML Text (e.g. the menu, sidebar texts, ...) into template files, so that it's easier for you to change the layout of those elements.
-
Plugins now have more possibilities to integrate into the system. So they inherit the PecAbstractPlugin Class which provides the database object, the session object, the settings object, the plugin's meta data and the current site view (such as article, blog, blogcategory, blogtag, blogarchive, ...). It also has the ability to give some data for the -Section of the website.