Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1451 → Rev 1452

/branches/livraison_narmer/papyrus/applettes/syndication/syndication.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: syndication.php,v 1.5 2007-04-20 12:50:18 florian Exp $
// CVS : $Id: syndication.php,v 1.5.2.1 2007-06-06 15:24:37 jp_milcent Exp $
/**
* papyrus_bp - syndication.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.5 $ $Date: 2007-04-20 12:50:18 $
*@version $Revision: 1.5.2.1 $ $Date: 2007-06-06 15:24:37 $
// +------------------------------------------------------------------------------------------------------+
*/
 
46,11 → 46,11
'(?:'.
'(url="[^"]*")|'.
'(titre="[^"]*")|'.
'(nb=(?:"|)\d+(?:"|))|'.
'(nouvellefenetre=(?:"|)(?:0|1)(?:"|))|'.
'(nb="?\d+"?)|'.
'(nouvellefenetre="?(?:0|1)"?)|'.
'(formatdate="[^"]*")|'.
'(formatdatepro="[^"]*")|'.
'(template="[^"]*")|'.
'(template=".*")|'.
')'.
')+'.
'\s*\}\}';
118,7 → 118,7
$options['formatdate'] = SYND_FORMAT_DATE;
}
if (!isset($options['formatdatepro'])) {
$options['formatdatepro'] = SYND_FORMAT_DATE;
$options['formatdatepro'] = false;
}
if (!isset($options['template'])) {
$options['template'] = SYND_CHEMIN_SQUELETTE.SYND_SQUELETTE_LISTE;
282,6 → 282,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2007-04-20 12:50:18 florian
* correction bugs suite au merge
*
* Revision 1.4 2007/03/28 15:53:27 florian
* correction pb date, encodage utf-8
*