Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: herbier_rss.php,v 1.4 2006-10-31 15:19:15 jp_milcent Exp $
|
22 |
// CVS : $Id: herbier_rss.php,v 1.5 2006-10-31 15:33:15 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Générateur de flux RSS pour les Herbiers
|
24 |
* Générateur de flux RSS pour les Herbiers
|
25 |
*
|
25 |
*
|
26 |
*@package bazar
|
26 |
*@package bazar
|
27 |
//Auteur original :
|
27 |
//Auteur original :
|
28 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
28 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
29 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
29 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
30 |
*
|
30 |
*
|
31 |
*@copyright Tela-Botanica 2000-2006
|
31 |
*@copyright Tela-Botanica 2000-2006
|
32 |
*@version $Revision: 1.4 $
|
32 |
*@version $Revision: 1.5 $
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
*/
|
34 |
*/
|
Line 35... |
Line 35... |
35 |
|
35 |
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
Line 44... |
Line 44... |
44 |
// +------------------------------------------------------------------------------------------------------+
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// | CORPS du PROGRAMME |
|
45 |
// | CORPS du PROGRAMME |
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
46 |
// +------------------------------------------------------------------------------------------------------+
|
47 |
/** Inclusion du fichier principal de Herbier.*/
|
47 |
/** Inclusion du fichier principal de Herbier.*/
|
48 |
require_once 'herbier.php';
|
48 |
require_once 'herbier.php';
|
- |
|
49 |
if (!defined('PAP_VERSION')) {
|
49 |
echo afficherContenuCorps();
|
50 |
echo afficherContenuCorps();
|
50 |
|
51 |
}
|
51 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
52 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
52 |
*
|
53 |
*
|
53 |
* $Log: not supported by cvs2svn $
|
54 |
* $Log: not supported by cvs2svn $
|
- |
|
55 |
* Revision 1.4 2006/10/31 15:19:15 jp_milcent
|
- |
|
56 |
* Amélioration de la gestion des Herbiers hors de Papyrus.
|
- |
|
57 |
*
|
54 |
* Revision 1.3 2006/10/31 15:06:43 jp_milcent
|
58 |
* Revision 1.3 2006/10/31 15:06:43 jp_milcent
|
55 |
* Fin de gestion des flux rss.
|
59 |
* Fin de gestion des flux rss.
|
56 |
*
|
60 |
*
|
57 |
* Revision 1.2 2006/10/31 10:31:36 jp_milcent
|
61 |
* Revision 1.2 2006/10/31 10:31:36 jp_milcent
|
58 |
* Gestion des chemins rendu compatibles avec une utilisation de l'appli Herbiers hors de Papyrus.
|
62 |
* Gestion des chemins rendu compatibles avec une utilisation de l'appli Herbiers hors de Papyrus.
|