Changeset 543 for trunk/FireEagle/plugins
- Timestamp:
- 03/10/08 04:15:11 (2 years ago)
- Location:
- trunk/FireEagle/plugins/FireEagle
- Files:
-
- 2 added
- 1 modified
-
fireeagle.pl (modified) (1 diff)
-
lib/FireEagle (added)
-
lib/FireEagle/Event.pm (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FireEagle/plugins/FireEagle/fireeagle.pl
r536 r543 62 62 code => sub { 63 63 $plugin->poll_for_location_updates; 64 }, 65 }, 66 }, 67 profile_services => { 68 fireeagle => { 69 name => 'Fire Eagle', 70 icon => 'images/fireeagle.png', 71 url => 'http://profiles.yahoo.com/%s', # for the lack of a better solution 72 }, 73 }, 74 action_streams => { 75 fireeagle => { 76 location => { 77 name => 'Current Location', 78 description => 'Where you are', 79 class => 'FireEagle::Event', 64 80 }, 65 81 },
