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:45 UTC

[84/84] incubator-corinthia git commit: editorFramework directory structure

editorFramework directory structure

Ready to work in a work branch


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

Branch: refs/heads/master
Commit: 6be2b9012ef0c2c3f98e455d706544d22c0097b8
Parents: c4a5fe4
Author: jani <ja...@apache.org>
Authored: Fri Aug 14 15:20:31 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Fri Aug 14 15:20:31 2015 +0200

----------------------------------------------------------------------
 experiments/editorFramework/src/Layer0_Javascript/README | 1 +
 experiments/editorFramework/src/Layer1_toolkit/README    | 3 +++
 experiments/editorFramework/src/Layer2_API/README        | 1 +
 experiments/editorFramework/src/Layer3_Handling/README   | 1 +
 experiments/editorFramework/src/Layer4_Docformat/README  | 1 +
 experiments/editorFramework/test/README                  | 1 +
 6 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/6be2b901/experiments/editorFramework/src/Layer0_Javascript/README
----------------------------------------------------------------------
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.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/6be2b901/experiments/editorFramework/src/Layer1_toolkit/README
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/6be2b901/experiments/editorFramework/src/Layer2_API/README
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/6be2b901/experiments/editorFramework/src/Layer3_Handling/README
----------------------------------------------------------------------
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.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/6be2b901/experiments/editorFramework/src/Layer4_Docformat/README
----------------------------------------------------------------------
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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/6be2b901/experiments/editorFramework/test/README
----------------------------------------------------------------------
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