FreedomBox/static/jslicense.html
Sunil Mohan Adapa ac103d7132
*: Remove use of Turbolinks library
See #1841 for discussion on why Turbolinks needs to be removed.

Closes: #1841.
Closes: #1804.

Tests performed:

- There are no more references to 'turbolinks' in source code other than .po(t)
  files and the manual.

- When loading a page, turbolinks.js is no longer loaded.

- The following links don't have data-turbolinks attribute and work well when
  clicked.a
  - Gitweb repository links
  - Download manual links (en, es)
  - Ikiwiki wiki links
  - Sharing app web share links
  - TT-RSS mobile app link
  - 'Launch web client' button
  - 'Launch' button in web section of clients table
  - Active and regular front page shortcut

- Roundcube does not have a link to /roundcube in description.

- turblinks not present in /static/jslicense.html . LibreJs accepts all scripts.

Reported-by: Veiko Aasa <veiko17@disroot.org>
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Tested-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2020-06-03 10:29:19 +03:00

102 lines
3.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>JavaScript License Information</title>
<style>
td {
padding: 5px;
}
</style>
</head>
<body>
<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="/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>