Changeset 593
- Timestamp:
- 04/15/06 16:22:29
- Files:
-
- trunk/plagger/assets/plugins/Filter-EntryFullText (moved) (moved from trunk/plagger/assets/plugins/filter-entryfulltext)
- trunk/plagger/assets/plugins/Notify-IRC (moved) (moved from trunk/plagger/assets/plugins/notify-irc)
- trunk/plagger/assets/plugins/Publish-CHTML (moved) (moved from trunk/plagger/assets/plugins/publish-chtml)
- trunk/plagger/assets/plugins/Publish-Gmail (moved) (moved from trunk/plagger/assets/plugins/publish-gmail)
- trunk/plagger/assets/plugins/Publish-JavaScript (moved) (moved from trunk/plagger/assets/plugins/publish-javascript)
- trunk/plagger/assets/plugins/Publish-MT (moved) (moved from trunk/plagger/assets/plugins/publish-mt)
- trunk/plagger/assets/plugins/Publish-MTWidget (moved) (moved from trunk/plagger/assets/plugins/publish-mtwidget)
- trunk/plagger/assets/plugins/Publish-OPML (moved) (moved from trunk/plagger/assets/plugins/publish-opml)
- trunk/plagger/assets/plugins/Publish-PSP (moved) (moved from trunk/plagger/assets/plugins/publish-psp)
- trunk/plagger/assets/plugins/Publish-Planet (moved) (moved from trunk/plagger/assets/plugins/publish-planet)
- trunk/plagger/assets/plugins/Publish-Spotlight (moved) (moved from trunk/plagger/assets/plugins/publish-spotlight)
- trunk/plagger/assets/plugins/Publish-Takahashi (moved) (moved from trunk/plagger/assets/plugins/publish-takahashi)
- trunk/plagger/assets/plugins/Search-Namazu (moved) (moved from trunk/plagger/assets/plugins/search-namazu)
- trunk/plagger/lib/Plagger/Plugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin.pm
r541 r593 90 90 my @pkg = split /::/, $pkg; 91 91 92 return join '-', map lc,@pkg;92 return join '-', @pkg; 93 93 } 94 94
