javascript.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  4. <head>
  5. <title>Javascript used on this site</title>
  6. </head>
  7. <body>
  8. <p>This site attempts to be compliant
  9. with <a href="http://www.gnu.org/software/librejs/">LibreJS</a> and respect
  10. the freedoms of users who load this site. Here is the Javscript used on
  11. this site, with license information and source code:</p>
  12. <table id="jslicense-labels1">
  13. <thead>
  14. <tr><th>Script</th><th>License</th><th>Source</th></tr>
  15. </thead>
  16. <tr>
  17. <td><a href="/bootstrap.js">bootstrap.js</a></td>
  18. <td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
  19. <td><a href="/bootstrap-3.0.0.zip">bootstrap source code</a> </td>
  20. </tr>
  21. <tr>
  22. <td><a href="/jquery-1.10.2.js">jquery-1.10.2.js</a></td>
  23. <td><a href="https://jquery.org/license/">permissive MIT
  24. License</a></td>
  25. <td><a href="/jquery-1.10.2-source.js">jQuery 1.10.2 source code</a> </td>
  26. </tr>
  27. </table>
  28. </body>
  29. </html>