/[Frey]/trunk/lib/Frey/Feed.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/lib/Frey/Feed.pm

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 606 - (view) (annotate) - [select for diffs]
Modified Fri Nov 28 22:22:07 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 747 byte(s)
Diff to previous 455
cleanup dependencies

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 731 byte(s)
Diff to previous 304
rename invocable events with prefix as_ with fallback in Frey::Web

This started with brute-force rename using:

  perl -p -i -n -e 's/sub markup/sub as_markup/'  `grep -lr 'sub markup' lib t`
  perl -p -i -n -e 's/sub data/sub as_data/'      `grep -lr 'sub data' lib t`
  perl -p -i -n -e 's/sub sponge/sub as_sponge/'  `grep -lr 'sub sponge' lib t`

  perl -p -i -n -e 's/->markup/->as_markup/'      `grep -lr -- '->markup' lib t`
  perl -p -i -n -e 's/->data/->as_data/'          `grep -lr -- '->data' lib t`
  perl -p -i -n -e 's/->sponge/->as_sponge/'      `grep -lr -- '->sponge' lib t`

  perl -p -i -n -e 's!/markup!/as_markup!'        `grep -lr -- '/markup' lib t etc`
  perl -p -i -n -e 's!/data!/as_data!'            `grep -lr -- '/data' lib t etc`
  perl -p -i -n -e 's!/sponge!/as_sponge!'        `grep -lr -- '/sponge' lib t etc`


Revision 304 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 12:32:36 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 728 byte(s)
Diff to previous 299
use Frey::Mirror to fetch and cache feed localy in original form

Revision 299 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:21:09 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 880 byte(s)
Diff to previous 298
 r3141@llin (orig r265):  dpavlin | 2008-11-05 00:25:29 +0100
 data should return arrayref, not array


Revision 298 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:21:08 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 838 byte(s)
Diff to previous 297
 r3140@llin (orig r264):  dpavlin | 2008-11-05 00:10:05 +0100
 cleanup


Revision 297 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:21:08 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 870 byte(s)
Diff to previous 296
 r3139@llin (orig r263):  dpavlin | 2008-11-04 23:50:10 +0100
 serialize whole Data::Feed object


Revision 296 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:21:06 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 896 byte(s)
Diff to previous 295
 r3138@llin (orig r262):  dpavlin | 2008-11-04 23:39:33 +0100
 added entries method


Revision 295 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:21:06 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 860 byte(s)
Diff to previous 286
 r3137@llin (orig r261):  dpavlin | 2008-11-04 23:13:10 +0100
 use Frey::Storage for cache


Revision 286 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 08:20:58 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 635 byte(s)
Diff to previous 282
 r3128@llin (orig r252):  dpavlin | 2008-11-04 19:56:01 +0100
 use default value


Revision 282 - (view) (annotate) - [select for diffs]
Added Wed Nov 5 08:20:55 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 588 byte(s)
 r3124@llin (orig r248):  dpavlin | 2008-11-04 18:26:26 +0100
 wrap Data::Feed into itrospectable object


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26