|
DeliciousTags_Plugin
DeliciousTags PluginA simple Movable Type plugin for importing and displaying your del.icio.us tags. OverviewThis plugin allows you to import and display your del.icio.us tags into your MT blogs. This plugin requires Net::Delicious modulehttp://search.cpan.org/~ascope/Net-Delicious/. TagsMTDeliciousTagsA container tag for your del.icio.us tags. This container takes the following options:
"user" and "pass" options are required. Other options work as like standard Movable Type tags, such as MTEntries. MTDeliciousTagGenerates a del.icio.us tag. MTDeliciousTagURLGenerates the URL to a del.icio.us (e.g., http://del.icio.us/user/tag). MTDeliciousTagCountGenerates the number how many a del.icio.us tag appears in your del.icio.us bookmarks. MTDeliciousTagsHeaderA container tag that renders its contents before the first del.icio.us tag. MTDeliciousTagsFooterA 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> See AlsoLicenseThis 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 & CopyrightCopyright (c) 2005 Hirotaka Ogawa (hirotaka.ogawa at gmail.com) |