home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / lib / plugins / linkedin / info.yaml < prev    next >
Encoding:
Text File  |  2011-02-02  |  1.9 KB  |  70 lines

  1. name: LinkedIn
  2. shortname: linkedin
  3. name_truncated: link
  4. service_name: !_ Network Updates
  5. service_provider: &service_provider linkedin
  6. popularity: 148
  7. type: service_component
  8. component_type: social
  9. username_desc: !_ "Email Address"
  10. newuser_url: https://www.linkedin.com/secure/register?trk=hb_join
  11. needs_password: false
  12. path: linkedin.LinkedInAccount.LinkedInAccount
  13. form: social
  14. whitelist_opts: ['enabled', 'oauth_token', 'informed_ach', 'post_ach_all', 'alias']
  15.  
  16. skin:
  17.   serviceicons:
  18.     lapi: res/linkedin.png
  19.     linkedin: res/linkedin.png
  20.   linkedinicons:
  21.     like: res/like.png
  22.     dislike: res/dislike.png
  23.  
  24. infobox:
  25.     maxheight: True
  26.     hosted: True
  27.  
  28. defaults:
  29.   alias: ~
  30.   informed_ach: no
  31.   post_ach_all: yes
  32.  
  33. new_details:
  34.   - type: meta
  35.     store: informed_ach
  36.     value: yes
  37.  
  38. basic_details:
  39.   - type: bool
  40.     store: post_ach_all
  41.     label: Post achievements to my LinkedIn Network
  42.     default: yes
  43.     help: http://wiki.digsby.com/doku.php?id=faq#q32
  44.  
  45. notifications:
  46.     - linkedin_newsfeed:
  47.         description: !_ 'LinkedIn Newsfeed'
  48.         header: '${item.title}'
  49.         minor: '${item.body}'
  50.         icon: &icon 'skin:serviceicons.linkedin'
  51.         notification_icon: *icon
  52.         pages: 'items'
  53.         max_lines: 5
  54.         update: paged
  55.         default:
  56.           reaction: ['Popup']
  57.  
  58. entry_points:
  59.   digsby.services.edit.basic.construct_sub.social:
  60.     *service_provider: linkedin.ligui:construct_basic_social_panel
  61.   digsby.services.edit.advanced.construct_panel:
  62.     *service_provider: linkedin.ligui:construct_advanced_panel
  63.   digsby.services.edit.basic.extract_sub.provider:
  64.     *service_provider: linkedin.ligui:extract_basic_provider_panel
  65.   digsby.services.edit.basic.extract_sub.social:
  66.     *service_provider: linkedin.ligui:extract_basic_social_panel
  67.  
  68.   digsby.component.social:
  69.     *service_provider: linkedin.LinkedInAccount:LinkedInAccount
  70.