@@ -5,7 +5,7 @@ Conversion of Freemind file(s) (.mm) to Hdoc
...
@@ -5,7 +5,7 @@ Conversion of Freemind file(s) (.mm) to Hdoc
Licence
Licence
-------
-------
GPL3.0
http://www.gnu.org/licenses/gpl-3.0.txt
Credits
Credits
-------
-------
...
@@ -21,28 +21,25 @@ This project aims at converting mindmapping files to hdoc files.
...
@@ -21,28 +21,25 @@ This project aims at converting mindmapping files to hdoc files.
User documentation
User documentation
------------------
------------------
Use a terminal and go to the root of the folder (mindmapping_to_hdoc).
#1 : You want to convert SEVERAL Freemind files in Hdoc
* Use a terminal and go to the root of the folder (mindmapping_to_hdoc).
- Put your files in a folder mindmapping_to_hdoc/input
* Please refer to the part *Rules to follow* to understand the rules that can help you to personalize the output
- Enter the command line corresponding to your OS :
* Put your files in a folder 'mindmapping_to_hdoc/input'
- On Linux : sh run.sh
* Enter the command line corresponding to your OS :
- On Windows : run.bat
* On Linux : 'sh run.sh'
* On Windows : 'run.bat'
If you want to convert one specific file that is in the input folder, use the parameters ' -DinputPath input/<yourFilename>' (ex : 'sh run.sh -DinputPath input/<yourFilename>')
#2 : You want to convert ONE specific freemindFile in Hdoc
*You will find the result of the conversion in the folder mindmapping_to_hdoc/output*
- Put your file in a folder mindmapping_to_hdoc/input
*You can find a sample file il the folder /samples.*
- Enter the command line corresponding to your OS :
- On Linux : sh run.sh -DinputPath input/<yourFilename>
- On Windows : run.bat -DinputPath input/<yourFilename>
You will find the result in the folder mindmapping_to_hdoc/result
You can use the converter mindmapping_to_opale in order to create Opale contents.
Unsupported
Unsupported
-----------
-----------
* Convert color
* Convert color
* Convert icon into summary elements.
* Convert icon into summary elements
* headers (especially keywords) are partially supported.
Known bugs
Known bugs
----------
----------
...
@@ -53,9 +50,8 @@ Known bugs
...
@@ -53,9 +50,8 @@ Known bugs
Todo
Todo
----
----
* Get mindmap from Framamind
* Mindmap to Lexique conversion
* Mindmap to lexique conversion
* Mindmap to Optim conversion
* Mindmap to optim conversion
Technical notes
Technical notes
---------------
---------------
...
@@ -66,9 +62,6 @@ You can comment the part of code where temp directory is deleted in order to vie
...
@@ -66,9 +62,6 @@ You can comment the part of code where temp directory is deleted in order to vie
What is META-INF folder ?
What is META-INF folder ?
This is a simple folder with a xml file named 'content.xml' that contains useful information for Opale. Every .scar archives must contain this file, what it exactly does is not the purpose of this project.
This is a simple folder with a xml file named 'content.xml' that contains useful information for Opale. Every .scar archives must contain this file, what it exactly does is not the purpose of this project.