]> granicus.if.org Git - pdns/commit
Add src JS files
authorSander Hoentjen <shoentjen@antagonist.nl>
Wed, 13 Jan 2016 15:23:41 +0000 (16:23 +0100)
committerSander Hoentjen <shoentjen@antagonist.nl>
Wed, 27 Jan 2016 10:45:54 +0000 (11:45 +0100)
commit7cc65f8ab23ff40c03994be3e5e57cd279b3f1f6
treef226a6fa1c424aa2877ea1e53c2d2c9eee4006b5
parentbf05ce7fada77b29b20d680d7e81cf47bebab508
Add src JS files

The reason for this is to make downstreams like Fedora happy. This makes
checking those files for changes against upstream for example easier.

In the progress I updated the js-libraries so I know which versions are used
for both src and minified version. This is noted in the file src_js/SOURCES

Also I deleted jsrender.js and purl.js because the were unused.

Finally I added a Makefile option to build the minified js files yourself if
you want to do so.
16 files changed:
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/html/index.html
pdns/dnsdistdist/html/js/d3.min.js [new file with mode: 0644]
pdns/dnsdistdist/html/js/d3.v3.js [deleted file]
pdns/dnsdistdist/html/js/jquery-1.8.3.min.js [deleted file]
pdns/dnsdistdist/html/js/jquery.min.js [new file with mode: 0644]
pdns/dnsdistdist/html/js/jsrender.js [deleted file]
pdns/dnsdistdist/html/js/moment.min.js
pdns/dnsdistdist/html/js/purl.js [deleted file]
pdns/dnsdistdist/html/js/rickshaw.min.js
pdns/dnsdistdist/html/js/underscore-min.js [deleted file]
pdns/dnsdistdist/src_js/SOURCES [new file with mode: 0644]
pdns/dnsdistdist/src_js/d3.js [new file with mode: 0644]
pdns/dnsdistdist/src_js/jquery.js [new file with mode: 0644]
pdns/dnsdistdist/src_js/moment.js [new file with mode: 0644]
pdns/dnsdistdist/src_js/rickshaw.js [new file with mode: 0644]