Skip to content

Commit

Permalink
Removed some projects from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephigenia committed Jun 8, 2010
1 parent 5068af3 commit 6eb78ac
Showing 1 changed file with 0 additions and 142 deletions.
142 changes: 0 additions & 142 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,38 +152,6 @@
),
),

// Jefferson
array(
'name' => 'Jefferson',
'host' => 'jefferson.marceleichner.de',
'tests' => array(
array(
'test' => 'FeedburnerReaders',
'config' => array(
'name' => 'Feedburner Readers',
'uri' => 'marceleichner/OeVY',
'interval' => '12 hours'
)
),
array(
'test' => 'FeedburnerHits',
'config' => array(
'name' => 'Feedburner Hits',
'uri' => 'marceleichner/OeVY',
'interval' => '12 hours'
)
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'indexed pages', 'interval' => '12 hours')
),
),
),

// Berliner Gazette
array(
'name' => 'Berliner Gazette',
Expand Down Expand Up @@ -240,23 +208,6 @@
),
),

// StudentSN
array(
'name' => 'StudentSN',
'host' => 'www.studentsn.com',
// tests in this group
'tests' => array(
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'indexed pages', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
),
),

// StudioAM Berlin
array(
'name' => 'StudioAM',
Expand All @@ -273,67 +224,6 @@
),
),

// NoMoreSleep
array(
'name' => 'NoMoreSleep™',
'host' => 'www.nomoresleep.net',
'tests' => array(
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'Indexed Pages', 'interval' => '12 hours')
),
),
),

// Freundevonfreunden
array(
'name' => 'Freundevonfreunden',
'host' => 'www.freundevonfreunden.com',
'tests' => array(
array(
'test' => 'TwitterFollowers',
'config' => array(
'username' => 'fvonf',
'interval' => '12 hours'
),
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'Indexed Pages', 'interval' => '12 hours')
),
/*
array(
'test' => 'GooglePageRank',
'config' => array('interval' => '12 hours')
),
* */
),
),

// Meconomy
array(
'name' => 'Meconomy',
'host' => 'www.meconomy.me',
'tests' => array(
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'indexed pages', 'interval' => '12 hours')
),
),
),

// Ikko
array(
'name' => 'Ikko',
Expand Down Expand Up @@ -414,37 +304,5 @@
),
),

// PIV Berlin
array(
'name' => 'PIV Berlin',
'host' => 'www.piv-berlin.de',
'tests' => array(
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'indexed pages', 'interval' => '12 hours')
),
),
),

// Peter Arold Website
array(
'name' => 'Peter Arold',
'host' => 'www.peterarold.de',
'tests' => array(
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'link:%host%', 'name' => 'inbound links', 'interval' => '12 hours')
),
array(
'test' => 'GoogleResultsCount',
'config' => array('search' => 'site:%host%', 'name' => 'indexed pages', 'interval' => '12 hours')
),
),
),

) // groups
);

0 comments on commit 6eb78ac

Please sign in to comment.