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: bazarRSS.php,v 1.6 2007-03-28 15:54:33 florian Exp $
|
22 |
// CVS : $Id: bazarRSS.php,v 1.7 2007-04-11 08:30:12 neiluj Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Generateur de flux RSS a partir du bazar
|
24 |
* Générateur de flux RSS à partir du bazar
|
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 Alexandre Granier <alexandre@tela-botanica.org>
|
29 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
30 |
*
|
30 |
*
|
31 |
*@copyright Tela-Botanica 2000-2004
|
31 |
*@copyright Tela-Botanica 2000-2004
|
32 |
*@version $Revision: 1.6 $
|
32 |
*@version $Revision: 1.7 $
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
*/
|
34 |
*/
|
Line 35... |
Line 35... |
35 |
|
35 |
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
Line 84... |
Line 84... |
84 |
}
|
84 |
}
|
85 |
else {
|
85 |
else {
|
86 |
$requeteSQL='';
|
86 |
$requeteSQL='';
|
87 |
}
|
87 |
}
|
Line 88... |
Line 88... |
88 |
|
88 |
|
Line 89... |
Line 89... |
89 |
echo gen_RSS($annonce, $nbitem, $emetteur, $valide, $requeteSQL, '', '', $categorie_nature);
|
89 |
echo html_entity_decode(gen_RSS($annonce, $nbitem, $emetteur, $valide, $requeteSQL, '', '', $categorie_nature));
|
90 |
|
90 |
|
91 |
|
91 |
|
92 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
93 |
*
|
- |
|
94 |
* $Log: not supported by cvs2svn $
|
- |
|
95 |
* Revision 1.5 2007/03/28 08:51:22 neiluj
|
- |
|
96 |
* passage des flux RSS en UTF-8
|
- |
|
97 |
* ajout de l'indentation du code
|
92 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
98 |
* Vérification validation w3c = OK
|
93 |
*
|
99 |
*
|
94 |
* $Log: not supported by cvs2svn $
|
100 |
* Revision 1.4 2006/05/19 13:54:32 florian
|
95 |
* Revision 1.4 2006/05/19 13:54:32 florian
|
101 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|
96 |
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
|