root/branches/feature-server/plagger/examples/bloglines2gmail.yaml

Revision 856 (checked in by miyagawa, 3 years ago)

merge from trunk to plagger-server for Enclosures support and such. Sorry for the big commit

Line 
1 global:
2   plugin_path:
3     - /home/miyagawa/plagger/plugins
4   assets_path: /home/miyagawa/plagger/assets
5   timezone: Asia/Tokyo
6   log:
7     level: info
8
9 plugins:
10   - module: Subscription::Bloglines
11     config:
12       username: miyagawa@example.com
13       password: foobar
14       mark_read: 1
15       fetch_meta: 1
16
17   - module: Widget::Delicious
18     config:
19       username: miyagawa
20
21   - module: Widget::BloglinesSubscription
22
23   - module: Publish::Gmail
24     config:
25       mailto:   example@gmail.com
26       mailfrom: miyagawa@example.com
27       mailroute:
28         via: smtp
29         host: smtp.example.com
Note: See TracBrowser for help on using the browser.