js: Full librejs compatibility

Add information about all JS licenses into the Javascript licenses page so that
librejs detects it. In all Plinth pages and jsxc launch page.

Add doctype and fix styling.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Sunil Mohan Adapa 2019-01-28 21:48:35 -08:00 committed by Joseph Nuthalapati
parent fa06f75ba1
commit 68777a5cfe
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -1,21 +1,110 @@
<!doctype html>
<html>
<head>
<title>JavaScript license Information</title>
<style>a {
text-align:center;
width:300;
<title>JavaScript License Information</title>
<style>
td {
padding: 5px;
}
</style>
</head>
<body>
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500">
<tr>
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
<h1>JavaScript Web Labels Table</h1>
<table id="jslicense-labels1">
<tbody>
<tr>
<td><a href="/javascript/jquery/jquery.min.js">jquery.min.js</a></td>
<td>
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>,
<a href="http://www.gnu.org/licenses/gpl-2.0.html">
GNU General Public License version 2 or later</a>
</td>
<td><a href="https://salsa.debian.org/js-team/jquery.git">
jquery</a></td>
</tr>
<tr>
<td><a href="/javascript/bootstrap/js/bootstrap.min.js">
bootstrap.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="https://salsa.debian.org/js-team/twitter-bootstrap3.git">
twitter-bootstap3</a></td>
</tr>
<tr>
<td><a href="/javascript/modernizr/modernizr.min.js">
modernizr.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="https://salsa.debian.org/js-team/modernizr.git">
modernizr</a></td>
</tr>
<tr>
<td><a href="/javascript/turbolinks/turbolinks.js">
turbolinks.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://salsa.debian.org/js-team/node-turbolinks.git">
node-turbolinks</a>
</td>
</tr>
<tr>
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td>
<a href="http://www.gnu.org/licenses/agpl-3.0.html">
GNU Affero General Public License, version 3 or later</a>
</td>
<td>
<a href="https://salsa.debian.org/js-team/jquery-goodies.git">
jquery-goodies</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jquery-fullscreen/jquery.fullscreen.js">
jquery.fullscreen.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://salsa.debian.org/js-team/jquery-goodies.git">
jquery-goodies</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jsxc/jsxc.js">jsxc.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://alioth-archive.debian.org/git/pkg-javascript/libjs-jsxc.git.tar.xz">
libjs-jsxc</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jsxc/lib/jsxc.dep.js">jsxc.dep.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://alioth-archive.debian.org/git/pkg-javascript/libjs-jsxc.git.tar.xz">
libjs-jsxc</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jquery-ui/jquery-ui.min.js">
jqueryui.min.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td>
<a href="https://salsa.debian.org/js-team/jqueryui.git">
jqueryui</a>
</td>
</tr>
<tr>
<td><a href="/javascript/jquery-slimscroll/jquery.slimscroll.min.js">
jquery.slimscroll.min.js</a></td>
<td>
<a href="http://www.jclark.com/xml/copying.txt">Expat</a>,
<a href="http://www.gnu.org/licenses/gpl-2.0.html">
GNU General Public License version 2 or later</a>
</td>
<td>
<a href="https://salsa.debian.org/ruby-team/ruby-rails-assets-jquery.slimscroll.git">
ruby-rails-assets-jquery.slimscroll</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>