]*?>.*?(?:
)?(.*?)
(.*?)(?:|)
5 | extract_capture: title body
6 |
--------------------------------------------------------------------------------
/assets/plugins/Publish-MTWidget/mt_widget.tt:
--------------------------------------------------------------------------------
1 |
\s*
4 | extract_capture: title body
5 | extract_after_hook: |
6 | $data->{title} =~ s!
!!g; 7 | $data->{body} =~ s!?(table|tr|td).*?>!!sg; 8 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/ryukyushimpo.yaml: -------------------------------------------------------------------------------- 1 | author: woremacx 2 | handle_force: http://ryukyushimpo.jp/news/storyid-\d+-storytopic-\d+.html 3 | extract_xpath: 4 | title: //div[@id="item"]/h3/text() 5 | photo: //div[@id="item"]/p[@class="photo"] 6 | body: //div[@id="item"]/p[@class="body"] 7 | extract_after_hook: | 8 | $data->{body} = $data->{photo} . $data->{body} if $data->{photo}; 9 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/sportsnavi.yaml: -------------------------------------------------------------------------------- 1 | custom_feed_handle: http://sportsnavi\.yahoo\.co\.jp/.*?(?:index\.html)?$ 2 | custom_feed_follow_link: /headlines/\d{8} 3 | handle: http://sportsnavi\.yahoo\.co\.jp/.*/headlines/ 4 | extract: (.*?).*?\[ .*? (\d+.*?) \] 5 | extract_capture: body date 6 | extract_date_format: %Y年%m月%d日 %H:%M 7 | 8 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/chugoku-np.yaml: -------------------------------------------------------------------------------- 1 | # upgrade Google News Sports feeds 2 | # The site has Last-Modified header and thus no need to capture date 3 | author: Tatsuhiko Miyagawa 4 | handle: http://www\.chugoku-np\.co\.jp/.*\.html 5 | extract:(.*?) .*?(.*?)
6 | extract_capture: title body
7 |
8 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/bounce.yaml:
--------------------------------------------------------------------------------
1 | # http://www.bounce.com/contents/
2 | author: drawnboy
3 | custom_feed_handle: http://www\.bounce\.com/contents/
4 | custom_feed_follow_link: news/daily\.php/
5 | handle: http://www\.bounce\.com/news/daily\.php/
6 | extract: (.*?).*?(.*?)
7 | extract_capture: title body
8 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/sanspo.yaml:
--------------------------------------------------------------------------------
1 | # upgrade Google News Sports feeds
2 | # The site has Last-Modified header and thus no need to capture date
3 | author: Tatsuhiko Miyagawa
4 | handle: http://www.sanspo.com/.*?\.html
5 | extract: .*?
2 | handle_force: http://(?:feeds\.feedburner\.jp/cnet|japan\.cnet\.com/(?:news|column|special|sp|interview))
3 | extract:
| (.*?).*? | (.*?) | \s*\s*
!!g; 7 | $data->{body} =~ s!?(table|tr|td).*?>!!sg; 8 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/ryukyushimpo.yaml: -------------------------------------------------------------------------------- 1 | author: woremacx 2 | handle_force: http://ryukyushimpo.jp/news/storyid-\d+-storytopic-\d+.html 3 | extract_xpath: 4 | title: //div[@id="item"]/h3/text() 5 | photo: //div[@id="item"]/p[@class="photo"] 6 | body: //div[@id="item"]/p[@class="body"] 7 | extract_after_hook: | 8 | $data->{body} = $data->{photo} . $data->{body} if $data->{photo}; 9 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/sportsnavi.yaml: -------------------------------------------------------------------------------- 1 | custom_feed_handle: http://sportsnavi\.yahoo\.co\.jp/.*?(?:index\.html)?$ 2 | custom_feed_follow_link: /headlines/\d{8} 3 | handle: http://sportsnavi\.yahoo\.co\.jp/.*/headlines/ 4 | extract: (.*?).*?\[ .*? (\d+.*?) \] 5 | extract_capture: body date 6 | extract_date_format: %Y年%m月%d日 %H:%M 7 | 8 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/chugoku-np.yaml: -------------------------------------------------------------------------------- 1 | # upgrade Google News Sports feeds 2 | # The site has Last-Modified header and thus no need to capture date 3 | author: Tatsuhiko Miyagawa 4 | handle: http://www\.chugoku-np\.co\.jp/.*\.html 5 | extract:
(.*?)
.*?.*?(?:|)(.*?)(?:|) 6 | extract_capture: title body 7 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/zzz_google_adsense.pl: -------------------------------------------------------------------------------- 1 | sub handle { 2 | my($self, $args) = @_; 3 | $args->{content} =~ m|(.*?)|s ) { 10 | return $1; 11 | } 12 | return; 13 | } 14 | 15 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/cnet_japan.yaml: -------------------------------------------------------------------------------- 1 | author: tokuhirom.*?(\d{4}/\d\d/\d\d \d\d:\d\d) .*?
3 | handle: http://www\.debian-administration\.org/articles/
4 | extract:
(.*?)(.*)
.*?
4 | extract_capture: date body
5 | extract_date_format: %Y/%m/%d %H:%M
6 |
7 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/kojii_net.yaml:
--------------------------------------------------------------------------------
1 | # http://www\.kojii\.net/
2 | author: Masafumi Otsune
3 | custom_feed_handle: http://www\.kojii\.net/\w+/index.html
4 | custom_feed_follow_link: /\w+/\w+\d+\.html$
5 | handle: http://www\.kojii\.net/\w+/\w+\d+\.html$
6 | extract_xpath:
7 | # title: /html/head//title
8 | body: /html/body//table
9 | #extract_after_hook: $data->{title} =~ s|?TITLE>||ig
10 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/debian_administration_org.yaml:
--------------------------------------------------------------------------------
1 | # best used with http://www.debian-administration.org/headlines.rdf
2 | author: Daisuke Murase .*?Posted by.*?on (.*?)
.*?
5 | extract_capture: date body
6 | extract_date_format: %a %d %b %Y at %H:%M
7 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/mainichi-msn.yaml:
--------------------------------------------------------------------------------
1 | author: woremacx
2 | handle: http://www\.mainichi-msn\.co\.jp/.+[^/graph/]
3 | extract: (.*?)\s .*?
(.*?)
(.*)(\d{4}年(?:.*?)?\d{1,2}月\d{1,2}日 \d{1,2}時\d{1,2}分).*?\s*(.*?)|s ) {
11 | return $1;
12 | }
13 | return;
14 | }
15 |
16 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/nikkei.yaml:
--------------------------------------------------------------------------------
1 | author: woremacx
2 | handle: http://www\.nikkei\.co\.jp/news/
3 | extract: (.+?)\s\s(.+?) \((\d{2}:\d{2})\) 4 | extract_capture: title body time 5 | extract_after_hook: | 6 | if ($args->{entry}->link =~ m!/news/\w+?/(\d{4})(\d\d)(\d\d)!) { 7 | $data->{date} = "$1/$2/$3 $data->{time} JST"; 8 | } 9 | -------------------------------------------------------------------------------- /assets/plugins/Filter-EntryFullText/zianplus_net.yaml: -------------------------------------------------------------------------------- 1 | # CustomFeed http://www.zianplus.net/cgi-bin/vote+/list.cgi 2 | author: Masafumi Otsune 3 | custom_feed_handle: http://www\.zianplus\.net/cgi\-bin/vote\+/ 4 | custom_feed_follow_link: /htm/\d+\.html 5 | handle: http://www\.zianplus\.net/cgi\-bin/vote\+/htm/\d+\.html 6 | extract:
(.*?)
4 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/baltimoresun_com.yaml:
--------------------------------------------------------------------------------
1 | # upgrade http://feeds.baltimoresun.com/baltimoresun/news/rss2.0.xml
2 | author: Tennetiss
3 | handle_force: http://(\w+)\.baltimoresun\.com/.+?\d\.story
4 | extract_xpath:
5 | body: //div[@class="text"]
6 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/blog_tech.rikunabi_next.yaml:
--------------------------------------------------------------------------------
1 | # Tech-souken blog
2 | author: youpy
3 | handle: http://blog\-tech\.rikunabi\-next\.yahoo\.co\.jp/blog/\w+/\d+
4 | extract: (
6 |
7 |
--------------------------------------------------------------------------------
/assets/plugins/Widget-Simple/technorati.yaml:
--------------------------------------------------------------------------------
1 | link: http://technorati.jp/search/search.html
2 | query:
3 | query: $args->{entry}->permalink
4 | content:
6 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/itpro_nikkeibp_column.yaml:
--------------------------------------------------------------------------------
1 | # upgrade nikkeibp ITpro http://itpro.nikkeibp.co.jp/article/COLUMN/
2 | author: Masafumi Otsune
3 | handle: http://itpro\.nikkeibp\.co\.jp/article/COLUMN/
4 | extract: (.*?)
5 | extract_capture: body
6 |
--------------------------------------------------------------------------------
/assets/plugins/Filter-EntryFullText/physorg.yaml:
--------------------------------------------------------------------------------
1 | # http://www.physorg.com/physorg.xml
2 | author: Manabu Ishii
3 | handle: http://www\.physorg\.com/news
4 | extract:
6 |
--------------------------------------------------------------------------------
/assets/plugins/Widget-Simple/livedoor_clip.yaml:
--------------------------------------------------------------------------------
1 | link: http://clip.livedoor.com/clip/add
2 | query:
3 | link: $args->{entry}->permalink
4 | title: $args->{entry}->title
5 | content:
(.*?)