Subversion Repositories eFlore/Applications.del

Rev

Rev 1806 | Rev 1821 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1806 Rev 1820
Line 1... Line 1...
1
<?php
1
<?php
-
 
2
// declare(encoding='UTF-8');
2
/**
3
/**
3
 * Service fournissant des informations concernant les tags sur les images de DEL en fonction d'un protocole
4
 * Service fournissant des informations concernant les tags sur les images de DEL en fonction d'un protocole
4
 * au format RSS1, RSS2 ou ATOM.
5
 * au format RSS1, RSS2 ou ATOM.
5
 * Encodage en entrée : utf8
-
 
6
 * Encodage en sortie : utf8
-
 
7
 *
6
 *
-
 
7
 * @category   DEL
-
 
8
 * @package    Services
-
 
9
 * @subpackage Syndication
-
 
10
 * @version    0.1
8
 * @author Grégoire DUCHE <gregoire@tela-botanica.org>
11
 * @author     Mathias CHOUET <mathias@tela-botanica.org>
-
 
12
 * @author     Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
13
 * @author     Aurelien PERONNET <aurelien@tela-botanica.org>
9
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
14
 * @license    GPL v3 <http://www.gnu.org/licenses/gpl.txt>
10
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
15
 * @license    CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
11
 * @version $Id$
-
 
12
 * @copyright 2010
16
 * @copyright  1999-2014 Tela Botanica <accueil@tela-botanica.org>
13
 */
17
 */
14
class SyndicationTagsParProtocole {
18
class SyndicationTagsParProtocole {
Line 15... Line 19...
15
 
19
 
16
	/**
20
	/**