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

refs #3278 recommended changes by ASUStor

git-svn-id: http://dev.piwik.org/svn/trunk@6619 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent c65d79ee
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
#!/bin/sh #!/bin/sh
LATEST=`curl -s http://api.piwik.org/1.0/getLatestVersion/` LATEST=`curl -s http://api.piwik.org/1.0/getLatestVersion/`
curl -s http://builds.piwik.org/piwik-$LATEST.tar.gz | gunzip | tar xf - curl -s http://builds.piwik.org/piwik-$LATEST.tar.gz | gunzip | tar xf -
......
{ {
"app": { "app":{
"package": "piwik", "package":"piwik",
"name": "Piwik", "name":"Piwik",
"version": "{{VERSION}}", "version":"{{VERSION}}",
"section": "Web Hosting", "section":"Web Hosting",
"visibility": true, "visibility":true,
"priority": "optional", "priority":"optional",
"depends": [], "depends":[],
"conflicts": [], "conflicts":[],
"suggests": [], "suggests":[],
"maintainer": "Piwik", "maintainer":"Piwik",
"email": "hello@piwik.org", "email":"hello@piwik.org",
"website": "http://piwik.org/", "website":"http://piwik.org/",
"architecture": "x86-64", "architecture":"any",
"firmware": "0.6.0", "firmware":"any",
"description": "Open source, self-hosted web analytics.", "description":"Open source, self-hosted web analytics.",
"changes": "http://piwik.org/changelog/", "changes":"http://piwik.org/changelog/",
"tags": ["analytics", "visits", "visitors", "hits"] "tags":["analytics", "visits", "visitors", "hits"]
}, },
"install": { "desktop":{
"dep-service": { "icon":{
"start": ["httpd", "mysql"], "type":"webserver",
"restart": [] "title":"Piwik"
},
"privilege":{
"accessible":"users",
"customizable":true
}
},
"install":{
"dep-service":{
"start":["httpd", "mysql"],
"restart":[]
} }
} }
} }
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