Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
745a8dcf
Commit
745a8dcf
authored
Dec 20, 2015
by
aperdria
Browse files
Modification of the doc README.md
parent
d7955f69
Changes
2
Hide whitespace changes
Inline
Side-by-side
mindmapping_to_hdoc/README.md
View file @
745a8dcf
Mindmapping to HDOC
===================
Projet de conversion du format Freemind vers hdoc.
Conversion of Freemind file(s) (.mm) to Hdoc
# How to use the converter
Use a terminal and go to the root of the folder (mindmapping_to_hdoc).
#1 : You want to convert SEVERAL Freemind files in Hdoc
-
Put your files in a folder mindmapping_to_hdoc/input
-
Enter the command line corresponding to your OS :
-
On Linux : sh run.sh
-
On Windows : run.bat
#2 : You want to convert ONE specific freemindFile in Hdoc
-
Put your file in a folder mindmapping_to_hdoc/input
-
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
mindmapping_to_hdoc/readme.txt
deleted
100755 → 0
View file @
d7955f69
# 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 mindmapping_to_hdoc.ant -DinputPath <yourFilename>
- windows : C:\ant\bin\ant -buildfile mindmapping_to_hdoc.ant -DinputPath <yourFilename>
you will find the result in the folder result/hdoc
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment