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

  1. name: MySpace
  2. shortname: myspace
  3. name_truncated: mysp
  4. service_provider: &service_provider myspace
  5. service_name: !_ Activity Stream
  6. popularity: 152
  7. type: service_component
  8. component_type: social
  9. form: social
  10. username_desc: !_ "Email Address"
  11. newuser_url:  http://signups.myspace.com/index.cfm?fuseaction=signup
  12. password_url: http://collect.myspace.com/index.cfm?fuseaction=user.retrievepassword
  13. path: myspace.MyspaceAccount.MyspaceAccount
  14. needs_password: false
  15. whitelist_opts: ['filters', 'oauth_token', 'enabled',
  16.                  'post_ach_all', 'informed_ach', 'alias'
  17.                  ]
  18.  
  19. defaults:
  20.   alias: ~
  21.   informed_ach: no
  22.   post_ach_all: yes
  23.  
  24.   filters:
  25.     indicators:
  26.       blogcommenturl: True
  27.       blogsubscriptionposturl: True
  28.       picturecommenturl: True
  29.       eventinvitationurl: True
  30.       commenturl: True
  31.       phototagapprovalurl: True
  32.       friendsrequesturl: True
  33.       videocommenturl: True
  34.       groupnotificationurl: True
  35.       recentlyaddedfriendurl: True
  36.       birthdayurl: True
  37.     feed:
  38.       statuses: True
  39.       friends: True
  40.       posts: True
  41.       groups: True
  42.       photos: True
  43.       music: True
  44.       videos: True
  45.       events: True
  46.       applications: True
  47. needs_indicators: True
  48. indicators_desc: "Alerts"
  49. indicators:
  50.   - Blog Comments
  51.   - Blog Subscriptions
  52.   - Picture Comments
  53.   - Event Invites
  54.   - Profile Comments
  55.   - Photo Tag Approvals
  56.   - Friend Requests
  57.   - Video Comments
  58.   - Group Notifications
  59.   - Recently Added Friends
  60.   - Birthdays
  61.  
  62. needs_feed: True
  63.  
  64. feed_desc: !_ "Newsfeed"
  65. feed:
  66.  - Status Updates
  67.  - Friend Updates
  68.  - Blog/Forum Posts
  69.  - Group Updates
  70.  - Photos
  71.  - Music
  72.  - Videos
  73.  - Events
  74.  - Applications
  75.  
  76. infobox:
  77.     maxheight: True
  78.     hosted: True
  79.  
  80. new_details:
  81.   - type: meta
  82.     store: informed_ach
  83.     value: yes
  84.  
  85. basic_details: #basic to the account (read: important)
  86.   - type: bool
  87.     store: post_ach_all
  88.     label: Post achievements to my Activity Stream
  89.     default: yes
  90.     help: http://wiki.digsby.com/doku.php?id=faq#q32
  91.  
  92. skin:
  93.   myspace:
  94.     icons:
  95.       no_news: facebookicons/ad.gif
  96.       like: res/like.png
  97.       dislike: res/dislike.png
  98.  
  99. entry_points:
  100.   digsby.services.edit.advanced.extract_sub.social:
  101.     *service_provider: myspace.msgui:extract_advanced_subpanel_social
  102.   digsby.services.edit.basic.extract_sub.social:
  103.     *service_provider: myspace.msgui:extract_basic_subpanel_social
  104.   digsby.services.edit.advanced.construct_sub.social:
  105.     *service_provider: myspace.msgui:construct_advanced_subpanel_social
  106.   digsby.services.edit.basic.construct_sub.social:
  107.     *service_provider: myspace.msgui:construct_basic_subpanel_social
  108.  
  109.   digsby.component.social:
  110.     *service_provider: myspace.MyspaceAccount:MyspaceAccount
  111.