You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/14 15:23:44 UTC

[83/84] incubator-corinthia git commit: Added editorFramework as experimental code.

Added editorFramework as experimental code.

Currently there are only a readme, but as we move along real code will be added.


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/c4a5fe47
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/c4a5fe47
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/c4a5fe47

Branch: refs/heads/master
Commit: c4a5fe470957476dd805c00f7b9a8b0b87bea9ae
Parents: 8c61019
Author: jani <ja...@apache.org>
Authored: Fri Aug 14 15:09:00 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Fri Aug 14 15:09:00 2015 +0200

----------------------------------------------------------------------
 experiments/editorFramework/README | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/c4a5fe47/experiments/editorFramework/README
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/README b/experiments/editorFramework/README
new file mode 100644
index 0000000..fd1903d
--- /dev/null
+++ b/experiments/editorFramework/README
@@ -0,0 +1,18 @@
+The editor framework
+
+The purpose of this module is to provide a framework making it easy for others
+to build an editor.
+
+The framework is a layered model consisting of:
+- Layer 0: Javascripts that to the actual editing on the page
+- Layer 1: Toolkit implementation (specific to different toolkits)
+           included in the layer is the actual graphic setup
+           This code will only be suplied as example code
+- Layer 2: API to Layer 1
+- Layer 3: Editor handling (start JS receive input back)
+- Layer 4: Connection to DocFormats.
+
+The current idea is to develop the framework using Qt as Layer 1 (example code)
+and then test the API with a server implmentation.
+
+