Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1786 → Rev 1787

/trunk/jrest/jrest.ini.php.defaut
11,6 → 11,7
database = tb_coel
guid = "urn:lsid:tela-botanica.org:%s"
editeur = "Tela Botanica"
urlBaseFicheConsultation = "http://www.tela-botanica.org/"
urlBaseCoel = "http://www.tela-botanica.org/eflore/coel/Coel.html"
urlBaseJrest = "http://www.tela-botanica.org/eflore/coel/jrest/"
aideBaseUrlTpl = "http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki="
/trunk/jrest/services/CoelSyndication.php
515,7 → 515,7
$item = $this->construireDonneesCommunesAuxItems($element);
$item['titre'] = $this->creerTitre($champ_titre, $element, $enrg);
$item['guid'] = sprintf($this->config['coel']['guid'], 'coel:'.$element['guid_type'].$element['guid']);
$item['lien'] = $this->config['coel']['urlBaseCoel'].'#'.urlencode($item['guid']);
$item['lien'] = $this->config['coel']['urlBaseFicheConsultation'].urlencode($item['guid']);
$item['description'] = '<p>'.$this->getMessageModif($item).'</p>';
$item['description'] .= $this->creerDescription($element, $enrg);
$item['description'] .= $diff_html;