Last change
on this file since 52834 was
52834,
checked in by yffic@…, 10 years ago
|
Slogan, description, entités numériques, version xyz, compat spip 2.n selon doc
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
LastChangedRevision LastChangedDate LastChangedBy
|
File size:
1.2 KB
|
Line | |
---|
1 | <plugin> |
---|
2 | |
---|
3 | <!-- |
---|
4 | |
---|
5 | // GeoIP Country Code |
---|
6 | // plugin.xml |
---|
7 | |
---|
8 | /** |
---|
9 | * Copyright (c) 2009 Christian Paulus - http://www.quesaco.org |
---|
10 | * Dual licensed under the MIT and GPL licenses. |
---|
11 | * */ |
---|
12 | |
---|
13 | // $LastChangedRevision: 52834 $ |
---|
14 | // $LastChangedBy: yffic@lefourneau.com $ |
---|
15 | // $LastChangedDate: 2011-10-07 09:57:44 +0000 (Fri, 07 Oct 2011) $ |
---|
16 | |
---|
17 | --> |
---|
18 | |
---|
19 | <nom>Localisation du pays du visiteur</nom> |
---|
20 | <slogan>Afficher le code pays du visiteur</slogan> |
---|
21 | <auteur>[Christian Paulus->http://www.quesaco.org]</auteur> |
---|
22 | |
---|
23 | <description> |
---|
24 | Ce plugin met à disposition des webmaîtres une balise SPIP pour leurs squelettes. Cette balise <code>#GEOIP_COUNTRY_CODE</code> insère à la compilation le code pays du visiteur via les services [MaxMind->http://www.maxmind.com/] |
---|
25 | </description> |
---|
26 | <lien>http://www.quesaco.org/Localiser-le-pays-du-visiteur</lien> |
---|
27 | |
---|
28 | <version>1.0.0</version> |
---|
29 | <etat>stable</etat> |
---|
30 | |
---|
31 | <icon>images/geoipcc-64.png</icon> |
---|
32 | |
---|
33 | <!-- espace de nommage --> |
---|
34 | <prefix>geoipcc</prefix> |
---|
35 | |
---|
36 | <options>geoipcc_options.php</options> |
---|
37 | <install>geoipcc_options.php</install> |
---|
38 | |
---|
39 | <pipeline> |
---|
40 | <nom>ajouter_boutons</nom> |
---|
41 | <inclure>inc/geoipcc_pipelines.php</inclure> |
---|
42 | </pipeline> |
---|
43 | <necessite id='SPIP' version='[2.0.0;2.1.99]' /> |
---|
44 | <categorie>statistique</categorie> |
---|
45 | </plugin> |
---|
Note: See
TracBrowser
for help on using the repository browser.