Changeset 1209
- Timestamp:
- 08/07/06 02:29:18
- Files:
-
- trunk/plagger (modified) (previous)
- trunk/plagger/examples/xoxo-planet.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/examples/xoxo-planet.yaml
r1054 r1209 7 7 url: http://d.hatena.ne.jp/antipop/20050628/1119966355 8 8 9 # Create SmartFeed with entries Fresher than 7 days old 10 - module: SmartFeed::All 11 rule: 12 module: Fresh 13 duration: 10080 # Seven Days 9 # Output XHTML to public_html/perl using the default skin 10 - module: Bundle::Planet 14 11 config: 12 duration: 7 days 15 13 title: Planet Perl JP 16 17 # Output XHTML to public_html/perl using the default skin18 - module: Publish::Planet19 rule:20 expression: $args->{feed}->id eq 'smartfeed:all'21 config:22 14 dir: /home/miyagawa/public_html/perl 23 skin: default 24 template: 25 members_list: 1 15 url: http://example.org/perl/ 16 theme: default
