Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaume-gomez/nf29-xmlconverter
A xslt converter from MindMapping (Freemind) to HDoc.
https://github.com/guillaume-gomez/nf29-xmlconverter
Last synced: 2 days ago
JSON representation
A xslt converter from MindMapping (Freemind) to HDoc.
- Host: GitHub
- URL: https://github.com/guillaume-gomez/nf29-xmlconverter
- Owner: guillaume-gomez
- Created: 2014-12-08T13:27:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T13:57:57.000Z (almost 8 years ago)
- Last Synced: 2024-10-15T04:18:20.102Z (about 1 month ago)
- Language: XSLT
- Homepage:
- Size: 826 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
The goal of this tool is to convert mind mapping files from [Freemind](http://freemind.sourceforge.net/wiki/index.php/Main_Page) to Hdoc file for [Scenari](http://scenari-platform.org/projects/scenari/fr/pres/co/).
A map mapping can be convert to structured document.# How to use the converter
##1 : you want to convert your freemindFile in Hdoc
- put your freemind file in the mindMapping_to_Hdoc
- enter the command line :
- linux : ant -buildfile mindMapping2Hdoc.ant -DinputPath
- windows : C:\ant\bin\ant -buildfile mindMapping2Hdoc.ant -DinputPathyou will find the result in the folder result/hdoc
##2 : you want a .scar (for scenari)
- put your freemind file in the mindMapping_to_Hdoc
- enter the command line :
- linux : ant -buildfile mindMapping2Hdoc.ant -DinputPath -Dopale true
- windows : C:\ant\bin\ant -buildfile mindMapping2Hdoc.ant -DinputPath -Dopale true
you will find the result in the folder result/opale-------------------
[Website](https://stph.scenari-community.org/nf29/co/nf29.html)