diff options
| author | franck cuny <franck.cuny@gmail.com> | 2008-12-27 13:13:16 +0100 |
|---|---|---|
| committer | franck cuny <franck.cuny@gmail.com> | 2008-12-27 13:13:16 +0100 |
| commit | d41147eebd9613d912d28499fd3fdc40c21c7064 (patch) | |
| tree | 2e6b73a371e5ee973552cad8f954f2e6418d133c /lifestream.yaml | |
| parent | update config and license (diff) | |
| parent | update code template and config (diff) | |
| download | lifestream-d41147eebd9613d912d28499fd3fdc40c21c7064.tar.gz | |
fix
Diffstat (limited to '')
| -rw-r--r-- | lifestream.yaml | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/lifestream.yaml b/lifestream.yaml index 89ef30d..be66801 100644 --- a/lifestream.yaml +++ b/lifestream.yaml @@ -1,19 +1,26 @@ -- - source: delicious - url: http://feeds.delicious.com/v2/rss/franck?count=20 - source_url: http://delicious.com/franck -- - source: identica - url: http://identi.ca/api/statuses/user_timeline/franck.atom - source_url: http://identi.ca/franck -- - source: googlereader - url: http://www.google.com/reader/public/atom/user%2F17077268849154926648%2Fstate%2Fcom.google%2Fbroadcast -- - source: myblog - url: http://lumberjaph.net/blog/index.php/feed/ - source_url: http://lumberjaph.net/blog/ -#- - #source: lastfm - #url: http://ws.audioscrobbler.com/1.0/user/franckcuny/recenttracks.rss - #source_url: http://www.last.fm/user/franckcuny +actions: + - + source: delicious + url: http://feeds.delicious.com/v2/rss/franck?count=20 + source_url: http://delicious.com/franck + caption: Delicious + - + source: identica + url: http://identi.ca/api/statuses/user_timeline/franck.atom + source_url: http://identi.ca/franck + caption: Identi.ca + - + source: googlereader + url: http://www.google.com/reader/public/atom/user%2F17077268849154926648%2Fstate%2Fcom.google%2Fbroadcast + source_url: https://www.google.com/reader/shared/17077268849154926648 + caption: Google Reader + - + source: myblog + url: http://lumberjaph.net/blog/index.php/feed/ + source_url: http://lumberjaph.net/blog/ + caption: My Blog +profiles: + - + source: lastfm + url: http://www.last.fm/user/franckcuny/ + caption: Last.fm |
