Skip to content
Extraits de code Groupes Projets
Valider c1d715d3 rédigé par robocoder's avatar robocoder
Parcourir les fichiers

move PiwikTracker to libs

git-svn-id: http://dev.piwik.org/svn/trunk@2735 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 82805775
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -59,7 +59,7 @@ SEPARATELY LICENSED COMPONENTS AND LIBRARIES ...@@ -59,7 +59,7 @@ SEPARATELY LICENSED COMPONENTS AND LIBRARIES
- depends on as3corelib (http://code.google.com/p/as3corelib/); New BSD - depends on as3corelib (http://code.google.com/p/as3corelib/); New BSD
Name: PiwikTracker Name: PiwikTracker
Link: http://dev.piwik.org/trac/browser/trunk/core/Tracker/PiwikTracker.php Link: http://dev.piwik.org/trac/browser/trunk/libs/PiwikTracker/PiwikTracker.php
License: New BSD License: New BSD
Name: UserAgentParser Name: UserAgentParser
......
Copyright 2010 Matthieu Aubry
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Matthieu Aubry nor the names of its contributors
may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
* @version $Id$ * @version $Id$
* @link http://piwik.org/docs/tracking-api/ * @link http://piwik.org/docs/tracking-api/
* *
* @category Piwik
* @package PiwikTracker
*/ */
class PiwikTracker class PiwikTracker
{ {
......
...@@ -42,7 +42,7 @@ readmeinstallchangelog = README, INSTALL, FAQ, LICENSE ...@@ -42,7 +42,7 @@ readmeinstallchangelog = README, INSTALL, FAQ, LICENSE
;; comma-separated list of directories to parse ;; comma-separated list of directories to parse
;; legal values: directory paths separated by commas ;; legal values: directory paths separated by commas
directory = core,plugins directory = core,plugins,libs/PiwikTracker
;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore
;; legal values: any wildcard strings separated by commas ;; legal values: any wildcard strings separated by commas
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter