Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
<?php
|
- |
|
3 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
2 |
/*vim: set expandtab tabstop=4 shiftwidth=4: */
|
4 |
// +------------------------------------------------------------------------------------------------------+
|
3 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// | PHP version 4.1 |
|
4 |
// | PHP version 4.1 |
|
6 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
Line 18... |
Line 17... |
18 |
// | |
|
17 |
// | |
|
19 |
// | 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 |
|
20 |
// | 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 |
|
21 |
// | 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 |
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// CVS : $Id: projetRSS.php,v 1.1 2005-10-25 13:50:34 alexandre_tb Exp $
|
22 |
// CVS : $Id: projetRSS.php,v 1.2 2005-10-28 07:34:32 florian Exp $
|
24 |
/**
|
23 |
/**
|
25 |
* Générateur de flux RSS à partir du bazar
|
24 |
* Générateur de flux RSS à partir du bazar
|
26 |
*
|
25 |
*
|
27 |
*@package bazar
|
26 |
*@package bazar
|
28 |
//Auteur original :
|
27 |
//Auteur original :
|
29 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
28 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*
|
29 |
*
|
31 |
*@copyright Tela-Botanica 2000-2004
|
30 |
*@copyright Tela-Botanica 2000-2004
|
32 |
*@version $Revision: 1.1 $
|
31 |
*@version $Revision: 1.2 $
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
*/
|
33 |
*/
|
Line 35... |
Line 34... |
35 |
|
34 |
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 67... |
Line 66... |
67 |
|
66 |
|
68 |
|
67 |
|
69 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
68 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
69 |
*
|
- |
|
70 |
* $Log: not supported by cvs2svn $
|
- |
|
71 |
* Revision 1.1 2005/10/25 13:50:34 alexandre_tb
|
70 |
*
|
72 |
* version initiale
|
71 |
* $Log: not supported by cvs2svn $
|
73 |
*
|
72 |
*
|
74 |
*
|
73 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
75 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|