|
Revision 1214
(checked in by miyagawa, 2 years ago)
|
update example to use description
|
| Line | |
|---|
| 1 |
global: |
|---|
| 2 |
# Make plagger more verbose than default |
|---|
| 3 |
log: |
|---|
| 4 |
level: debug |
|---|
| 5 |
|
|---|
| 6 |
plugins: |
|---|
| 7 |
# Subscribe to a couple of "My Feeds" on the web |
|---|
| 8 |
# They could be either Feeds URL or Blog URL (with Auto-Discovery support) |
|---|
| 9 |
- module: Subscription::Config |
|---|
| 10 |
config: |
|---|
| 11 |
feed: |
|---|
| 12 |
- http://bulknews.typepad.com/blog/index.rdf |
|---|
| 13 |
- http://blog.bulknews.net/mt/ |
|---|
| 14 |
- http://subtech.g.hatena.ne.jp/miyagawa/ |
|---|
| 15 |
- http://bulknews.vox.com/ |
|---|
| 16 |
- http://d.hatena.ne.jp/miyagawa/ |
|---|
| 17 |
|
|---|
| 18 |
# Load 'Bundle' planet plugins |
|---|
| 19 |
- module: Bundle::Planet |
|---|
| 20 |
config: |
|---|
| 21 |
duration: 7 days |
|---|
| 22 |
title: Planet Plagger |
|---|
| 23 |
description: Everything Plagger from the Web |
|---|
| 24 |
dir: /tmp/planet |
|---|
| 25 |
url: http://example.org/planet/ |
|---|
| 26 |
theme: sixapart-std |
|---|
| 27 |
stylesheet: http://bulknews.typepad.com/blog/styles.css |
|---|
| 28 |
|
|---|