I’ve added my plugins to the main repository.
Something like this should work on Mac OS X as a little shell script to automate packaging them (SVN export, then zip):
svn export http://svn.wp-plugins.org/plugin-name/trunk ./plugin-name
zip -rq ./plugin-name.zip plugin-name
Alex, you forgot the id10t one. Want me to ZIP it and send it to you?
Heh – sure, I don’t think I ever actually released that one.
Hi Alex,
I’d like to incorporate the “since last visited” one, but when I attempt to it creates cookies for every post (this is on a version of 1.5). I tried setting the domain and path manually (to “.coldforged.org” and “” respectively) but had no joy. Any thoughts?
Thanks.
I don’t know – I can only support released versions of WP.
Found the problem for those running 1.5 and not familiar with cookies… $path needed to be set to “/”. Now working dandy.