In this jam packed episode of WordPress Weekly back from a long hiatus is an interview with Ryan Imel of WPCandy.com to talk about the launch of Pressed Ads, his new advertising network. We then discussed what’s happening with WordPress 3.3, various news and tidbits from throughout the community, and we ended the show with a 15 minute interview with DevPress developer, Ptah Dunbar.
On the WordPress Hackers Mailing list, Ptah Dunbar recently proposed an idea that I think is pretty cool and would be a time saver for developers and custom installers called Installation Profiles.
Installation profiles could automatically pre configure WordPress with a set of activated plugins, change the default activated theme and could also possibly change/add some default settings/content?–all during the install process. This could be beneficial to a lot of users/developers allowing them to jump right into content creation instead of site configuration.
Users could create a profile that contains all their settings and activated plugins they’d usually have to configure after installing WP. The profile that they create could also be used across all their blogs–saving a lot of time.
I’m thinking something along the lines of being able to export my blogs configuration into an XML file just like you can with blog content into a WordPress eXtended RSS file. I use the same settings for each WordPress install I do and since I occasionally reformat my WordPress powered sites, it would be an awesome time saver to just upload an XML file and have my site setup the way it was before the reformat took place. Of course, there are other uses for install profiles so implementing an extensible way of creating them would be a good idea. What do you think of the idea?
So far, the closest thing we have to installation profiles is DD32′s newest project, WordPressQI or WordPress Quick Install which provides options to change the pre-installed plugins that are installed along with WordPress as well as configuring permalink settings up front.
Ptah Dunbar has been working on his very own Theme Framework for quite some time now and today, after five revisions the framework has ended up on the theme repository for download. According to Ptah, this is what we can expect from the framework:
A blank WordPress Theme Framework that’s everything you need, and nothing you don’t. With features like microformats, a traditional template structure, convention over configuration, clean semantic code, documentation, and it’s atomic templating system, WP Framework is completely extensible, flexible and the starting point for theme authoring and customization.
The initial theme is about as plain as you can get leaving plenty of room for creative CSS types to dive in and generate their own masterpiece.
While there has been quite a bit of fanfare surrounding Ian Stewart’s Thematic framework and Justin Tadlock’s Hybrid framework, it will be interesting to see if Ptah can make any headway in this space as it’s slowly but surely becoming crowded and based on what I’ve seen, he has much less fanfare than the others.