# HG changeset patch # User ymh # Date 1426260829 -3600 # Node ID 57f8d344fde99b46095c67f5855b9984e0762b5e # Parent 5617e706ba093061c96a3fc982e66466db668b5f Correct button shift on hover that appeared after paperjs v 0.9.15 diff -r 5617e706ba09 -r 57f8d344fde9 client/README.md --- a/client/README.md Fri Mar 13 13:29:02 2015 +0100 +++ b/client/README.md Fri Mar 13 16:33:49 2015 +0100 @@ -1,7 +1,7 @@ # Renkan - Client configuration -Renkan is a tool to simply build oriented graphs by creating nodes and drag'n'droping links, -pictures and html elements from web pages. Each node can have title, description, uri/url, color, +Renkan is a tool to simply build oriented graphs by creating nodes and drag'n'droping links, +pictures and html elements from web pages. Each node can have title, description, uri/url, color, image and specific size. Each node can have title, uri/url and color. @@ -28,7 +28,7 @@ Your Renkan should be displayed. Now let's see more specifically the 2 displays possibilities : in body 100% or in a div with set width and height. N.B. : renkan.js is the concatenation of those js files : header.js main.js models.js defaults.js i18n.js paper-renderer.js full-json.js ldtjson-bin.js list-bin.js wikipedia-bin.js. -It is built with the script available in sbin/build/compil.sh. +It is built with the script available in sbin/build/compil.sh. ### In body 100% @@ -41,7 +41,7 @@ ### In a div -The renkan div has the css attributes position:absolute/top:0/left:0/bottom:0/right:0, +The renkan div has the css attributes position:absolute/top:0/left:0/bottom:0/right:0, so the parent div has to be in position:relative and define width and height. Here is a simple example including css and partial html : @@ -98,7 +98,7 @@ ### Simple mode : no bins on the left, just the canvas -To embed a simple writable Renkan, just add this script tag. In the client folder, "data/simple-persist.php" makes a very simple persistent url. +To embed a simple writable Renkan, just add this script tag. In the client folder, "data/simple-persist.php" makes a very simple persistent url. The persistent url is supposed to give the json data on GET request at page load, and save datas at PUT request sent by the browser :