Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 -DinputPath

you 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)