Thursday·02·March·2006
Some new plugins, XFN, Technorati and yigg.de //at 02:09 //by abe
After blathijs and I today talked a little bit about blosxom plugins on the #blosxom IRC channel, I installed the listplugins plugin. Since I’m a perfectionist in some things, I had to configure it to link every plugin I use to it’s web page or source.
While going through my plugin list, I noticed that there were three additional plugins I wrote myself and of which I thought I should share:
- acronyms works similar to and is losely based on Fletcher Penney’s autolinks but instead of setting links it marks configurable keywords as abbreviation or acronym and show their expansion when hovering over the keyword (all using standard XHTML).
- xml_ping_generic is based on xml_ping_weblogs and can ping an arbitrary number of URLs to be pinged with the weblog.com’s XML RPC ping API. By default it pings weblogs.com and technorati.com.
- date_rfc822 is nothing else than the 822-date command (which returns a date in RFC 822 conform format and is written in Perl, too) wrapped into a blosxom plugin. Work similar to date_fullname. I use it for including <pubDate> tags in the RDF.
All plugins are published under the same open source license, they initially came with.
In other news…
I started using XFN, the XHTML Friends Network, at least the blogroll, and created accounts at Technorati and at yigg.de, a German Digg.com clone formerly respective yet still known as digg.de
Now playing: Battle Without Honor or Humanity — Hotei Tomayasu (from
the Kill Bill Soundtrack)
Tagged as: #blosxom, Acronyms, Blosxom, Blosxom Plugin, date_rfc822, Digg, Hacks, Now Playing, Open Source, Other Blogs, Perl, RFC, RFC 822, Technorati, XFN, xml_ping_generic, yigg.de
3 comments // write a comment // comments off
Related stories
Comments
Re: Some new plugins, XFN, Technorati and yigg.de
Posted by: Axel Website: http://noone.org/blog Time: Sat, 25 Feb 2006 02:11 Hostname: gateway.to.noone.org (82.139.197.20) Browser: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020623 Debian/1.2.5-0.woody.1 You're right. I just wonder if a sub based API or a variables based API would make more sense, e.g. to use 'sub version { "3.1415926535" }' or '$version = "3.1415926535";'?
about technorati ping
Posted by: jz Website: http://servz.ath.cx Time: Mon, 11 Sep 2006 19:56 Hostname: Toronto-HSE-ppp3883242.sympatico.ca (67.70.109.183) Browser: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060904 Firefox/1.5.0.6 hi there,you really did great on this site,i really enjoy to see how far you can push blosxom to go.I'm still in the early stage to use blosxom and had problem with technorati ping. after I pinged,I got "You just sent a ping, please only ping when you update" in .ping.output file.And I know it had little to do with your plugin since it does ping out.what do you think technorati's behavior?
Your Comment
Spam Protection: To post a comment, you'll have to answer the following question: What is 23 and 19?



Re: Some new plugins, XFN, Technorati and yigg.de
I think plugins should supply that information themselves. That is, we should define a general interface through which plugins supply their version, homepage, author and perhaps even changelogs dynamically. That would rock :-)
Reply