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: forumRSS.php,v 1.1 2008-08-26 08:51:38 alexandre_tb Exp $
|
22 |
// CVS : $Id: forumRSS.php,v 1.2 2008-08-26 09:23:33 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Générateur de flux RSS à partir d'une liste
|
24 |
* Générateur de flux RSS à partir d'une liste
|
25 |
*
|
25 |
*
|
26 |
*@package projet
|
26 |
*@package projet
|
27 |
//Auteur original :
|
27 |
//Auteur original :
|
Line 42... |
Line 42... |
42 |
|
42 |
|
43 |
$list = new ezmlm_xml() ;
|
43 |
$list = new ezmlm_xml() ;
|
44 |
$list->listdir = '/home/vpopmail/domains/'.$domaine.'/'.$liste ;
|
44 |
$list->listdir = '/home/vpopmail/domains/'.$domaine.'/'.$liste ;
|
45 |
header('Content-type: text/xml') ;
|
45 |
header('Content-type: text/xml') ;
|
- |
|
46 |
$list->show_rss() ;
|
- |
|
47 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
48 |
*
|
- |
|
49 |
* $Log: not supported by cvs2svn $
|
46 |
$list->show_rss() ;
|
50 |
*
|
- |
|
51 |
*
|
- |
|
52 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
47 |
|
53 |
*/
|