root/config/plagger/hsbt/config.dir2podcast.yaml

Revision 22068, 0.6 kB (checked in by hsbt, 4 weeks ago)

using Crypt::Pit, and tiny change.

Line 
1global:
2  plugin_path:
3    - /home/hsbt/misc/plagger/contrib/lib/Plagger/Plugin
4  assets_path: /home/hsbt/misc/plagger/assets
5  log:
6    level: debug
7  cache:
8    base: /home/hsbt/plagger
9  timezone: Asia/Tokyo
10
11plugins:
12  - module: Subscription::Config
13    config:
14      feed:
15        - url:  file:///home/hsbt/public_html/plagger/enclosures/
16          meta:
17            follow_link: \.mp4$
18  - module: CustomFeed::Simple
19  - module: Filter::FindEnclosures
20  - module: Filter::HEADEnclosureMetadata
21  - module: Publish::Feed
22    config:
23      dir: /home/hsbt/public_html/plagger
24      filename: youravhost.xml
25      format: RSS
Note: See TracBrowser for help on using the browser.