Logiciel : Freeplane
Type de licence : Libre
Compatible XP : Oui
Compatible Win7 : Oui
Existe aussi sous Linux : Oui
Version : 1.6.14
Freeplane est un logiciel libre qui permet de créer des cartes heuristiques (ou Mind Map), diagrammes représentant les connexions sémantiques entre différentes idées. Il est écrit en langage Java et est disponible pour les plates-formes Windows, GNU/Linux et Mac OS. Une version portable pour Windows est disponible. Freeplane est distribué sous licence GNU GPL.
Wiki : https://fr.wikipedia.org/wiki/Freeplane
Aperçu interface :
Si le logiciel ne se télécharge pas avec WPKG-Manage :
1 - Le télécharger à la main à l'adresse : http://datapacket.dl.sourceforge.net/project/freeplane/freeplane%20stable/Freeplane-Setup-1.6.14.exe
2 - Le copier dans U:\wpkg\software\Freeplane\
3 - Bien vérifier les droits sur le dossier et le fichier
Code : Tout sélectionner
<package
id="Freeplane"
name="Freeplane - Logiciel libre de mind-mapping"
revision="%version%.1"
reboot="false"
priority="100">
<variable name="version" value="1.6.14"/>
<variable name="PROGRAMFILES" value="%PROGRAMFILES%" architecture="x86"/>
<variable name="PROGRAMFILES" value="%PROGRAMFILES(X86)%" architecture="x64"/>
<variable name="ComSpec" value="%SystemRoot%\System32\cmd.exe" architecture="x86"/>
<variable name="ComSpec" value="%SystemRoot%\SysWOW64\cmd.exe" architecture="x64"/>
<variable name="BDR" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" architecture="x86"/>
<variable name="BDR" value="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" architecture="x64"/>
<eoledl dl="http://datapacket.dl.sourceforge.net/project/freeplane/freeplane%20stable/Freeplane-Setup-%version%.exe" destname="Freeplane/Freeplane-Setup-%version%.exe"/>
<check type="uninstall" condition="exists" path="Freeplane"/>
<check type="registry" condition="equals" path="%BDR%\{D3941722-C4DD-4509-88C4-0E87F675A859}_is1\DisplayVersion" value="%version%"/>
<install cmd='"%SOFTWARE%\Freeplane\Freeplane-Setup-%version%.exe" /VERYSILENT'/>
<upgrade include='install'/>
<downgrade include='install'/>
<remove cmd='"%PROGRAMFILES%\Freeplane\unins000.exe" /VERYSILENT'/>
<remove cmd='%COMSPEC% /C rmdir /S /Q "%PROGRAMFILES%\Freeplane"'/>
</package>
Installation pour (x)ubuntu :
Code : Tout sélectionner
sudo apt install freeplane