I’ve finally made my commenting system using ForkJavascript, JSON and PHP (yes, this web site is no more entirely static). The idea is to support The Comment API, but for the moment, it’ll only support simple comments. I need to test how this works to try to go further.
For every entry, a JSON file is created. Some JavaScript read it and display it in here, and it also JavaScript that is responsible to send the comment. In the backend, a little PHP script (with tests) writes the comment inside the JSON file. Don’t be afraid, every email address is hashed in a md5 (mainly for gravatar purpose).
Let’s comment. Trackback, pingback, post-it and other remote comments will come afterwards I hope.