diff --git a/doc/tools/PamhyrDoc.cls b/doc/tools/PamhyrDoc.cls index a2759d634c6eafca56d6a959ac66ec676a73d220..a58837204ea56de17d7b82ab38738f00fdb1fcad 100644 --- a/doc/tools/PamhyrDoc.cls +++ b/doc/tools/PamhyrDoc.cls @@ -134,6 +134,7 @@ \setminted[c]{fontsize=\footnotesize,encoding=utf8,linenos} \setminted[c++]{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[scheme]{breaklines,fontsize=\footnotesize,encoding=utf8} \setminted[commun-lisp]{breaklines,fontsize=\footnotesize,encoding=utf8} diff --git a/tools/license.el b/tools/license.el index 1d08c959f6cdd909006995e26f92155a4d045ee7..442c0630e4eae7593c565ec32c1a97bf332b2b6c 100644 --- a/tools/license.el +++ b/tools/license.el @@ -110,41 +110,51 @@ (mapcar (lambda (file) (concat root "/" file)) 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> ----Change-logs-------------------@version--- +---📄--Change-logs-------------@version--- @description ------------------------------------------ ----Liens-utiles--------------------------- - Télécharger cette version : +<FUTURE WORK> + +---💡--Useful-links----------------------- + Download this 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 - Rapporter un problème : + Repport an issue : https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/issues - ou directement par mail à : + or by email at : <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------------------------- - 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. - Nous n'avons pas encore de solution pour régler ce problème. - 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. + For Linux 🧠users: Some systems are not compatible with the + compiled version, in which case you'll have to go straight to + the source code (see the documentation for more details). - Rapport d'antivirus : <LINK_VIRUSTOTAL> ------------------------------------------ -Bon weekend, +Br, ") (require 'web)