From eeb700b19a06d94b4cef047ebb1dd25de92787ac Mon Sep 17 00:00:00 2001 From: aperdria Date: Sun, 20 Dec 2015 21:18:19 +0100 Subject: [PATCH] Correction on the transformation of introduction and conclusion ; Addition of information about the rules in the README ; --- hdoc_to_opale/xsl/transformation2.xsl | 33 ++++++++++++++++++++------- mindmapping_to_hdoc/input/sample.mm | 2 +- mindmapping_to_opale/.gitignore | 3 +++ mindmapping_to_opale/README.md | 13 +++++++++++ 4 files changed, 42 insertions(+), 9 deletions(-) create mode 100644 mindmapping_to_opale/.gitignore diff --git a/hdoc_to_opale/xsl/transformation2.xsl b/hdoc_to_opale/xsl/transformation2.xsl index d71b753..4591151 100644 --- a/hdoc_to_opale/xsl/transformation2.xsl +++ b/hdoc_to_opale/xsl/transformation2.xsl @@ -111,10 +111,16 @@ - + - + + + + + + + @@ -141,18 +147,29 @@ - + + + + + + - + - - - + + + + + + + + + @@ -258,7 +275,7 @@ - + diff --git a/mindmapping_to_hdoc/input/sample.mm b/mindmapping_to_hdoc/input/sample.mm index 9b3f311..644a547 100644 --- a/mindmapping_to_hdoc/input/sample.mm +++ b/mindmapping_to_hdoc/input/sample.mm @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/mindmapping_to_opale/.gitignore b/mindmapping_to_opale/.gitignore new file mode 100644 index 0000000..ec1b57f --- /dev/null +++ b/mindmapping_to_opale/.gitignore @@ -0,0 +1,3 @@ +.ant-targets-mindMapping2Hdoc.ant +result/** +temp/** diff --git a/mindmapping_to_opale/README.md b/mindmapping_to_opale/README.md index e0dc5ac..7b06973 100644 --- a/mindmapping_to_opale/README.md +++ b/mindmapping_to_opale/README.md @@ -21,3 +21,16 @@ Use a terminal and go to the root of the folder (mindmapping_to_opale). You will find the result in the folder mindmapping_to_opale/result + +IMPORTANT +========= + +You can use special rules in Freemind to personnalize your Scenari Module : + +- By default, a "Division" is created with the name of the main node of your MindMap +- Then : + A node without children is transformed in grain content + A node with children is transformed in division +- You can add introduction and conclusion using the hashtag #intro and #conclu on all the node that has no child +- You can arrange the order of the node usine the hashtag #1, #2, #3 etc. + -- GitLab