update readme
authorcavaliet
Fri, 07 Feb 2014 17:18:56 +0100
changeset 253 9851e84a0b37
parent 252 9205f27ac325
child 254 128d9785b443
update readme
client/README.md
--- a/client/README.md	Fri Feb 07 16:17:05 2014 +0100
+++ b/client/README.md	Fri Feb 07 17:18:56 2014 +0100
@@ -175,7 +175,7 @@
         url: "data/simple-persist.php"
     });
 
-N.B. : you can embed the renkan in a div, the renkan container css should have overflow:hidden in order to hide bins when the user wants to.
+If you embed the renkan in a div, the renkan container css should have overflow:hidden in order to hide bins when the user wants to.
 
 ## More configuration
 
@@ -280,4 +280,15 @@
                 url: "data/simple-persist.php"
             });
         });
-    </script>
\ No newline at end of file
+    </script>
+
+## Tests
+
+Because of a simple php file enabling persistent connection, you can not test the writables examples by only opening them in your browser.
+A url like file:///path/to/folder/test-writable-\*.html will not work.
+You need to run a localhost server that executes php and go to a url like http://localhost/renkan/test/test-writable-\*.html.
+
+For read only examples, it appears that for security reasons urls like file:///path/to/folder/test-readonly-\*.html only work on Firefox.
+To see those examples with other browsers, you also need to run a localhost server and go to a url like http://localhost/renkan/test/test-readonly-\*.html.
+
+