download

Ceci est une ancienne révision du document !


OSVersionHash MD5CommentaireLien direct sur deb
Debianalpha 0.8 68bf0ff51e7bf63d08a91c8914c524fc
366518d27f7408ec5f57d2de053018b6
Version 13/07/2026 wLanguage 0.8 Trixie
wLanguage 0.8 Bookworm
Debianalpha 0.7 cb4d2e3250dcd51ad7554c2eb8f9a036
36e051b7aa199914da2f2fd76dfdbecb
Version 12/06/2026 wLanguage 0.7 Trixie
wLanguage 0.7 Bookworm
Debianalpha 0.63739c7c98401e74d348997420edab20c
a3550cd4cf464264c0009140bfe56fa4
Version 15/03/2026wLanguage 0.6 Trixie
wLanguage 0.6 Bookworm
Debianalpha 0.5-
-
Version 28/02/2026wLanguage 0.5 Trixie
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 <<EOF
Types: deb
URIs: http://apt.lanisys.fr
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
Components: main
Signed-By: /etc/apt/keyrings/wlanguage.gpg
EOF
apt update

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
OSVersionLienHash MD5Commentaire
Windows 64 bitsalpha 0.8wLanguage 0.8 8cada5eee394255291c3d2f7165349f3 Version 13/07/2026
Windows 64 bitsalpha 0.7wLanguage 0.7 f080de131f967375de16397cf9dca415 Version 12/06/2026
Windows 64 bitsalpha 0.6wLanguage 0.6 07edf3f6cc252f2ad666c2da8c53b5cb Version 15/03/2026
Windows 64 bitsalpha 0.5wLanguage 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

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

Coloration syntaxique pour VSCode

Coloration syntaxique pour Notepad++

Coloration syntaxique pour DokuWiki

  • download.1785181319.txt.gz
  • Dernière modification : 2026/07/27 19:41
  • de root