Commit 2c43e958 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

Merge branch 'master' of gitlab-ssh.irstea.fr:theophile.terraz/pamhyr

No related merge requests found
Pipeline #56665 passed with stages
in 3 minutes and 23 seconds
Showing with 27 additions and 16 deletions
+27 -16
...@@ -134,6 +134,7 @@ ...@@ -134,6 +134,7 @@
\setminted[c]{fontsize=\footnotesize,encoding=utf8,linenos} \setminted[c]{fontsize=\footnotesize,encoding=utf8,linenos}
\setminted[c++]{breaklines,fontsize=\footnotesize,encoding=utf8,linenos} \setminted[c++]{breaklines,fontsize=\footnotesize,encoding=utf8,linenos}
\setminted[python]{breaklines,fontsize=\footnotesize,encoding=utf8,linenos} \setminted[python]{breaklines,fontsize=\footnotesize,encoding=utf8,linenos}
\setminted[sql]{breaklines,fontsize=\footnotesize,encoding=utf8,linenos}
\setminted[shell]{breaklines,fontsize=\footnotesize,encoding=utf8} \setminted[shell]{breaklines,fontsize=\footnotesize,encoding=utf8}
\setminted[scheme]{breaklines,fontsize=\footnotesize,encoding=utf8} \setminted[scheme]{breaklines,fontsize=\footnotesize,encoding=utf8}
\setminted[commun-lisp]{breaklines,fontsize=\footnotesize,encoding=utf8} \setminted[commun-lisp]{breaklines,fontsize=\footnotesize,encoding=utf8}
......
...@@ -110,41 +110,51 @@ ...@@ -110,41 +110,51 @@
(mapcar (lambda (file) (concat root "/" file)) (mapcar (lambda (file) (concat root "/" file))
files-without-copyright)))) files-without-copyright))))
(defvar pamhyr-mail-template "Bonjour, (defvar pamhyr-mail-template "Dear users,
La version @version de Pamhyr2 est disponible. ✨ The version @version of Pamhyr2 is available.
<NEWS> <NEWS>
---Change-logs-------------------@version--- ---📄--Change-logs-------------@version---
@description @description
------------------------------------------ ------------------------------------------
---Liens-utiles--------------------------- <FUTURE WORK>
Télécharger cette version :
---💡--Useful-links-----------------------
Download this version :
https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/releases/@version https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/releases/@version
La documentation (en anglais) : The documentation :
https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/wikis/home https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/wikis/home
Rapporter un problème : Repport an issue :
https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/issues https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/issues
ou directement par mail à : or by email at :
<pierre-antoine.rouby@inrae.fr> <pierre-antoine.rouby@inrae.fr>
------------------------------------------ ------------------------------------------
<FUTURE_WORK> ---⚠️--Warning---------------------------
For Windows users: Some antivirus programs may detect Pamhyr2
as a virus 🦠, but this is a false positive. The problem is
known and comes from the executable generated by PyInstaller.
We don't yet have a solution to this problem. If this is your
case, you'll need to add an exception to your antivirus
software if you want to use Pamhyr2. Alternatively, you can use
WSL (Windows Subsystem for Linux) and use the Linux version on
Windows.
Antivirus analysis : <TOTAL VIRUS REPORT>
---/!\--Attention------------------------- For Linux 🐧 users: Some systems are not compatible with the
Pour les utilisateurs Windows : Certains antivirus peuvent détecter Pamhyr2 comme un virus, c'est un faux positif, le problème est connu et vient de l'exécutable généré par PyInstaller. compiled version, in which case you'll have to go straight to
Nous n'avons pas encore de solution pour régler ce problème. the source code (see the documentation for more details).
Si c'est votre cas, il faudra ajouter une exception dans votre antivirus si vous voulez utiliser Pamhyr2.
Sinon, il est aussi possible de passer par WSL et utiliser la version Linux sous Windows.
Rapport d'antivirus : <LINK_VIRUSTOTAL>
------------------------------------------ ------------------------------------------
Bon weekend, Br,
") ")
(require 'web) (require 'web)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment