5 Feb 18:17
Re: co-ment text annotation and commenting system
Philippe Aigrain wrote: > About a year ago, there were a few posts on this list on text annotation > systems. We have developed an entirely new system whose client commenting > interface is inspired from the STET system used for the GPLv3 revision, but > with a much extended overall functionality : > - the system provides a full symetrical service : anyone can upload or create > texts and manage rights of access and commenting, > - Comments can be tagged and there are a number of basic workflows for > processing them, > - text versioning is included, > - exports are in process. > > The code base is licensed under the Affero GPLv3, with a trademark restriction > clause (co-ment is a registered trademark that can not be used without > authorization). Technology : AJAX + Django + PostgreSQL. Wow, Phillipe this is amazing -- I'm particularly happy that the code is in python. I'll definitely be checking this out. We developed our original code [1] for use on http://demo.openshakespeare.net but have been hampered by the performance issues of using js to parse through large texts (e.g. a shakespeare play). One way to deal with this (that the author of marginalia has explored) is to use xpath locations but that apparently does not work on IE. How have you dealt with the performance issues and does co-ment work in both IE and Firefox? [1]: http://knowledgeforge.net/shakespeare/svn/annotater/trunk > We operate the service at :(Continue reading)
RSS Feed