Changeset - 58ee05ff6818
[Not reviewed]
0 1 1
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-05 23:45:54
bkuhn@ebb.org
[PATCH] Javascript details for LibreJS compliance.

I followed the instructions on
http://www.gnu.org/software/librejs/free-your-javascript.html to do
this.
2 files changed with 32 insertions and 0 deletions:
0 comments (0 inline, 0 general)
about/javascript.html
Show inline comments
 
new file 100644
 
<?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>
 
  
templates/page.tmpl
Show inline comments
...
 
@@ -107,5 +107,6 @@
 
      </footer>
 
      <script src="<TMPL_VAR BASEURL>jquery-1.10.2.js"></script>
 
      <script src="<TMPL_VAR BASEURL>bootstrap.js"></script>
 
      <a href="/about/javascript.html" rel="jslicense">Javascript license information</a>
 
</body>
 
</html>
0 comments (0 inline, 0 general)