The Incrementalist

12/20/2004

Spam-Karma: So Far, So Good

Filed under: — Joe @ 8:09 am

I installed the Spam-Karma plug-in for WordPress last weekend on my family blog, and it’s working great, judging from the batch report it emailed me this morning:

Spam Karma Digest Report:
10 comments digested since last report (mmm, yummy!):

=+ Comment #1 Reason(s): Used HTTP_VIA header. OSA: Code or time not in submission. KARMA: -12 Treatment: hell Comment posted on Post ID: 50 Added Author IP to auto-ip list (snip). Author : cialis Email : snip URL : snip IP : snip Comment: 1817 Well said += ...

12/18/2004

WordPress Fine-Tuning

Filed under: — Joe @ 7:03 pm

Since I’m setting up a couple of WordPress installations today, here are the post-installation steps that I like to go through, for my future reference and your possible edification.

  • create non-admin users
  • delete sample post
  • remove the default sidebar links
  • create categories
  • set basic blog metadata in Options → General Options
  • change RSS feed to full content in Options → Reading → Syndication Feeds
  • change permalinks to the template /%year%/%monthnum%/%postname%/
  • create .htaccess file in the root directory of the blog and chmod it to 666
  • use the template editor to put the rewrite rules from the permalink page into the .htaccess
  • change wp-includes/template-functions-links.php as specified in this post to fix broken calendar links
  • install WordPress Plugin Manager
  • install Spam-Karma using Plugin Manager
  • install and enable the latest version of PHP Markdown
  • install the “del.icio.us cached” plugin using Plugin Manager, and add a delicious('username') call to index.php
  • general mucking with the templates