Announcement from CaptSolo about a new version of his WordPress SIOC plugin:
New version of the WordPress SIOC plugin is available at: http://sw.deri.org/svn/uldis/2006/03/wp-sioc/wp-content/plugins/
This plugin exports SIOC metadata from the WordPress weblog engine. The SIOC vocabulary is defined in http://rdfs.org/sioc/
This is a fully functional development (beta testing) version. Please use it and report comments, suggestions and bugs to the mailing list. Once the feedback confirms it is OK, it will be put on the SIOC website.
Changes since last public version (v1.10):
- converted from standalone PHP file to a WordPress plugin
- SIOC auto-discovery link is automatically added to headers of WP blog pages
- fixed escaping bug in sioc:links_to
I hope that changing it to the WordPress plugin keeps it easy to install and use. Danny Ayers liked the earlier drop-in PHP file version, but now I had to use the WP plugin infrastructure in order to do per-page SIOC auto-discovery links:
Each blog post (and also author page) now points to the SIOC info about this particular post/author. E.g., look at
http://tinyurl.com/p68hqBest, Uldis



What I want to do on my blog, is every few hours take the oldest post and move it to the
front of the queue, all automatically. Anyone know if there is a plugin that can do this or
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.