Tag Archive for 'wordpress'

Page 2 of 2

New WordPress (2.2.0) etch-backport

I did rebuild the brand new version of wordpress for etch. New user requests and etch-bpo stated:

* Is the backport neccessary? I don’t think we should upload packages to bpo
simply because we can do it if you can install the package directly from
testing without any recompilation we shouldn’t add it to bpo. Pinning
exists.

So I’m not allowed to upload it to backports.org, but I did upload it to my repro, like the following other packages:

  • backuppc
  • collectd (from experimental)
  • fuzzyocr3 (from experimental)
  • gallery2
  • libfile-rsyncp-perl
  • php-suhosin
  • xen-shell

You can download it by using the following line in sources.list:

deb ftp://ftp.cyconet.org/debian etch-backports main non-free contrib

Hacking Extended Live Archives plugin to support multisite installations

Since I´m running a couple blogs on one wordpress installation I noticed today, that ELA doesn’t work well in this environment. Since it uses only one cache directory the archive is mixed up with all these articles.

I was digging around and noticed, that only 3 values in 3 files are related. So decided to make use of ‘$_SERVER["SERVER_NAME"]‘ to have unique cache directories.

Continue reading ‘Hacking Extended Live Archives plugin to support multisite installations’

Hacking google-highlight plugin

Today I found a nice plugin for highlighting searchstrings from referer called google-highlight, when coming from a search engine. The problem was, when the site includes a substring of $_SERVER["SERVER_NAME"] it was highlighted … maybe not what you want.

Continue reading ‘Hacking google-highlight plugin’


Too Cool for Internet Explorer