init new noteworthy page
diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs
index 3167f92..1af69e0 100644
--- a/.settings/org.eclipse.core.resources.prefs
+++ b/.settings/org.eclipse.core.resources.prefs
@@ -1,3 +1,3 @@
-#Thu May 27 15:44:42 CEST 2010
eclipse.preferences.version=1
encoding//doc/releases/amalgam_1.1.0_release_review.html=utf-8
+encoding//new-noteworthy/luna/index.html=utf-8
diff --git a/luna/new-noteworthy/index.textile b/luna/new-noteworthy/index.textile
deleted file mode 100644
index ee9e7db..0000000
--- a/luna/new-noteworthy/index.textile
+++ /dev/null
@@ -1,12 +0,0 @@
-h1. Eclipse Modeling Package : New and Noteworthy
-
-h2. Re-designed Class Diagram
-
-h2. Model Comparison and Merge
-
-h2. EMF Client Platform and EMF Store included by default
-
-h2. Quicker Startup
-
-h2. Integration Testing
-
diff --git a/luna/new-noteworthy/index.html b/new-noteworthy/luna/index.html
similarity index 100%
rename from luna/new-noteworthy/index.html
rename to new-noteworthy/luna/index.html
diff --git a/new-noteworthy/luna/index.textile b/new-noteworthy/luna/index.textile
new file mode 100644
index 0000000..7f58146
--- /dev/null
+++ b/new-noteworthy/luna/index.textile
@@ -0,0 +1,48 @@
+h1. Eclipse Modeling Package : New and Noteworthy
+
+h2. Re-designed Class Diagram
+
+After many years of stalling, the introduction of Sirius in the Eclipse Modeling stack enabled a complete redesign of the Ecore Diagram Editor.
+
+A slicker design, more capabilities, more stability.
+
+That being said,
+
+compare-resolution-strategy
+
+h2. Model Comparison and Merge
+
+The package provides structural diff and merge capabilities thanks to *EMF Compare*, any file which structures can be understood by EMF will be compared structurally, independently from the serialization format. No need to understand XMI or even binary resources to compare and merge them.
+
+Futhermore this semantic comparison includes support for inter-file references allowing you to make sure you will never break a reference when doing your commit by forgetting a file for instance, EMF Compare will detect this and ask you to add it in your commit.
+
+
+h2. EMF Client Platform and EMF Store included by default
+
+EMF Client Platform and EMF Store graduated and got included in the package alongside CDO.
+
+h2. Quicker Startup
+
+Thanks to the commitment of the modeling projects which are in the package, plugins are started on demand and not upfront. This lead to a better startup time as less classes have to be loaded and less integration issue which could block users which are not even using the features which are failing.
+
+Kepler after startup :
+118 plugins are active, 538 are installed.
+
+Luna after statup:
+106 plugins are active,678 are installed
+
+In doing so we have been able to integrate more features in the package without adding pain to peoples which are not going to use it.
+
+For the sake of comparison, the minimalistic *Standard* package released with Luna after startup :
+91 plugins are active, 250 are installed.
+
+
+Thanks again to CDO, Sirius and EMF Client Platform for improving their plugins in this regard !
+
+
+h2. Integration Testing
+
+The discovery catalog will no longer block the Eclipse user interface if you experience a slow or unreliable network. The user is now able to cancel while the catalog is being retrieved.
+
+
+