Delicious Tags Plugin
A simple Movable Type plugin for importing and displaying your del.icio.us tags.
This plugin allows you to import and display your del.icio.us tags into your MT blogs. This plugin requires Net::Delicious module (search.cpan.org: Aaron Straup Cope / Net-Delicious).
TAGS
MTDeliciousTags [user="..."][pass="..."][sort_by="tag|count"][sort_order="ascend|descend][lastn="N"]
A container tag for your del.icio.us tags. "user" and "pass" are required.
MTDeliciousTag
Generates a del.icio.us tag.
MTDeliciousTagURL
Generates the URL to a del.icio.us (e.g., http://del.icio.us/user/tag).
MTDeliciousTagCount
Generates the number how many a del.icio.us tag appears in your del.icio.us bookmarks.
MTDeliciousTagsHeader
A container tag that renders its contents before the first del.icio.us tag.
MTDeliciousTagsFooter
A container tag that renders its contents after the last del.icio.us tag.
EXAMPLE
<MTDeliciousTags user="del.icio.us.username" pass="del.icio.us.password"> <MTDeliciousTagsHeader><ol></MTDeliciousTagsHeader> <li><a href="<$MTDeliciousTagURL$>"><$MTDeliciousTag$></a> (<$MTDeliciousTagCount$>)</li> <MTDeliciousTagsFooter></ol></MTDeliciousTagsFooter> </MTDeliciousTags>
LICENSE
This code is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html.
AUTHOR & COPYRIGHT
Copyright (c) 2005 Hirotaka Ogawa (hirotaka.ogawa at gmail.com)