|
Revision 1209
(checked in by miyagawa, 6 years ago)
|
update XOXO to Planet example to use Bundle::OPML
|
| Line | |
|---|
| 1 |
# Create Planet web page using XOXO microformats as a subscription |
|---|
| 2 |
|
|---|
| 3 |
plugins: |
|---|
| 4 |
# Create a subscription out of XOXO-compatible XHTML web page |
|---|
| 5 |
- module: Subscription::XOXO |
|---|
| 6 |
config: |
|---|
| 7 |
url: http://d.hatena.ne.jp/antipop/20050628/1119966355 |
|---|
| 8 |
|
|---|
| 9 |
# Output XHTML to public_html/perl using the default skin |
|---|
| 10 |
- module: Bundle::Planet |
|---|
| 11 |
config: |
|---|
| 12 |
duration: 7 days |
|---|
| 13 |
title: Planet Perl JP |
|---|
| 14 |
dir: /home/miyagawa/public_html/perl |
|---|
| 15 |
url: http://example.org/perl/ |
|---|
| 16 |
theme: default |
|---|