-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
837 lines (834 loc) · 30.4 KB
/
config.yaml
File metadata and controls
837 lines (834 loc) · 30.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
name: Action Streams
id: ActionStreams
key: ActionStreams
author_link: http://www.sixapart.com/
author_name: Six Apart, Ltd.
description: Manages authors' accounts and actions on sites elsewhere around the web
schema_version: 9
version: 1.0
plugin_link: http://www.sixapart.com/
settings:
rebuild_for_action_stream_events:
Default: 0
Scope: blog
blog_config_template: blog_config_template.tmpl
init_app: $ActionStreams::ActionStreams::Init::init_app
applications:
cms:
methods:
list_profileevent: $ActionStreams::ActionStreams::Plugin::list_profileevent
other_profiles: $ActionStreams::ActionStreams::Plugin::other_profiles
dialog_add_profile: $ActionStreams::ActionStreams::Plugin::dialog_add_profile
add_other_profile: $ActionStreams::ActionStreams::Plugin::add_other_profile
remove_other_profile: $ActionStreams::ActionStreams::Plugin::remove_other_profile
itemset_hide_events: $ActionStreams::ActionStreams::Plugin::itemset_hide_events
itemset_show_events: $ActionStreams::ActionStreams::Plugin::itemset_show_events
itemset_hide_all_events: $ActionStreams::ActionStreams::Plugin::itemset_hide_all_events
itemset_show_all_events: $ActionStreams::ActionStreams::Plugin::itemset_show_all_events
callbacks:
MT::App::CMS::template_source.users_content_nav: $ActionStreams::ActionStreams::Plugin::users_content_nav
MT::App::CMS::post_add_profile: $ActionStreams::ActionStreams::Plugin::first_profile_update
post_update_action_streams: $ActionStreams::ActionStreams::Plugin::rebuild_action_stream_blogs
pre_update_action_streams_profile.flickr: $ActionStreams::ActionStreams::Event::Flickr::ident_to_nsid
pre_build_action_streams_event.twitter_tweets: $ActionStreams::ActionStreams::Plugin::fix_twitter_tweet_name
pre_build_action_streams_event.flickr_photos: $ActionStreams::ActionStreams::Plugin::fix_flickr_photo_thumbnail
object_types:
profileevent: ActionStreams::Event
list_actions:
profileevent:
hide_all:
label: Hide All
order: 100
js: finishPluginActionAll
code: $ActionStreams::ActionStreams::Plugin::itemset_hide_all_events
continue_prompt: 'Are you sure you want to hide EVERY event in EVERY action stream?'
show_all:
label: Show All
order: 200
js: finishPluginActionAll
code: $ActionStreams::ActionStreams::Plugin::itemset_show_all_events
continue_prompt: 'Are you sure you want to show EVERY event in EVERY action stream?'
delete:
label: Delete
order: 300
code: $core::MT::App::CMS::delete
continue_prompt: 'Deleted events that are still available from the remote service will be added back in the next scan. Only events that are no longer available from your profile will remain deleted. Are you sure you want to delete the selected event(s)?'
tags:
function:
StreamAction: $ActionStreams::ActionStreams::Plugin::tag_stream_action
StreamActionVar: $ActionStreams::ActionStreams::Plugin::tag_stream_action_var
StreamActionDate: $ActionStreams::ActionStreams::Plugin::tag_stream_action_date
StreamActionModifiedDate: $ActionStreams::ActionStreams::Plugin::tag_stream_action_modified_date
StreamActionTitle: $ActionStreams::ActionStreams::Plugin::tag_stream_action_title
StreamActionURL: $ActionStreams::ActionStreams::Plugin::tag_stream_action_url
StreamActionThumbnailURL: $ActionStreams::ActionStreams::Plugin::tag_stream_action_thumbnail_url
OtherProfileVar: $ActionStreams::ActionStreams::Plugin::tag_other_profile_var
block:
ActionStreams: $ActionStreams::ActionStreams::Plugin::tag_action_streams_block
StreamActionTags: $ActionStreams::ActionStreams::Plugin::tag_stream_action_tags
OtherProfiles: $ActionStreams::ActionStreams::Plugin::tag_other_profiles
ProfileServices: $ActionStreams::ActionStreams::Plugin::tag_profile_services
tasks:
UpdateEvents:
frequency: 1800
label: Poll for new events
code: $ActionStreams::ActionStreams::Plugin::update_events
template_sets:
streams:
label: 'Action Stream'
base_path: 'blog_tmpl'
order: 100
templates:
index:
main_index:
label: Main Index (Recent Actions)
outfile: index.html
rebuild_me: 1
archive:
label: Action Archive
outfile: archive.html
rebuild_me: 1
styles:
label: Stylesheet
outfile: styles.css
rebuild_me: 1
atom:
label: Atom
outfile: atom.xml
rebuild_me: 1
module:
header:
label: Header
filename: ../../../default_templates/header.mtml
footer:
label: Footer
filename: ../../../default_templates/footer.mtml
sidebar:
label: Sidebar
filename: ../../../default_templates/sidebar.mtml
widget:
elsewhere:
label: Find Authors Elsewhere
Action:
label: Authors Action Stream
upgrade_functions:
enable_existing_streams:
version_limit: 9
updater:
type: author
label: 'Enabling default action streams for selected profiles...'
code: $ActionStreams::ActionStreams::Plugin::upgrade_enable_existing_streams
profile_services:
backtype:
name: backtype
url: http://www.backtype.com/%s
cocomment:
name: coComment
url: http://www.cocomment.com/comments/%s
oneup:
name: 1up.com
url: http://%s.1up.com/
fortythreethings:
name: 43Things
url: http://www.43things.com/person/%s/
aim:
name: AIM
url: aim:goim?screenname=%s
ident_label: Screen name
bebo:
name: Bebo
url: http://www.bebo.com/Profile.jsp?MemberId=%s
brightkite:
name: Brightkite
url: http://brightkite.com/people/%s
catster:
name: Catster
url: http://www.catster.com/cats/%s
delicious:
name: del.icio.us
url: http://del.icio.us/%s/
digg:
name: Digg
url: http://digg.com/users/%s/
disqus:
name: Disqus
url: http://www.disqus.com/people/%s/
dodgeball:
name: Dodgeball
url: http://www.dodgeball.com/user?uid=%s
dogster:
name: Dogster
url: http://www.dogster.com/dogs/%s
dopplr:
name: Dopplr
url: http://www.dopplr.com/traveller/%s/
facebook:
name: Facebook
url: http://www.facebook.com/profile.php?id=%s
ident_label: User ID
ident_example: 12345
flickr:
name: Flickr
url: http://flickr.com/photos/%s/
ident_example: 36381329@N00
getsatisfaction:
name: Get Satisfaction
url: http://getsatisfaction.com/people/%s
goodreads:
name: Goodreads
url: http://www.goodreads.com/user/show/%s
ident_label: User ID
ident_example: 12345
googlereader:
name: Google Reader
url: http://www.google.com/reader/shared/%s
ident_label: Sharing ID
ident_example: 16793324975410272738
github:
name: GitHub
url: http://github.com/%s
ident_label: Username
ident_example: singpolyma
hi5:
name: Hi5
url: http://hi5.com/friend/profile/displayProfile.do?userid=%s
iconbuffet:
name: IconBuffet
url: http://www.iconbuffet.com/people/%s
icq:
name: ICQ
url: http://www.icq.com/people/about_me.php?uin=%s
ident_label: UIN
ident_example: 12345
iusethis:
name: IUseThis
url: http://osx.iusethis.com/user/%s
jabber:
name: Jabber
url: jabber://%s
ident_label: Jabber ID
ident_example: melody@example.com
jaiku:
name: Jaiku
url: http://%s.jaiku.com/
lastfm:
name: Last.fm
url: http://www.last.fm/user/%s/
linkedin:
name: LinkedIn
url: http://www.linkedin.com/in/%s
ident_example: MelodyNelson
livejournal:
name: LiveJournal
url: http://%s.livejournal.com/
ident_suffix: .livejournal.com
magnolia:
name: Ma.gnolia
url: http://ma.gnolia.com/people/%s
mog:
name: MOG
url: http://mog.com/%s
msn:
name: 'MSN Messenger'
url: msnim:chat?contact=%s
multiply:
name: Multiply
url: http://%s.multiply.com/
myspace:
name: MySpace
url: http://www.myspace.com/%s
newsvine:
name: Newsvine
url: http://%s.newsvine.com/
ning:
name: Ning
url: http://%s.ning.com/
ohloh:
name: Ohloh
url: http://ohloh.net/accounts/%s
orkut:
name: Orkut
url: http://www.orkut.com/Profile.aspx?uid=%s
pandora:
name: Pandora
url: http://pandora.com/people/%s
pownce:
name: Pownce
url: http://pownce.com/%s/
reddit:
name: Reddit
url: http://reddit.com/user/%s/
skype:
name: Skype
url: callto://%s
smugmug:
name: Smugmug
url: http://%s.smugmug.com/
sonicliving:
name: SonicLiving
url: http://www.sonicliving.com/user/%s/
steam:
name: Steam
url: http://steamcommunity.com/id/%s
stumbleupon:
name: StumbleUpon
url: http://%s.stumbleupon.com/
tabblo:
name: Tabblo
url: http://www.tabblo.com/studio/person/%s/
technorati:
name: Technorati
url: http://technorati.com/people/technorati/%s
tribe:
name: Tribe
url: http://people.tribe.net/%s
tumblr:
name: Tumblr
url: http://%s.tumblr.com/rss/
twitter:
name: Twitter
url: http://twitter.com/%s
uncrate:
name: Uncrate
url: http://uncrate.com/stuff/%s
upcoming:
name: Upcoming
url: http://upcoming.yahoo.com/user/%s
ident_label: User ID
ident_example: 12345
userscripts:
name: Userscripts.org
url: http://userscripts.org/users/%s
ident_label: User ID
ident_example: 3275
virb:
name: Virb
url: http://www.virb.com/%s
vox:
name: Vox
url: http://%s.vox.com/
ident_label: Vox name
ident_suffix: .vox.com
website:
name: Website
url: %s
ident_label: URL
ident_example: http://www.example.com/
ident_exact: 1
can_many: 1
xboxlive:
name: 'Xbox Live'
url: http://live.xbox.com/member/%s
ident_label: Gamertag
yahoo:
name: 'Yahoo! Messenger'
url: http://edit.yahoo.com/config/send_webmesg?.target=%s
youtube:
name: YouTube
url: http://www.youtube.com/user/%s
zooomr:
name: Zooomr
url: http://www.zooomr.com/photos/%s
action_streams:
brightkite:
checkins:
name: Checkins
description: Your most recent checkins
html_form: '[_1] <a rel="bookmark" href="[_2]">checked in</a> @ <a class="entry-title" href="[_3]">[_4]</a>'
html_params:
- url
- placeLink
- placeName
url: 'http://brightkite.com/people/{{ident}}/objects.rss'
xpath:
foreach: //item[bk:eventType='checkin']
get:
created_on: pubDate/child::text()
url: link/child::text()
placeLink: bk:placeLink/child::text()
placeName: bk:placeName/child::text()
photos:
name: Photos
description: Your most recent photos
html_form: '[_1] posted a photo @ <a class="entry-title" href="[_3]">[_4]</a><p><a title="[_5]" href="[_2]"><img src="[_6]" alt="[_5]" /></a></p>'
html_params:
- url
- placeLink
- placeName
- caption
- thumbnail
url: 'http://brightkite.com/people/{{ident}}/objects.rss'
xpath:
foreach: //item[bk:eventType='photo']
get:
created_on: pubDate/child::text()
url: link/child::text()
placeLink: bk:placeLink/child::text()
placeName: bk:placeName/child::text()
caption: bk:photoCaption/child::text()
thumbnail: media:thumbnail/@url
messages:
name: Messages
description: Your most recent messages
html_form: '[_1] <a href="[_2]">posted a text message</a> @ <a class="entry-title" href="[_3]">[_4]</a><p>[_5]</p>'
html_params:
- url
- placeLink
- placeName
- message
url: 'http://brightkite.com/people/{{ident}}/objects.rss'
xpath:
foreach: //item[bk:eventType='message']
get:
created_on: pubDate/child::text()
url: link/child::text()
placeLink: bk:placeLink/child::text()
placeName: bk:placeName/child::text()
message: description/child::text()
backtype:
comments:
name: Comments
description: Comments you've made
html_form: '[_1] posted <a rel="bookmark" href="[_2]">a comment</a> on <span class="entry-title">[_3]</span> <div class="entry-content">[_4]</div>'
html_params:
- url
- title
- description
url: 'http://feeds.backtype.com/{{ident}}'
rss2:
description: description/child::text()
cocomment:
comments:
name: Comments
description: Comments you've made
html_form: '[_1] posted a comment on <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a> <p class="entry-content">[_4]</p>'
html_params:
- url
- title
- description
url: 'http://www.cocomment.com/myRss/{{ident}}.rss'
rss2:
description: description/child::text()
delicious:
links:
name: Links
description: Your public links
html_form: '[_1] saved the link <span class="xfolkentry"><a rel="bookmark" class="entry-title taggedlink" href="[_2]">[_3]</a></span>'
html_params:
- url
- title
url: 'http://feeds.delicious.com/rss/{{ident}}'
identifier: url
xpath:
foreach: //item
get:
created_on: dc:date/child::text()
title: title/child::text()
url: link/child::text()
digg:
links:
name: Dugg
description: Links you dugg
html_form: '[_1] dugg the link <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: "http://digg.com/users/{{ident}}/history/diggs.rss"
identifier: url
fetch:
default_useragent: 1
xpath:
foreach: //item
get:
created_on: pubDate/child::text()
title: title/child::text()
url: link/child::text()
submitted:
name: Submissions
description: Links you submitted
html_form: '[_1] submitted the link <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: "http://digg.com/users/{{ident}}/history/submissions.rss"
identifier: url
fetch:
default_useragent: 1
xpath:
foreach: //item
get:
created_on: pubDate/child::text()
title: title/child::text()
url: link/child::text()
disqus:
discussed:
name: Disqussed
description: The blog discussions you participated in
html_form: '[_1] disqussed <a rel="bookmark" class="entry-title" href="[_2]" title="[_3]">[_3]</a>'
html_params:
- url
- title
url: 'http://disqus.com/people/{{ident}}/comments.rss'
identifier: url
xpath:
foreach: //item
get:
created_on: pubDate/child::text()
title: title/child::text()
url: link/child::text()
github:
activity:
name: Activity
description: Your public GitHub activity
html_form: '<a class="entry-title" rel="bookmark" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://github.com/{{ident}}.atom'
identifier: url
atom:
iusethis:
osxapps:
name: Apps you use
description: The applications you saved as ones you use
fields:
- favorite
html_form: '[_1] started using <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>[quant,_4, (and loves it),,]'
html_params:
- url
- title
- favorite
identifier: url
scraper:
foreach: "//a[starts-with(@href, 'http://osx.iusethis.com/app/')]/ancestor::td[@class='iconview']/ancestor::table"
get:
loved:
- "img[alt='loved']"
- '@alt'
title:
- td.titleview
- TEXT
url:
- td.iconview a
- '@href'
url: 'http://osx.iusethis.com/user/{{ident}}'
magnolia:
links:
name: Links
description: Your public links
html_form: '[_1] saved the link <span class="xfolkentry"><a rel="bookmark" class="entry-title taggedlink" href="[_2]">[_3]</a></span>'
html_params:
- url
- title
url: 'http://ma.gnolia.com/atom/full/people/{{ident}}'
identifier: url
atom:
tags: "category[@scheme='http://ma.gnolia.com/tags']/@term"
twitter:
tweets:
name: Tweets
description: Your public tweets
fields:
- tweet
html_form: '[_1] <a rel="bookmark" class="verb" href="[_2]">tweeted</a>, "<span class="entry-title">[_3]</span>"'
html_params:
- url
- tweet
url: 'http://twitter.com/statuses/user_timeline/{{ident}}.atom'
atom:
tweet: title/child::text()
favourited:
name: Favourited Tweets
description: Your favourited tweets
html_form: '[_1] <a class="verb" rel="bookmark" href="[_2]">favourited</a>, "<span class="entry-title">[_3]</span>"'
html_params:
- url
- title
url: 'http://twitter.com/favorites/{{ident}}.atom'
atom:
title: title/child::text()
vox:
favorites:
name: Favorites
description: Public assets you saved as favorites
class: Vox
posts:
name: Posts
description: Your public posts to your Vox
html_form: '[_1] posted <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://{{ident}}.vox.com/library/posts/atom.xml'
atom:
tags: category/@label
livejournal:
posts:
name: Posts
description: Your public posts to your journal
html_form: '[_1] posted <a href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://users.livejournal.com/{{ident}}/data/atom'
atom: 1
iconbuffet:
icons:
name: Deliveries
description: Icon sets you were delivered
html_form: '[_1] received the icon set <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://www.iconbuffet.com/people/{{ident}};received_packages'
identifier: url
scraper:
foreach: 'div#icons div.preview-sm'
get:
title:
- a span
- TEXT
url:
- a
- '@href'
goodreads:
toread:
name: To read
description: Books on your "to-read" shelf
fields:
- by
html_form: '[_1] saved <a rel="bookmark" class="entry-title" href="[_2]"><i>[_3]</i> by [_4]</a> to read'
html_params:
- url
- title
- by
url: 'http://www.goodreads.com/review/list_rss/{{ident}}?shelf=to-read'
identifier: url
xpath:
foreach: //item
get:
title: title/child::text()
url: link/child::text()
created_on: pubDate/child::text()
modified_on: pubDate/child::text()
by: author_name/child::text()
reading:
name: Reading
description: Books on your "currently-reading" shelf
fields:
- by
html_form: '[_1] started reading <a rel="bookmark" class="entry-title" href="[_2]"><i>[_3]</i> by [_4]</a>'
html_params:
- url
- title
- by
url: 'http://www.goodreads.com/review/list_rss/{{ident}}?shelf=currently-reading'
identifier: url
xpath:
foreach: //item
get:
title: title/child::text()
url: link/child::text()
created_on: pubDate/child::text()
modified_on: pubDate/child::text()
by: author_name/child::text()
read:
name: Read
description: Books on your "read" shelf
fields:
- by
html_form: '[_1] finished reading <a rel="bookmark" class="entry-title" href="[_2]"><i>[_3]</i> by [_4]</a>'
html_params:
- url
- title
- by
url: 'http://www.goodreads.com/review/list_rss/{{ident}}?shelf=read'
identifier: url
xpath:
foreach: //item
get:
title: title/child::text()
url: link/child::text()
created_on: pubDate/child::text()
modified_on: pubDate/child::text()
by: author_name/child::text()
upcoming:
events:
name: Events
description: Events you are watching or attending
fields:
- venue
html_form: '[_1] is attending <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a> at [_4]'
html_params:
- url
- title
- venue
url: 'http://upcoming.yahoo.com/syndicate/v2/my_events/{{ident}}'
xpath:
foreach: //item
get:
title: xCal:summary
url: link/child::text()
created_on: dc:date/child::text()
modified_on: dc:date/child::text()
venue: 'xCal:x-calconnect-venue/xCal:adr/xCal:x-calconnect-venue-name/child::text()'
identifier: guid/child::text()
gametap:
scores:
name: Leaderboard scores
description: Your high scores in games with leaderboards
class: Gametap
googlereader:
shared:
name: Shared
description: Your shared items
class: GoogleReader
html_form: '[_1] shared <a class="entry-title" rel="bookmark" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://www.google.com/reader/public/atom/user/{{ident}}/state/com.google/broadcast'
identifier: url
atom:
netflix:
shipped:
name: Shipped
description: Movies Netflix shipped to you
class: Netflix
steam:
achievements:
name: Achievements
description: Your achievements for achievement-enabled games
class: Steam
uncrate:
saved:
name: Saved
description: Things you saved as favorites
html_form: '[_1] saved <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a> on Uncrate'
html_params:
- url
- title
url: 'http://uncrate.com/stuff/{{ident}}'
identifier: url
scraper:
foreach: '#widget h2'
get:
title:
- a
- TEXT
url:
- a
- @href
pownce:
notes:
name: Notes
description: Your public notes
fields:
- note
html_form: '[_1] <a rel="bookmark" href="[_2]">posted</a>, "<span class="entry-title entry-content">[_3]</span>"'
html_params:
- url
- note
url: 'http://pownce.com/feeds/public/{{ident}}/'
atom:
note: summary/child::text()
flickr:
photos:
name: Photos
description: Photos you posted
html_form: '[_1] posted a photo <p><a rel="bookmark" class="entry-title" title="[_3]" href="[_2]"><img src="[_4]" alt="[_3]" /></a></p>'
html_params:
- url
- title
- thumbnail
rss2:
thumbnail: media:thumbnail/@url
getsatisfaction:
activity:
name: Activity
description: Your most recent activity
html_form: '[_1] <a class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
- thumbnail
url: 'http://getsatisfaction.com/people/{{ident}}.rss'
rss2: ''
lastfm:
scrobbles:
name: Scrobbles
description: Your recent scrobbles
html_form: '[_1] <span class="verb">listened</span> to <span class="haudio"><a rel="bookmark" class="entry-title title" href="[_2]">[_3]</a> <a class="url" href="http://musicbrainz.org/track/[_4].html"></a> by <span class="contributor vcard"><a class="fn url" rel="artist" href="http://last.fm/music/[_5]">[_5]</a> <a class="url uid" href="http://musicbrainz.org/artist/[_6].html"></a> </span> <a class="album" href="http://musicbrainz.org/release/[_8].html">[_7]</a> </span>'
html_params:
- url
- title
- mbid
- artist
- artist_mbid
- album
- album_mbid
url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/recenttracks.xml'
xpath:
foreach: //track
get:
created_on: date/@uts
title: name/child::text()
url: url/child::text()
mbid: mbid/child::text()
artist: artist/child::text()
artist_mbid: artist/@mbid
album: album/child::text()
album_mbid: album/@mbid
tumblr:
posts:
name: Posts
description: Your public posts
html_form: '[_1] posted, <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://{{ident}}.tumblr.com/rss/'
identifier: url
xpath:
foreach: //item
get:
created_on: pubDate/child::text()
title: title/child::text()
url: link/child::text()
userscripts:
favorites:
name: Favorites
description: Scripts you saved as favorites
html_form: '[_1] favourited script <a rel="bookmark" class="entry-title" href="[_2]">[_3]</a>'
html_params:
- url
- title
url: 'http://userscripts.org/feeds/users/{{ident}}/favorites/updates'
rss2: ''
youtube:
favorites:
name: Favorites
description: Videos you saved as favorites
fields:
- by
html_form: '[_1] favourited video <span class="entry-title">[_3]</span> <p><a rel="bookmark" href="[_2]" title="[_3]"><img src="[_4]" alt="Thumbnail" /></a></p>'
html_params:
- url
- title
- thumbnail
url: 'http://gdata.youtube.com/feeds/users/{{ident}}/favorites'
atom:
by: author/name/child::text()
url: "link[@rel='alternate' and @type='text/html']/@href"
thumbnail: "media:group/media:thumbnail[position()=1]/@url"
created_on: ''
modified_on: ''
website:
posted:
name: Posts
description: "The posts available from the website's feed"
html_form: '[_1] posted <a class="entry-title" rel="bookmark" href="[_2]">[_3]</a>'
html_params:
- url
- title
class: Website