Skip to content

Commit

Permalink
Piwik is a free/libre analytics platform. Refs matomo-org#5276
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Jun 10, 2014
1 parent 86c771d commit ef3f037
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Piwik - piwik.org

## We’re seeking a talented open source Software Engineer!
## We’re seeking a talented Software Engineer

Are you looking for a new challenge? We are currently seeking a software engineer or software developer who is passionate about data processing, security, privacy, the open source philosophy and usable interface design.
Are you looking for a new challenge? We are currently seeking a software engineer or software developer who is passionate about data processing, security, privacy, the open source and free/libre philosophy and usable interface design.

[View Job Description](http://piwik.org/blog/2014/05/piwik-expanding-seeking-talented-software-engineer-new-zealand-poland/) - [Apply online](http://piwik.org/jobs/)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "piwik/piwik",
"type": "application",
"description": "Open Source Real Time Web Analytics Platform",
"description": "the leading free/libre analytics platform",
"keywords": ["piwik","web","analytics"],
"homepage": "http://piwik.org",
"license": "GPL-3.0+",
Expand Down
2 changes: 1 addition & 1 deletion plugins/CustomAlerts
2 changes: 1 addition & 1 deletion plugins/ExampleAPI/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function getNull()
*/
public function getDescriptionArray()
{
return array('piwik', 'open source', 'web analytics', 'free', 'Strong message: Свободный Тибет');
return array('piwik', 'free/libre', 'web analytics', 'free', 'Strong message: Свободный Тибет');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion plugins/SecurityInfo
2 changes: 1 addition & 1 deletion plugins/TasksTimetable
2 changes: 1 addition & 1 deletion plugins/TreemapVisualization
2 changes: 1 addition & 1 deletion plugins/VisitorGenerator
2 changes: 1 addition & 1 deletion tests/PHPUnit/Fixtures/InvalidVisits.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function trackVisits()
// Trigger empty request
$trackerUrl = self::getTrackerUrl();
$response = Http::fetchRemoteFile($trackerUrl);
self::assertTrue(strpos($response, 'is a free open source web') !== false, 'Piwik empty request response not correct: ' . $response);
self::assertTrue(strpos($response, 'is a free/libre web') !== false, 'Piwik empty request response not correct: ' . $response);

$t = self::getTracker($idSite, $dateTime, $defaultInit = true);

Expand Down

0 comments on commit ef3f037

Please sign in to comment.