X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/1ba3513a32c4ea51e4e3f2ea56e3639aa76f3bb2..16bb2f544c636425ed9e6bff90654b8fa3c0f2e3:/README.rst diff --git a/README.rst b/README.rst index 0e3113f..d9ef609 100644 --- a/README.rst +++ b/README.rst @@ -72,3 +72,14 @@ Home page __ http://apps.owncloud.com/content/show.php?action=content&content=166654 __ http://git.cweiske.de/grauphel.git/ __ https://github.com/cweiske/grauphel + + +================= +Development hints +================= +* JSON coming from Tomboy: Title is html-escaped already + (e.g. ``>`` is ``>``). + We store it that way in the database, so there is no need to escape the + output. +* ``latest-sync-revision`` sent from Tomboy during PUT sync is already + incremented by 1.