|
Revision 22068, 0.8 kB
(checked in by hsbt, 8 months ago)
|
|
using Crypt::Pit, and tiny change.
|
| Line | |
|---|
| 1 | global: |
|---|
| 2 | plugin_path: |
|---|
| 3 | - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin |
|---|
| 4 | assets_path: /home/hsbt/misc/plagger/assets |
|---|
| 5 | encrypt: pit |
|---|
| 6 | timezone: Asia/Tokyo |
|---|
| 7 | log: |
|---|
| 8 | level: debug |
|---|
| 9 | cache: |
|---|
| 10 | base: /home/hsbt/misc/plagger |
|---|
| 11 | |
|---|
| 12 | plugins: |
|---|
| 13 | - module: CustomFeed::Simple |
|---|
| 14 | |
|---|
| 15 | - module: Subscription::Config |
|---|
| 16 | config: |
|---|
| 17 | feed: |
|---|
| 18 | - url: http://del.icio.us/rss/tag/tdiary |
|---|
| 19 | - url: http://clip.livedoor.com/rss/tag/tdiary |
|---|
| 20 | - url: http://b.hatena.ne.jp/t/tdiary?mode=rss&sort=eid |
|---|
| 21 | |
|---|
| 22 | - module: Filter::Rule |
|---|
| 23 | rule: |
|---|
| 24 | module: Deduped |
|---|
| 25 | engine: DB_File_URL |
|---|
| 26 | path: /home/hsbt/misc/plagger/cache_rule/tdiarybot.cache |
|---|
| 27 | |
|---|
| 28 | - module: Filter::Reverse |
|---|
| 29 | |
|---|
| 30 | - module: Publish::Wassr |
|---|
| 31 | config: |
|---|
| 32 | username: tdiarybot |
|---|
| 33 | password: pit::wassr.jp:tdiarybot/:password/ |
|---|
| 34 | channel: tdiary |
|---|
| 35 | templatize: 1 |
|---|