From 4ee5c9cf05d2735c94e4c69556c2dd6a38d4df1b Mon Sep 17 00:00:00 2001 From: Samuel Ortion Date: Fri, 24 May 2024 22:08:55 +0200 Subject: [PATCH] feat: Add translated articles links --- config.yaml | 2 +- .../posts/20210325_sound-analysis-on-linux-using-wine.en.md | 4 +--- .../posts/20210325_sound-analysis-on-linux-using-wine.fr.md | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/config.yaml b/config.yaml index da2a843..3d15d08 100755 --- a/config.yaml +++ b/config.yaml @@ -9,7 +9,7 @@ params: author: Samuel Ortion email: samuel@ortion.fr avatar: /images/me.png - description: "" + description: "The blog of a juvenile Geekus biologicus" # Uncomment if you need this # images: # - images/og-featured.png # relative path to "static" directory diff --git a/content/posts/20210325_sound-analysis-on-linux-using-wine.en.md b/content/posts/20210325_sound-analysis-on-linux-using-wine.en.md index a8f2935..211e036 100755 --- a/content/posts/20210325_sound-analysis-on-linux-using-wine.en.md +++ b/content/posts/20210325_sound-analysis-on-linux-using-wine.en.md @@ -1,5 +1,5 @@ --- -title: Analyse Sound on GNU/Linux using Wine +title: Analyze Ultrasound on GNU/Linux using Wine author: Samuel Ortion date: 2021-03-25 modifdate: 2024-05-18 @@ -13,8 +13,6 @@ After recording bats, orthoptera or birds sounds, it is often necessary to have The software needed to do so are often developed only for Windows. In this article, we will learn how to install these softwares (e.g., Kaleidoscope, Syrinx, Batsound 4, 7-zip and Lupas-Rename). -_Une [version traduite en Français](/posts/analyser-des-sons-sur-gnulinux-avec-wine/) est disponible, avec quelques modifications_. - ## Install Wine Wine is a software that enable .exe software to run on UNIX systems such as Linux or Mac OS. diff --git a/content/posts/20210325_sound-analysis-on-linux-using-wine.fr.md b/content/posts/20210325_sound-analysis-on-linux-using-wine.fr.md index d3e0999..d8180b1 100644 --- a/content/posts/20210325_sound-analysis-on-linux-using-wine.fr.md +++ b/content/posts/20210325_sound-analysis-on-linux-using-wine.fr.md @@ -11,8 +11,6 @@ Après avoir enregistré des sons de chauve-souris, orthoptères ou d'oiseaux, i Les logiciels recommandés dans les tutoriels Vigie-Chiro sont, pour certains, développés uniquement pour Windows. Dans cet article, nous apprendrons comment installer ces logiciels (Kaleidoscope, Syrinx, Batsound 4, 7-zip et Lupas-Rename) sur une machine Linux à l'aide de [Wine](https://winehq.org/). -_Version traduite et modifiée de la [version en anglais de cet article](/posts/analyse-sound-on-gnulinux-using-wine/) initialement publié en 2021._ - ## Comment installer Wine ? Wine est un logiciels qui permet de faire tourner des logiciels Windows (`.exe`) sur un système d'exploitation UNIX comme Linux, ou Mac OS.