|
Revision 676
(checked in by miyagawa, 3 years ago)
|
add search example
|
| Line | |
|---|
| 1 |
plugins: |
|---|
| 2 |
- module: Subscription::Config |
|---|
| 3 |
config: |
|---|
| 4 |
feed: |
|---|
| 5 |
- http://b.hatena.ne.jp/t/plagger?mode=rss&sort=eid |
|---|
| 6 |
- http://del.icio.us/rss/tag/plagger |
|---|
| 7 |
- http://bloglines.com/citations?url=http%3A%2F%2Fplagger.org%2F |
|---|
| 8 |
- http://www.technorati.com/watchlists/rss.html?wid=349774 |
|---|
| 9 |
- http://groups.google.com/group/plagger-dev/feed/rss_v2_0_msgs.xml |
|---|
| 10 |
|
|---|
| 11 |
- module: Subscription::Planet |
|---|
| 12 |
config: |
|---|
| 13 |
keyword: Plagger |
|---|
| 14 |
|
|---|
| 15 |
- module: CustomFeed::BloglinesCitations |
|---|
| 16 |
- module: Aggregator::Xango |
|---|
| 17 |
- module: Filter::TruePermalink |
|---|
| 18 |
- module: Filter::EntryFullText |
|---|
| 19 |
|
|---|
| 20 |
- module: SmartFeed::All |
|---|
| 21 |
|
|---|
| 22 |
- module: Search::Estraier |
|---|
| 23 |
config: |
|---|
| 24 |
url: http://localhost:1978/node/plagger |
|---|
| 25 |
username: example |
|---|
| 26 |
password: p4ssword |
|---|
| 27 |
rule: |
|---|
| 28 |
expression: $args->{feed}->id eq 'smartfeed:all' |
|---|
| 29 |
|
|---|