Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3034 → Rev 3035

/trunk/widget/modules/photo/bibliotheque/xml_feed_parser/1.0.4/parsers/XmlFeedParserType.php
384,7 → 384,7
*
* @return string|false
*/
protected function getContent() {
protected function getContent($method, $arguments = array()) {
$options = array('encoded', 'description');
foreach ($options as $element) {
$test = $this->model->getElementsByTagName($element);
/trunk/widget/modules/observation/config.ini
2,10 → 2,9
; Chemin pour l'autoload à ajouter
autoload = "bibliotheque/;bibliotheque/xml_feed_parser/1.0.4/;bibliotheque/xml_feed_parser/1.0.4/parsers/"
; URL ou chemin du flux RSS contenant les liens vers les photos
;fluxRssUrl = "https://api.tela-botanica.org/service:cel:CelSyndicationObservation/multicriteres/atom"
fluxRssUrl = "http://localhost/service:cel:CelSyndicationObservation/multicriteres/atom"
fluxRssUrl = "https://api-test.tela-botanica.org/service:cel:CelSyndicationObservation/multicriteres/atom"
; Squelette d'url pour accéder à la fiche eFlore
efloreUrlTpl = "https://api.tela-botanica.org/bdtfx-nn-%s"
efloreUrlTpl = "https://beta.tela-botanica.org/bdtfx-nn-%s"
; Nombre de vignette à afficher : nombre de vignettes par ligne et nombre de lignes séparés par une vigule (ex. : 4,3).
vignette = 4,3
 
12,8 → 11,8
 
[observation.cache]
; Active/Désactive le cache
activation = true
activation = false
; Dossier où stocker les fichiers de cache du widget
stockageDossier = "/tmp"
; Durée de vie du fichier de cache
dureeDeVie = 86400
dureeDeVie = 86400