NOTE this code has been supplanted by that of Simplish, at
http://labs.utopian.net/blogs/simplish/.

INTERIM SCRIBBISHWP 1.1
Requires WPv2.3+,
Adds support for WP 2.5 features:
-Tags taxonomy
-Built-in Galleries
-Gravatars

GET IT
Download: 
http://labs.utopian.net/who/josh/scribbishwp/scribbishwp-1.1-3.0.tar.gz
Or
As patch to 1.0-3.0: 
http://labs.utopian.net/who/josh/scribbishwp/scribbishwp.patch

FILES
archive.php,
index.php,
search.php,
single.php:
-Changed from Categories to Tags list in post meta display (as per
scribbish 3.0).
-Made title attribute of post dates ISO 8601 format dates, rather
than repeating the date format. Tooltip is now an 'absolute' date.

comments.php:
-Made title attribute of comment dates ISO 8601 format dates, rather
than repeating the date format. Fixed comment title attribute timestamp,
by calling comment_time instead of the_time.
-Added get_avatar call to foreach loop. Display gravatar. (checks for 2.5+)
EXAMPLE:
http://labs.utopian.net/blogs/josh/2008/05/07/monotone-r1028/#comments

image.php:
-Added from default theme to enable WordPress 2.5 built-in gallery
display w/ prev/next images. Added selectors to html (hentry and entry-title)
to apply scribbish styles.
EXAMPLE
http://labs.utopian.net/blogs/josh/photos/athens-out/acropolis-thepath/

style.css: 
-Removed scribbish 2.0 commented options to simplify.
Will factor out into an optional style.css.scrib20 file later.
(all opts now as per scribbish 3.0).
-Moved .clear to top of CSS hier (was under #content .hentry .clear).
Fixes layout of comments below prev/next images on image.php
gallery single-image pages.
-Replaced green-on-black styling for pre tag (deviation from scribbish
3.0). This version formats pre blocks with gray border box, white
bg, and black monospace font by default.
EXAMPLE
http://labs.utopian.net/blogs/josh/2008/02/28/your-own-google-cache/