|
|
08/29/06 07:55:32 |
@1623
|
[1623]
|
miyagawa |
Summary::Simple: Fixed summary generator to skip div ... not sure if this … |
|
|
08/29/06 07:10:58 |
@1622
|
[1622]
|
miyagawa |
merge from trunk |
|
|
08/29/06 02:11:44 |
@1621
|
[1621]
|
miyagawa |
Plugins refactorthon: … |
|
|
08/29/06 01:39:46 |
@1620
|
[1620]
|
miyagawa |
backout the call to utf8::decode in strip_html function. FeedParser? now … |
|
|
08/29/06 01:37:43 |
@1618
|
[1618]
|
miyagawa |
factored out Plagger::Util::summarize to Summarize::Simple default plugin |
|
|
08/27/06 15:52:57 |
@1612
|
[1612]
|
miyagawa |
Summary::TrackbackRDF: parse_head(0) |
|
|
08/27/06 15:45:01 |
@1611
|
[1611]
|
miyagawa |
fixed warning on lexical variable redefined |
|
|
08/27/06 15:44:33 |
@1610
|
[1610]
|
miyagawa |
Summary::English: fixed collision with function names |
|
|
08/27/06 15:31:11 |
@1608
|
[1608]
|
miyagawa |
Oops, only deal with entry level language in Atom |
|
|
08/27/06 15:28:57 |
@1607
|
[1607]
|
miyagawa |
* Aggregator::Simple: support per-entry level language … |
|
|
08/24/06 02:29:30 |
@1580
|
[1580]
|
miyagawa |
Added Atom textConstruct support to read original content@type in … |
|
|
08/23/06 20:31:16 |
@1573
|
[1573]
|
miyagawa |
If upgraded entry previously has body set, use it as summary. … |
|
|
08/23/06 20:24:21 |
@1572
|
[1572]
|
miyagawa |
StripTags? only work when title is HTML. Actually this plugin isn't … |
|
|
08/23/06 20:22:03 |
@1571
|
[1571]
|
miyagawa |
Filter::HTMLScrubber: do HTML scrub only when body is_html. Added test |
|
|
08/21/06 21:22:34 |
@1561
|
[1561]
|
miyagawa |
added doc for Summary::TrackbackRDF |
|
|
08/21/06 18:44:04 |
@1560
|
[1560]
|
miyagawa |
check if we have known tags more than unknown, in which case it dectes as … |
|
|
08/21/06 15:01:01 |
@1559
|
[1559]
|
miyagawa |
Summary::HatenaBookmark?: use /entry/rss. No need cookies |
|
|
08/21/06 04:54:37 |
@1557
|
[1557]
|
miyagawa |
added Summary::TrackbackRDF |
|
|
08/21/06 04:31:51 |
@1556
|
[1556]
|
miyagawa |
Added Summary::HatenaBookmark? to fetch summary from … |
|
|
08/21/06 03:19:27 |
@1555
|
[1555]
|
miyagawa |
add Summary::English based on Lingua::EN::Summarize |
|
|
08/21/06 03:14:30 |
@1554
|
[1554]
|
miyagawa |
added language method to Plagger::Entry |
|
|
08/21/06 03:01:58 |
@1553
|
[1553]
|
miyagawa |
added Summary::TextOriginal?, Text::Original based summarizer |
|
|
08/21/06 02:48:09 |
@1552
|
[1552]
|
miyagawa |
update doc |
|
|
08/21/06 00:37:27 |
@1551
|
[1551]
|
miyagawa |
changed load_plugin Summary::Auto to autoload. Updated autoload_plugin … |
|
|
08/21/06 00:26:33 |
@1549
|
[1549]
|
miyagawa |
added Plagger::Text->html method |
|
|
08/20/06 23:12:59 |
@1547
|
[1547]
|
miyagawa |
fixed UTF-8 corruption in test suite. |
|
|
08/20/06 22:57:52 |
@1546
|
[1546]
|
miyagawa |
fixed warnings in strip_html. Added summary support in EntryFullText? |
|
|
08/20/06 22:52:16 |
@1544
|
[1544]
|
miyagawa |
Added strip_html based on HTML::TreeBuilder? and FormatText? |
|
|
08/20/06 22:20:33 |
@1539
|
[1539]
|
miyagawa |
added plugin Summary::Auto, which is core |
|
|
08/20/06 22:08:25 |
@1538
|
[1538]
|
miyagawa |
* If feed has summary (atom:summary or rss:description), add to … |
|
|
08/20/06 21:13:32 |
@1527
|
[1527]
|
miyagawa |
renamed Plagger::Content to Plagger:Text, to make it easy to understand … |
|
|
08/20/06 20:54:53 |
@1525
|
[1525]
|
miyagawa |
Deal with $entry->body and $entry->author now returns ::Content object, … |
|
|
08/20/06 20:43:31 |
@1524
|
[1524]
|
miyagawa |
fixed UUV warnings around Plagger::Content. Fixed tests to deal with … |
|
|
08/20/06 20:29:02 |
@1521
|
[1521]
|
miyagawa |
Added Plagger::Content module, which is a data representing text data … |
|
|
08/20/06 19:45:01 |
@1513
|
[1513]
|
miyagawa |
branch for Summary support and better text/html construct |
|
copied from trunk/plagger/lib:
|
|
|
08/20/06 19:05:43 |
@1507
|
[1507]
|
miyagawa |
use Plagger::UserAgent? |