
On Mon, 2013-12-16 at 00:22 +0000, Jared Meidal wrote:
Would a better action be to move these annotations into the launchpad templates/bugs area, or can the web CMS handle notes in the backend for the developers only?
It would. And in fact there might be a way to check the content for such notes:
wget http://www.inkscape.org/media/content.json.gz gunzip content.json.gz json-pretty < content.json > pretty-content.json
grep TODO pretty-content.json
You can check for other things and it could be used to check for translation coverage too. Note that these tools haven't been written so it's up to bashists and pythonistas to use the site's cms data provided in the json format to discover things that will help us manage the site. Awesome scripts should be added to the utils directory for the site.
Best Regards, Martin Owens
[1] content is backed-up into these files once a night for live and has a certain amount of trailing legacy so can be used to recover data accidentally deleted too.