|
Revision 1053
(checked in by miyagawa, 3 years ago)
|
add more comments to examples
|
| Line | |
|---|
| 1 |
# Convert websites included in Win32 IE favorites to OPML file |
|---|
| 2 |
# by doing RSS/Atom auto-discovery |
|---|
| 3 |
|
|---|
| 4 |
global: |
|---|
| 5 |
# set timezone to your local |
|---|
| 6 |
timezone: Asia/Tokyo |
|---|
| 7 |
|
|---|
| 8 |
plugins: |
|---|
| 9 |
# Read your bookmarks by scanning IE favorites |
|---|
| 10 |
- module: Subscription::Bookmarks |
|---|
| 11 |
config: |
|---|
| 12 |
browser: InternetExplorer |
|---|
| 13 |
|
|---|
| 14 |
# Output OPML file as plagger.opml in the current directory |
|---|
| 15 |
- module: Publish::OPML |
|---|
| 16 |
config: |
|---|
| 17 |
filename: plagger.opml |
|---|