PluginProbe
HAL / 2.1.1
HAL v2.1.1
trunk 1.0 1.1 1.2 1.3 1.4 1.4.2 1.4.3 1.4.4 2.0 2.0.1 2.0.10 2.0.2 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.2 2.3 2.4 2.4.1 2.4.2 2.5 All 30 releases
hal / constantes.php

constantes.php in HAL 2.1.1, at constantes.php

32 lines 922 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Created on Date: 26/05/14
4 */
5
6 // Constante pour gérer certaines facet
7 define('delimiter', '_FacetSep_');
8
9 // Constante pour l'api utilisé
10 define('api', 'http://api.archives-ouvertes.fr/search/hal/');
11
12 // Constante pour le webservice des autheurs utilisé
13 define('urlauthor', 'http://api.archives-ouvertes.fr/ref/author/');
14
15 // Constante pour le CV HAL d'un auteur ayant un IdHAl
16 define('cvhal', 'http://cv.archives-ouvertes.fr/');
17
18 // Constante pour la redirection vers le site halv3 onglet recherche
19 define('halv3', 'https://hal.archives-ouvertes.fr/search/index/');
20
21 // Constante pour la redirection vers le site halv3 onglet accueil
22 define('site', 'https://hal.archives-ouvertes.fr/');
23
24 // Constante pour le tri par date
25 define('producedDateY', urlencode('producedDate_tdate desc'));
26
27 // Constante de langue
28 define('locale', get_locale());
29
30 // Constante de Version USERAGENT
31 define('version', '2.1.1');
32