diff --git a/hdoc_to_opale/xsl/transformation2.xsl b/hdoc_to_opale/xsl/transformation2.xsl index d71b753caeb40b667eeed5acf0d7790e7573a7ec..4591151aa91c604ec1dabda91e322daf565089f9 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 9b3f311f997ae9f27cfdc19f81b2f169d6f48c85..644a547be298b90757250b6bd03487d7bfdfc972 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 0000000000000000000000000000000000000000..ec1b57f3be9a007143c83a9fa4ecbe27e5d8b49f --- /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 e0dc5aceb0449bd2393866dcb732082f08c48352..7b0697309dffef1d16eab5e9c62d4964bfa3a163 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. +