Changeset 1767
- Timestamp:
- 10/16/06 15:11:11
- Files:
-
- trunk/plagger (modified) (previous)
- trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/CustomFeed/Mixi.pm
r989 r1767 31 31 }, 32 32 Log => { 33 start_url => 'http://mixi.jp/show_log.pl',34 title => 'ミクシィ足跡',35 get_list => 'parse_show_log',36 icon_re => qr/[^_]id=(\d+)/,33 start_url => 'http://mixi.jp/show_log.pl', 34 title => 'ミクシィ足跡', 35 get_list => 'parse_show_log', 36 icon_re => qr/[^_]id=(\d+)/, 37 37 }, 38 MyDiary => { 39 start_url => 'http://mixi.jp/list_diary.pl', 40 title => 'ミクシィ日記', 41 get_list => 'parse_list_diary', 42 get_detail => 'get_view_diary', 43 icon_re => qr/owner_id=(\d+)/, 44 }, 45 Calendar => { 46 start_url => 'http://mixi.jp/show_calendar.pl', 47 title => 'ミクシィカレンダー', 48 get_list => 'parse_show_calendar', 49 get_detail => 'get_view_event', 50 }, 38 51 }; 39 52 … … 255 268 With this option set, you can set the feed types. 256 269 257 Now supports: RecentComment, FriendDiary, and Message.270 Now supports: RecentComment, FriendDiary, Message, Log, MyDiary, and Calendar. 258 271 259 272 Default: FriendDiary.
