FooBarWidget / mizuho

Documentation formatting tool. Converts Asciidoc input into nicely formatted HTML.
https://github.com/FooBarWidget/mizuho
MIT License
71 stars 7 forks source link

jquery embedded without source #6

Open debfx opened 10 years ago

debfx commented 10 years ago

mizuho contains minified jquery code (templates/jquery-1.6.1.min.js, templates/jquery-1.7.1.min.js) without the corresponding (uncompressed) source code. Distributions like Debian consider this as non-free software so these files would have to be manually stripped from the mizuho tarball.

Please consider shipping the uncompressed jquery library alongside the minified version.