• Subscribe to the RSS feed! RSS icon
  • Subscribe by Email
  • home
  • blog
  • dev
  • Recent Posts

    • Automatically upload screenshots in XFCE4
    • Zend Framework full page cache tips
    • No more Wordpress
    • Xdebug is full of awesome
    • Creating a chat bot with PHP and Dbus
    • A year in review: 2011
    • Notes on shell scripting
    • Listening to Dbus signals with PHP
    • Configuring 2 monitors with xrandr
    • A quick note on Dojo's data grids and dojox.data.HtmlStore
  • Recent Comments

    • Robert on Zend Framework full page cache tips
    • Stephen S. Musoke on Zend Framework full page cache tips
    • David on Zend Framework full page cache tips
    • Anon on A quick note on Dojo's data grids and dojox.data.HtmlStore
    • James on Communicating with Pidgin from PHP via D-Bus
    • Robert on A Zend Framework 2 EventManager use case
    • Jowee on A Zend Framework 2 EventManager use case
    • Jurian Sluiman on A Zend Framework 2 EventManager use case
    • Jurian Sluiman on A Zend Framework 2 EventManager use case
    • djozsef on Webkonf 2011 recap
  • Tags

    php, about, random, framework, zend, example, ubuntu, blog, site, zend framework, book, conference, me, python, wordpress, apache, introduction, lamp, linux, open source, review, script, setup, signals, ape, community, contributing, dbus, dojo, events, hack, mysql, netbeans, pidgin, plugin, pyqt, security, shell, svn, talk
  • Categories

    • Blablabla
    • Development
    • Free time
    • Places on the web
    • Programming
    • Software
    • Uncategorized
  • Archives

    • February, 2012
    • January, 2012
    • December, 2011
    • November, 2011
    • October, 2011
    • September, 2011
    • August, 2011
    • July, 2011
    • May, 2011
    • April, 2011
    • March, 2011
    • January, 2011
    • December, 2010
    • November, 2010
    • October, 2010
    • July, 2010
    • June, 2010
    • April, 2010
    • February, 2010
    • January, 2010
    • December, 2009
    • November, 2009
    • October, 2009
    • August, 2009
    • May, 2009
    • March, 2009
    • February, 2009
    • January, 2009
    • December, 2008
    • November, 2008
    • October, 2008
    • September, 2008

No more Wordpress

by Robert Basic on February 9th, 2012
Over the weekend I finally had enough of wordpress and the bloat it became, so I ended up writing my own blog engine thing. Basically I just slapped together all the ZF modules and pieces I wrote over the past few years.

The main goal was that the front end should remain as it was under wordpress. Think I got that part pretty well, even improved it in a few places (for example using sprites for the smaller icons, the header image is finally clickable ...). Gave a short thought about changing the theme, but even tho I'm using it for 3.5 years now, I still like it, so it stays as it is.

The old content is pretty much all here; posts, tags, categories and comments are all imported. I intentionally left out the "pingbacks". Probably will end up writing a separate post just about the importing of the content.

The admin area still needs some work, but it's in usable state. If anyone is interested, the "template" I'm using for the admin area can be found on Github, uses Dojo a lot. I still haven't decided will I end up open sourcing all of the PHP code, don't think there's anything new or "revolutional" in it - just good ol' time proven ZF code.

Currently my main "concern" is the RSS feed, hopefully I didn't break it. If you notice anything broken with the site, please leave a comment or give me a shout on twitter.

Happy hackin'!
Tags: wordpress, blog, custom.
Categories: Blablabla, Development.
Comments: None.

No responses to "No more Wordpress"

Leave a Reply

Robert Basic © 2008 — 2012
Design & graphics by: Livia Radvanski
Coded by: Robert Basic
Home page last updated on November 30th, 2009.
Frameworks used: Zend Framework, Dojo, 960 Grid System