home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 February / maximum-cd-2011-02.iso / DiscContents / digsby_setup85.exe / lib / plugins / myspace / notifications.yaml < prev    next >
Encoding:
Text File  |  2010-01-15  |  515 b   |  20 lines

  1. - myspace_alert:
  2.     description: 'MySpace Alert'
  3.     header: '${title}'
  4.     minor: '${msg}'
  5.     icon: 'skin:serviceicons.myspace'
  6.     default:
  7.       reaction: ['Popup']
  8.  
  9. - myspace_newsfeed:
  10.     description: 'MySpace Newsfeed'
  11.     header: '${item.author_name.decode("xml")}'
  12.     minor: '${util.strip_html(getattr(item, "body", "") or getattr(item, "title", ""))}'
  13.     icon: 'skin:serviceicons.myspace'
  14.     pages: 'items'
  15.     max_lines: 5
  16.     update: paged
  17.     default:
  18.       reaction: ['Popup']
  19.  
  20.