===== Téléchargements ===== ==== Linux ==== ^OS^Version^Hash MD5^Commentaire^Lien direct sur ''deb'' | |Debian|alpha 0.8|''68bf0ff51e7bf63d08a91c8914c524fc'' \\ ''366518d27f7408ec5f57d2de053018b6'' |Version 13/07/2026|{{https://lanisys.fr/wdeb/wlanguage_0.8.0-1~trixie_amd64.deb|wLanguage 0.8 Trixie}} \\ {{https://lanisys.fr/wdeb/wlanguage_0.8.0-1~bookworm_amd64.deb|wLanguage 0.8 Bookworm}} | |Debian|alpha 0.7|''cb4d2e3250dcd51ad7554c2eb8f9a036'' \\ ''36e051b7aa199914da2f2fd76dfdbecb'' |Version 12/06/2026|{{https://lanisys.fr/wdeb/wlanguage_0.7.0-1~trixie_amd64.deb|wLanguage 0.7 Trixie}} \\ {{https://lanisys.fr/wdeb/wlanguage_0.7.0-1~bookworm_amd64.deb|wLanguage 0.7 Bookworm}} | |Debian|alpha 0.6|''3739c7c98401e74d348997420edab20c'' \\ ''a3550cd4cf464264c0009140bfe56fa4'' |Version 15/03/2026|{{https://lanisys.fr/wdeb/wlanguage_0.6.0-1~trixie_amd64.deb|wLanguage 0.6 Trixie}} \\ {{https://lanisys.fr/wdeb/wlanguage_0.6.0-1~bookworm_amd64.deb|wLanguage 0.6 Bookworm}} | |Debian|alpha 0.5|- \\ -|Version 28/02/2026|{{https://lanisys.fr/wdeb/wlanguage_0.5.0-1~trixie_amd64.deb|wLanguage 0.5 Trixie}} \\ {{https://lanisys.fr/wdeb/wlanguage_0.5.0-1~bookworm_amd64.deb|wLanguage 0.5 Bookworm}} | === Debian === Pour gérer les installations/mises à jour/désinstallations avec l'outil système ''apt'', déclarer le repository W : apt update apt install ca-certificates curl curl -fsSL http://apt.lanisys.fr/public.key -o /etc/apt/keyrings/wlanguage.gpg tee /etc/apt/sources.list.d/wlanguage.sources < Puis installer W : apt install wlanguage //Nota// : Pour installer manuellement un fichier ''.deb'', se mettre dans le répertoire du fichier //deb// : # par exemple sudo apt install ./wlanguage_0.5.0-1~trixie_amd64.deb ==== Windows ==== ^OS^Version^Lien^Hash MD5^Commentaire| |Windows 64 bits|alpha 0.8|{{https://lanisys.fr/wexe/wLanguage_installer_0.8.0.EXE|wLanguage 0.8}} |''8cada5eee394255291c3d2f7165349f3'' |Version 13/07/2026| |Windows 64 bits|alpha 0.7|{{https://lanisys.fr/wexe/wLanguage_installer_0.7.0.EXE|wLanguage 0.7}} |''f080de131f967375de16397cf9dca415'' |Version 12/06/2026| |Windows 64 bits|alpha 0.6|{{https://lanisys.fr/wexe/wLanguage_installer_0.6.0.EXE|wLanguage 0.6}} |''07edf3f6cc252f2ad666c2da8c53b5cb'' |Version 15/03/2026| |Windows 64 bits|alpha 0.5|{{https://lanisys.fr/wexe/wLanguage_installer_0.5.0.EXE|wLanguage 0.5}} |-|Version 28/02/2026| Exécuter l'installateur en mode Administrateur.\\ Pour désinstaller W, aller dans le répertoire ''C:\Program Files\wLanguage'' et exécuter en mode administrateur ''uninstall.bat'' ==== Calcul du hash ==== Pour le fun, voici le code du programme de calcul du hash en W : hash.w begin declare fichier, md5, chemin let fichier = '' let md5 = '' let chemin = field(@arg, @fm, 2) part 1 invoke file&get(chemin, fichier) part 2 invoke hash&MD5(fichier, md5) echonl 'MD5 => ':md5 except if @part = 1 then echonl 'Cannot open file ':chemin endif end ==== Extensions ==== Clic droit sur les fichiers et choisir //Enregistrer la cible du lien sous...//\\ \\ * Coloration syntaxique {{https://lanisys.fr/wext/w-0.7.0.vsix|VSCode}} : dans VSCode, aller sur //Extension//, //3 points// et choisir //install from vsix// * Coloration syntaxique pour {{https://lanisys.fr/wext/userDefineLang.xml|Notepad++}} : sur une version portable, il se trouve ici, emplacement de l'exe ''C:\Users\\Documents\Applications\Notepad++Portable\App\Notepad++'' - si installation non-portable, ''C:\Users\\AppData\Roaming\Notepad++\userDefineLangs\'' * Coloration syntaxique pour {{https://lanisys.fr/wext/wlang.php|DokuWiki}} : à copier dans ''/var/www//vendor/geshi/geshi/src/geshi''