Changeset 153 for DeliciousTags/trunk
- Timestamp:
- 10/26/05 23:18:52 (3 years ago)
- Files:
-
- 1 modified
-
DeliciousTags/trunk/DeliciousTags.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
DeliciousTags/trunk/DeliciousTags.pl
r152 r153 19 19 my $plugin = MT::Plugin::DeliciousTags->new({ 20 20 name => 'Delicious Tags', 21 description => "Add MTDelciousTags for showing del.icio.us tags", 21 description => "A plugin for importing and displaying your del.icio.us tags", 22 doc_link => 'http://as-is.net/hacks/2005/10/delicious_tags_plugin.html', 22 23 author_name => 'Hirotaka Ogawa', 23 24 author_link => 'http://profile.typekey.com/ogawa/', … … 97 98 __END__ 98 99 99 Example: 100 =head1 NAME 101 102 DeliciousTags.pl - A simple Movable Type plugin for displaying your 103 del.icio.us tags. 104 105 =head1 DESCRIPTION 106 107 This plugin allows you to import your del.icio.us tags into your 108 MT blogs. 109 110 =head1 TAGS 111 112 =over 4 113 114 =item MTDeliciousTags [user="..."][pass="..."][sort_by="tag|count"][sort_order="ascend|descend][lastn="N"] 115 116 A container tag for your del.icio.us tags. "user" and "pass" are required. 117 118 =item MTDeliciousTag 119 120 Generates a del.icio.us tag. 121 122 =item MTDeliciousTagURL 123 124 Generates the URL to a del.icio.us (e.g., http://del.icio.us/user/tag). 125 126 =item MTDeliciousTagCount 127 128 Generates the number how many a del.icio.us tag appears in your 129 del.icio.us bookmarks. 130 131 =item MTDeliciousTagsHeader 132 133 A container tag that renders its contents before the first del.icio.us 134 tag. 135 136 =item MTDeliciousTagsFooter 137 138 A container tag that renders its contents after the last del.icio.us 139 tag. 140 141 =back 142 143 =head1 EXAMPLE 100 144 101 145 <MTDeliciousTags user="del.icio.us.username" pass="del.icio.us.password"> … … 105 149 <MTDeliciousTagsFooter></ol></MTDeliciousTagsFooter> 106 150 </MTDeliciousTags> 151 152 =head1 LICENSE 153 154 This code is released under the Artistic License. The terms of the 155 Artistic License are described at 156 L<http://www.perl.com/language/misc/Artistic.html>. 157 158 =head1 AUTHOR & COPYRIGHT 159 160 Copyright (c) 2005 Hirotaka Ogawa (hirotaka.ogawa at gmail.com) 161 162 =cut 163 164 =end
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)