[496595] Insertion point of EMF Parsley contribution
diff --git a/noteworthy/modeling.adoc b/noteworthy/modeling.adoc
index 88998e4..6ecb979 100644
--- a/noteworthy/modeling.adoc
+++ b/noteworthy/modeling.adoc
@@ -23,7 +23,6 @@
 
 You will find several examples in https://github.com/cbrun/acceleo-launcher-examples/[this repository] ranging from launchging an UML to `C` code generation to exporting a Modeling project as a website.
 
-
 === Model Editors
 
 ==== Amalgam
@@ -43,6 +42,17 @@
 
 image::images/ecoretools-inheritedcontent.png[]
 
+==== EMF Parsley
+
+http://www.eclipse.org/emf-parsley[EMF Parsley] is a lightweight framework that allows 
+easy and quick UI development based upon EMF. EMF Parsley is built on top of the EMF 
+Edit framework and it implements features like Trees, Forms and Table builders with 
+standard JFace databinding, providing a complete component-based toolset. EMF Parsley 
+can be configured to use all kinds of EMF persistence implementations (XMI, Teneo, CDO).
+ 
+Moreover a DSL allows to easily customize several behaviors in each component.
+
+image::images/parsley-components.png[]
 
 === Model Comparison
 
@@ -102,18 +112,6 @@
 
 image::images/bordernodeposition.png[]
 
-==== UI Building
-
-http://www.eclipse.org/emf-parsley[EMF Parsley] is a lightweight framework that allows 
-easy and quick UI development based upon EMF. EMF Parsley is built on top of the EMF 
-Edit framework and it implements features like Trees, Forms and Table builders with 
-standard JFace databinding, providing a complete component-based toolset. EMF Parsley 
-can be configured to use all kinds of EMF persistence implementations (XMI, Teneo, CDO).
- 
-Moreover a DSL allows to easily customize several behaviors in each component.
-
-image::images/parsley-components.png[]
-
 ==== More
 
 The _Link with editor_ support has been improved and is now bidirectional.
diff --git a/noteworthy/noteworthy.html b/noteworthy/noteworthy.html
index 05d36b6..c84cc16 100644
--- a/noteworthy/noteworthy.html
+++ b/noteworthy/noteworthy.html
@@ -1362,6 +1362,24 @@
 </div>
 </div>
 </div>
+<div class="sect3">
+<h4 id="_emf_parsley">EMF Parsley</h4>
+<div class="paragraph">
+<p><a href="http://www.eclipse.org/emf-parsley">EMF Parsley</a> is a lightweight framework that allows
+easy and quick UI development based upon EMF. EMF Parsley is built on top of the EMF
+Edit framework and it implements features like Trees, Forms and Table builders with
+standard JFace databinding, providing a complete component-based toolset. EMF Parsley
+can be configured to use all kinds of EMF persistence implementations (XMI, Teneo, CDO).</p>
+</div>
+<div class="paragraph">
+<p>Moreover a DSL allows to easily customize several behaviors in each component.</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/parsley-components.png" alt="parsley components">
+</div>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="_model_comparison">Model Comparison</h3>
@@ -1472,24 +1490,6 @@
 </div>
 </div>
 <div class="sect3">
-<h4 id="_ui_building">UI Building</h4>
-<div class="paragraph">
-<p><a href="http://www.eclipse.org/emf-parsley">EMF Parsley</a> is a lightweight framework that allows
-easy and quick UI development based upon EMF. EMF Parsley is built on top of the EMF
-Edit framework and it implements features like Trees, Forms and Table builders with
-standard JFace databinding, providing a complete component-based toolset. EMF Parsley
-can be configured to use all kinds of EMF persistence implementations (XMI, Teneo, CDO).</p>
-</div>
-<div class="paragraph">
-<p>Moreover a DSL allows to easily customize several behaviors in each component.</p>
-</div>
-<div class="imageblock">
-<div class="content">
-<img src="images/parsley-components.png" alt="parsley components">
-</div>
-</div>
-</div>
-<div class="sect3">
 <h4 id="_more_2">More</h4>
 <div class="paragraph">
 <p>The <em>Link with editor</em> support has been improved and is now bidirectional.</p>