From d626246ec28257d4dd6faa5baa68bdc54a9a1caf Mon Sep 17 00:00:00 2001 From: Bastien Dumont Date: Mon, 21 Dec 2020 18:01:50 +0100 Subject: [PATCH] =?UTF-8?q?Changements=20dans=20la=20hi=C3=A9rarchie=20pou?= =?UTF-8?q?r=20passer=20=C3=A0=20CSL-Clio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {REB_CSL-dev => REB}/REB.csl | 227 ++++++++---------- {REB_CSL-dev => REB}/REB_CSL-Validation.html | 0 {REB_CSL-dev => REB}/REB_filters-first.txt | 0 {REB_CSL-dev => REB}/REB_filters-last.txt | 0 .../.biblio.stamp | 0 {Utilitaires_CSL => Utilitaires}/Makefile | 16 +- .../generer-md-pour-citeproc.sh | 0 .../get-filters.sh | 0 8 files changed, 108 insertions(+), 135 deletions(-) rename {REB_CSL-dev => REB}/REB.csl (93%) rename {REB_CSL-dev => REB}/REB_CSL-Validation.html (100%) rename {REB_CSL-dev => REB}/REB_filters-first.txt (100%) rename {REB_CSL-dev => REB}/REB_filters-last.txt (100%) rename {Utilitaires_CSL => Utilitaires}/.biblio.stamp (100%) rename {Utilitaires_CSL => Utilitaires}/Makefile (65%) rename {Utilitaires_CSL => Utilitaires}/generer-md-pour-citeproc.sh (100%) rename {Utilitaires_CSL => Utilitaires}/get-filters.sh (100%) diff --git a/REB_CSL-dev/REB.csl b/REB/REB.csl similarity index 93% rename from REB_CSL-dev/REB.csl rename to REB/REB.csl index 8e169fa..89bc796 100644 --- a/REB_CSL-dev/REB.csl +++ b/REB/REB.csl @@ -57,11 +57,13 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra http://zotero.org/styles/reb-zotbyz-dev Bastien Dumont - bastien.dumont@univ-paris1.fr + bastien.dumont@posteo.net + 2019-02-04T12:10:36+01:00 + This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -99,6 +101,94 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -551,20 +641,16 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra - - - - - - - - + + + - - - + + + + @@ -594,120 +680,9 @@ Pour utiliser ce style dans un article rédigé dans une langue autre que le fra - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/REB_CSL-dev/REB_CSL-Validation.html b/REB/REB_CSL-Validation.html similarity index 100% rename from REB_CSL-dev/REB_CSL-Validation.html rename to REB/REB_CSL-Validation.html diff --git a/REB_CSL-dev/REB_filters-first.txt b/REB/REB_filters-first.txt similarity index 100% rename from REB_CSL-dev/REB_filters-first.txt rename to REB/REB_filters-first.txt diff --git a/REB_CSL-dev/REB_filters-last.txt b/REB/REB_filters-last.txt similarity index 100% rename from REB_CSL-dev/REB_filters-last.txt rename to REB/REB_filters-last.txt diff --git a/Utilitaires_CSL/.biblio.stamp b/Utilitaires/.biblio.stamp similarity index 100% rename from Utilitaires_CSL/.biblio.stamp rename to Utilitaires/.biblio.stamp diff --git a/Utilitaires_CSL/Makefile b/Utilitaires/Makefile similarity index 65% rename from Utilitaires_CSL/Makefile rename to Utilitaires/Makefile index 5353e81..e4b305b 100644 --- a/Utilitaires_CSL/Makefile +++ b/Utilitaires/Makefile @@ -1,20 +1,18 @@ -# TODO : Ajouter les filtres nécessaires pour obtenir un bon rendu. On peut imaginer un fichier dans $(STYLESHEET_DIR) qui indique les différents filtres à appliquer : un petit script dans le make récupère ces noms de fichiers et en fait des arguments de ligne de commande commençant par --filter. - INPUT_DATA_DIR = ../Tests-Data BIBLIO_FILE = $(INPUT_DATA_DIR)/BIBLIO_CSL-Tests.json INPUT_FILE = $(INPUT_DATA_DIR)/CSL-Tests.md -STYLESHEET_DIR = _CSL-dev +STYLESHEETS_DIR = .. VALIDATION_FILE_SUFFIX = _CSL-Validation.html OUTPUT_FILE_SUFFIX = _CSL-Tests.html CSL_FILE_SUFFIX = .csl JSON_BIBLIO_UTILITIES_DIR = /home/bdumont/Logiciels/Pandoc-utilities/FileModifiers-Pandoc VALIDATION_PROV_FILE = $(PROV_PREFIX)$(JOURNAL)$(VALIDATION_FILE_SUFFIX) -CSL_FILE = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)$(CSL_FILE_SUFFIX) -VALIDATION_FILE = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)$(VALIDATION_FILE_SUFFIX) -OUTPUT_FILE = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)$(OUTPUT_FILE_SUFFIX) -FILTERS_FILE_FIRST = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)_filters-first.txt +CSL_FILE = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)$(CSL_FILE_SUFFIX) +VALIDATION_FILE = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)$(VALIDATION_FILE_SUFFIX) +OUTPUT_FILE = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)$(OUTPUT_FILE_SUFFIX) +FILTERS_FILE_FIRST = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)_filters-first.txt FILTERS_LIST_FIRST != ./get-filters.sh $(FILTERS_FILE_FIRST) -FILTERS_FILE_LAST = ../$(JOURNAL)$(STYLESHEET_DIR)/$(JOURNAL)_filters-last.txt +FILTERS_FILE_LAST = $(STYLESHEETS_DIR)/$(JOURNAL)/$(JOURNAL)_filters-last.txt FILTERS_LIST_LAST != ./get-filters.sh $(FILTERS_FILE_LAST) PANDOC_OPTIONS = -s \ $(FILTERS_LIST_FIRST) \ @@ -60,4 +58,4 @@ install: $(VALIDATION_PROV_FILE) mv $(VALIDATION_PROV_FILE) $(VALIDATION_FILE) clean: - rm ../*$(STYLESHEET_DIR)/*$(OUTPUT_FILE_SUFFIX) + rm $(STYLESHEETS_DIR)/*/*$(OUTPUT_FILE_SUFFIX) diff --git a/Utilitaires_CSL/generer-md-pour-citeproc.sh b/Utilitaires/generer-md-pour-citeproc.sh similarity index 100% rename from Utilitaires_CSL/generer-md-pour-citeproc.sh rename to Utilitaires/generer-md-pour-citeproc.sh diff --git a/Utilitaires_CSL/get-filters.sh b/Utilitaires/get-filters.sh similarity index 100% rename from Utilitaires_CSL/get-filters.sh rename to Utilitaires/get-filters.sh