Skip to content

Commit

Permalink
Feat : Libellé des définitions dans les vocabulaires contrôlés
Browse files Browse the repository at this point in the history
  • Loading branch information
eonm-pro committed Dec 19, 2023
1 parent 80cf20d commit ff9c3cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ RUN for i in /build/vocabulary/*.ttl; do \
java -jar skos-play.jar alphabetical -i $i -o ${i%.ttl}.html -f html -l fr ; \
# Suppression des top terms dans le fichier HTML
sed -i '/<h2 class="title">.*<\/h2>/d' ${i%.ttl}.html ; \
sed -i "s/<li>DEF : /<li>Périmètre d'application : /g" ${i%.ttl}.html ; \
done

FROM nginx:1.20.2
Expand Down

0 comments on commit ff9c3cb

Please sign in to comment.