> It would be much more maintainable (and easy for other LibreJS users to find > working websites) if I, or another LibreJS user could have simply sent in my > file's license, URL and md5 sum (or sha256) to a hosted database in some > type of delimited format similar to this (and maybe a link to where the > full codebase license can be found, to verify truth): > > AGPLv3 | 0fa0c4e1464c8a95b33f59a3259d9b77 | > http://ahungry.com/js/eqauctions.js
LibreJS does contain a mechanism like this, see the thread here: http://lists.gnu.org/archive/html/help-librejs/2014-12/msg00000.html or the data/script_libraries/ directory in the source code. It sounds like we need to improve the documentation around this feature.
