[(#REM)
Metadonnées d'un article.
https://www.openarchives.org/OAI/openarchivesprotocol.html#GetRecord
https://www.openarchives.org/OAI/openarchivesprotocol.html#dublincore
This verb is used to retrieve an individual metadata record from a repository.
Required arguments specify the identifier of the item from which the record is requested and the format of the metadata that should be included in the record.
Ce dépôt gère les identifiants de rubriques sous la forme "rubrique123"
Paramètres :
** obligatoire
* recommandé
- **identifier : identifiant unique de l'entrée, ex. oai:site.ltd.fr:article/1
]
[(#REM) On cherche d'abord l'identifiant ]
#SET{id_article, #ENV{identifier}|rawurldecode|explode{":"}|end|explode{"/"}|end}
oai:[(#CONFIG{adresse_site}|parse_url{#EVAL{PHP_URL_HOST}})]:article/#ID_ARTICLE
[(#VAL{Y-m-d\TH:i:s\Z}|gmdate{#MAJ|strtotime})]
rubrique#ID_RUBRIQUE
[(#STATUT|=={poubelle}|oui)deleted]
[(#REM) Seulement si pas poubelle ]
[(#URL_ARTICLE|url_absolue)]
[(#TITRE|texte_backend)]
Text
#LANG
[(#NOM|texte_backend)]
[(#INFO_TITRE{rubrique,#ID_RUBRIQUE}|texte_backend)]
[(#INTRODUCTION|texte_backend)]
[(#DATE|affdate{Y-m-d})]
<:oai:erreur_iddoesnotexist:>
/B_article>