Convert the whole site to use Pelican instead of Jekyll

This commit is contained in:
2019-11-05 06:21:56 +01:00
parent 49961a3007
commit d5c1c942f0
534 changed files with 7315 additions and 6642 deletions

View File

@@ -0,0 +1,23 @@
Wordpress madness
#################
:date: 2012-06-14T06:40:12Z
:category: blog
:tags: wordpress,ranting
:url: blog/2012/6/14/wordpress-madness.html
:save_as: blog/2012/6/14/wordpress-madness.html
:status: published
:author: Gergely Polonkai
Im a bit fed up that I had to install `MySQL <http://www.mysql.com/>`_ on my server to have
`Wordpress <http://wordpress.org/>`_ working, so Ive Googled a bit to find a solution for my
pain. I found `this <http://codex.wordpress.org/Using_Alternative_Databases>`_. I dont know
when this post was written, but I think its a bit out of date. I mean come on, PDO is the part
of PHP for ages now, and they say adding a DBAL to the dependencies would be a project as large as
(or larger than) WP itself. Well, yes, but PHP is already a dependency, isnt it? Remove it
guys, its too large!
Okay, to be serious… Having a heavily MySQL dependent codebase is a bad thing in my opinion, and
changing it is no easy task. But once it is done, it would be a childs play to keep it up to
date, and to port WP to other database backends. And it would be more than enough to call it 4.0,
and raising version numbers fast is a must nowadays (right, Firefox and Linux Kernel guys?)