/[Frey]/trunk/etc/config.yml
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/etc/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 713 - (view) (annotate) - [select for diffs]
Modified Thu Dec 4 16:17:48 2008 UTC (15 years, 3 months ago) by dpavlin
File length: 1514 byte(s)
Diff to previous 621 , to selected 343
add SlideShare favourites url

Revision 621 - (view) (annotate) - [select for diffs]
Modified Sat Nov 29 16:41:24 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1435 byte(s)
Diff to previous 504 , to selected 343
 r702@eeepy:  dpavlin | 2008-11-29 17:41:26 +0100
 configure all dsn setting in config file


Revision 504 - (view) (annotate) - [select for diffs]
Modified Mon Nov 24 22:08:10 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1227 byte(s)
Diff to previous 467 , to selected 343
fix Frey::Action markup for attributes with config values, making code more general and correct

Revision 467 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 19:28:09 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1170 byte(s)
Diff to previous 455 , to selected 343
rename class with experimental script

Revision 455 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 15:28:23 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1134 byte(s)
Diff to previous 451 , to selected 343
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 451 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 04:14:12 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 1083 byte(s)
Diff to previous 442 , to selected 343
rework instance creation, more examples in config

Revision 442 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 02:08:18 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 865 byte(s)
Diff to previous 426 , to selected 343
fix pipe and note bug

Revision 426 - (view) (annotate) - [select for diffs]
Modified Tue Nov 18 23:41:30 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 867 byte(s)
Diff to previous 377 , to selected 343
another pipe example

Revision 377 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 17:55:50 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 814 byte(s)
Diff to previous 368 , to selected 343
implement ? as optional first delimiter to make it look more like URLs
and display pipe on top of output. Parametars can now embed spaces
(needed for SQL queries for example)

Revision 368 - (view) (annotate) - [select for diffs]
Modified Mon Nov 17 13:34:56 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 656 byte(s)
Diff to previous 348 , to selected 343
use params from config

Revision 348 - (view) (annotate) - [select for diffs]
Modified Sat Nov 15 23:52:22 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 504 byte(s)
Diff to previous 343
accept array of default values which will create select

Revision 343 - (view) (annotate) - [selected]
Modified Sun Nov 9 10:54:51 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 228 byte(s)
Diff to previous 341
A3C::Schema dsn to config

Revision 341 - (view) (annotate) - [select for diffs]
Modified Sun Nov 9 09:58:13 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 120 byte(s)
Diff to previous 323 , to selected 343
 r415@eeepy:  dpavlin | 2008-11-09 10:58:33 +0100
 move Frey::Server port to config


Revision 323 - (view) (annotate) - [select for diffs]
Modified Thu Nov 6 17:58:20 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 89 byte(s)
Diff to previous 226 , to selected 343
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 226 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 01:03:40 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 89 byte(s)
Diff to previous 219 , to selected 343
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.

Revision 219 - (view) (annotate) - [select for diffs]
Added Fri Oct 31 22:55:08 2008 UTC (15 years, 4 months ago) by dpavlin
File length: 80 byte(s)
Diff to selected 343
Frey::Config for default values to objects

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