/[Frey]/trunk/lib/Frey/DelIcioUs.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/DelIcioUs.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: 1384 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: 1368 byte(s)
Diff to previous 425
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 425 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 23:24:53 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1362 byte(s)
Diff to previous 352
documentation

Revision 352 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 13:11:27 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1320 byte(s)
Diff to previous 337
Frey::Run can now call data or sponge so we don't need cludge here

Revision 337 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 23:22:03 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1337 byte(s)
Diff to previous 333
fix cacheing, produce sponge data for DBD::Sponge

Revision 333 - (view) (annotate) - [select for diffs]
Modified Sat Nov 8 16:59:08 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 928 byte(s)
Diff to previous 323
path is really accessor and not attribute

Revision 323 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 17:58:20 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 985 byte(s)
Diff to previous 315
finish rename from Data::DelIcioUs to Frey::DelIcioUs and
remove Frey::Config from it because it's used by Frey::Run as
it should.

Revision 315 - (view) (annotate) - [select for diffs]
Modified Wed Nov 5 21:12:31 2008 UTC (15 years, 5 months ago) by dpavlin
File length: 1139 byte(s)
Copied from: trunk/lib/Data/DelIcioUs.pm revision 226
Diff to previous 226
move to Frey namespace

Revision 226 - (view) (annotate) - [select for diffs]
Added Sat Nov 1 01:03:40 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/lib/Data/DelIcioUs.pm
File length: 1139 byte(s)
simple data provider for del.icio.us

It required much more manual tweaking than I liked, mostly
because of plain http authentification. It probably not
utf-8 safe yet.

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