summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-11-06 11:59:21 +0100
committerPatrick Simianer <p@simianer.de>2015-11-06 11:59:21 +0100
commit00ab985b296b8a41f782be9766faa7e6320f4198 (patch)
tree4a948c9a77fe701edbe2502c26dc0e1cbddb9941 /README
parentd27eb43719b1d861a0aaa01a121511bc2e389b0d (diff)
fixed edit mode
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index cd066f1..c193e38 100644
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
Visualize and edit machine translation derivations using raphaeljs.
+Took raphael.inline_text_editing.js from [1].
+Partially adapted from [3] and [2].
Resources:
- * http://grokbase.com/p/gg/raphaeljs/135twn41fq/how-to-move-text-and-rect-together-using-raphaeljs
- * https://github.com/marmelab/Raphael.InlineTextEditing
- * http://raphaeljs.com/graffle.html
+ [1] https://github.com/marmelab/Raphael.InlineTextEditing
+ [2] http://grokbase.com/p/gg/raphaeljs/135twn41fq/how-to-move-text-and-rect-together-using-raphaeljs
+ [3] http://raphaeljs.com/graffle.html