diff options
author | Jérôme Schneider <jschneider@entrouvert.com> | 2015-04-02 09:53:07 (GMT) |
---|---|---|
committer | Jérôme Schneider <jschneider@entrouvert.com> | 2015-04-02 09:53:07 (GMT) |
commit | 92ae14c87291672eef268119a6290a28fe0a2e18 (patch) | |
tree | b12f0e1424260ca30e7010c6839bcb57002fb8cf | |
parent | c47b99cede0c135ec4b190acebf6343edca1f944 (diff) | |
download | spip-saml-92ae14c87291672eef268119a6290a28fe0a2e18.zip spip-saml-92ae14c87291672eef268119a6290a28fe0a2e18.tar.gz spip-saml-92ae14c87291672eef268119a6290a28fe0a2e18.tar.bz2 |
plugin.xml is now obsolete using paquets.xml
-rw-r--r-- | paquet.xml | 23 | ||||
-rw-r--r-- | plugin.xml | 26 |
2 files changed, 23 insertions, 26 deletions
diff --git a/paquet.xml b/paquet.xml new file mode 100644 index 0000000..9cbe022 --- /dev/null +++ b/paquet.xml @@ -0,0 +1,23 @@ +<paquet + prefix="saml" + categorie="auteur" + version="0.3" + etat="test" + compatibilite="[3.0.0;3.1.*]" + schema="201504021125" +> + + <nom>SPIPSaml</nom> + + <auteur lien="jschneider@entrouvert.com">Jérôme Schneider</auteur> + + <copyright>2013-2015</copyright> + + <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> + + <traduire module="saml" reference="fr" gestionnaire="salvatore" /> + + <pipeline nom="definir_session" inclure="saml_pipelines.php" /> + <pipeline nom="declarer_tables_principales" inclure="base/saml.php" /> + +</paquet> diff --git a/plugin.xml b/plugin.xml deleted file mode 100644 index c4b261a..0000000 --- a/plugin.xml +++ /dev/null @@ -1,26 +0,0 @@ -<plugin> - <nom>SPIPSaml</nom> - <auteur>[Jérôme Schneider->jschneider@entrouvert.org]</auteur> - <version>0.2</version> - <etat>test</etat> - <description> - <multi> - [en]SAML plugin providing Shibboleth authentication. - [fr]plugin SPIP fournissant une authentification SAML. - </multi> - </description> - <lien> - [http://repos.entrouvert.org/spip-saml.git->http://repos.entrouvert.org/spip-saml.git] - </lien> - <prefix>saml</prefix> - <install>saml_administrations.php</install> - <pipeline> - <nom>definir_session</nom> - <inclure>saml_pipelines.php</inclure> - </pipeline> - <pipeline> - <nom>declarer_tables_principales</nom> - <inclure>base/saml.php</inclure> - </pipeline> - -</plugin> |