editorFramework directory structure

Ready to work in a work branch
diff --git a/experiments/editorFramework/src/Layer0_Javascript/README b/experiments/editorFramework/src/Layer0_Javascript/README
new file mode 100644
index 0000000..10fd5f9
--- /dev/null
+++ b/experiments/editorFramework/src/Layer0_Javascript/README
@@ -0,0 +1 @@
+the javascript files doing the actual in file editing and rendering.
diff --git a/experiments/editorFramework/src/Layer1_toolkit/README b/experiments/editorFramework/src/Layer1_toolkit/README
new file mode 100644
index 0000000..8288d80
--- /dev/null
+++ b/experiments/editorFramework/src/Layer1_toolkit/README
@@ -0,0 +1,3 @@
+first example will be Qt
+
+Code will be moved in from other experiments
diff --git a/experiments/editorFramework/src/Layer2_API/README b/experiments/editorFramework/src/Layer2_API/README
new file mode 100644
index 0000000..35baea8
--- /dev/null
+++ b/experiments/editorFramework/src/Layer2_API/README
@@ -0,0 +1 @@
+The API will center around the current javascript
diff --git a/experiments/editorFramework/src/Layer3_Handling/README b/experiments/editorFramework/src/Layer3_Handling/README
new file mode 100644
index 0000000..b2451f3
--- /dev/null
+++ b/experiments/editorFramework/src/Layer3_Handling/README
@@ -0,0 +1 @@
+handling is independent of the actual graphic representation.
diff --git a/experiments/editorFramework/src/Layer4_Docformat/README b/experiments/editorFramework/src/Layer4_Docformat/README
new file mode 100644
index 0000000..df39b72
--- /dev/null
+++ b/experiments/editorFramework/src/Layer4_Docformat/README
@@ -0,0 +1 @@
+Connection to the DocFormat library
diff --git a/experiments/editorFramework/test/README b/experiments/editorFramework/test/README
new file mode 100644
index 0000000..409257b
--- /dev/null
+++ b/experiments/editorFramework/test/README
@@ -0,0 +1 @@
+test setup for the editor framework