Just gave it a shot. Today I upgraded my blog to WordPress 1.3. Rearranged few things, like made Backup/Restore as subsection of “Manage” section and modified backupRestore.php a little bit. Good no problems so far.
I didn’t find a step by step guide(for newbies and that works) to setup the “BlogTimes” plugin for WordPress. Here you go:
Download BlogTimes plugin
Unzip wp-blogtimes.zip
Upload blogtimes.php into your wp-content/plugins folder
Setup write permissions for wp-images and blogtimes.png, like:
// assuming webserver is in group (www-data on DEB)
chmod 775 wp-images
chmod 775 blogtimes.png
Add the [...]