Javascript details for LibreJS compliance.

I followed the instructions on
http://www.gnu.org/software/librejs/free-your-javascript.html to do
this.
This commit is contained in:
Bradley M. Kuhn 2014-11-05 18:35:32 -05:00
parent b10c7df3d5
commit 8e49a234ff
2 changed files with 33 additions and 1 deletions

31
about/javascript.html Normal file
View file

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Javascript used on this site</title>
<p>This site attempts to be compliant
with <a href="http://www.gnu.org/software/librejs/">LibreJS</a> and respect
the freedoms of users who load this site. Here is the Javscript used on
this site, with license information and source code:
table id="jslicense-labels1">
<thead>
<tr><th>Script</th><th>License</th><th>Source</th></tr>
</thead>
<tr>
<td><a href="/bootstrap.js">bootstrap.js</a>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
<td><a href="/bootstrap-3.0.0.zip">bootstrap source code</a> </td>
</tr>
<tr>
<td><a href="/js/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
<td><a href="https://jquery.org/license/">permissive MIT
License</a></td>
<td><a href="/jquery-1.10.2-source.js">jQuery 1.10.2 source code</a> </td>
</tr>
</table>

View file

@ -107,5 +107,6 @@
</footer>
<script src="<TMPL_VAR BASEURL>jquery-1.10.2.js"></script>
<script src="<TMPL_VAR BASEURL>bootstrap.js"></script>
</body>
<a href="/about/javascript.html" rel="jslicense">Javascript license information</a>
</body>
</html>