added javascript license table
This commit is contained in:
parent
3b29bb3b59
commit
dcbdb20431
54
assets/javascript.html
Normal file
54
assets/javascript.html
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
<table id="jslicense-labels1">
|
||||||
|
<tr>
|
||||||
|
<th>Javascript file</th>
|
||||||
|
<th>License canonical URL</th>
|
||||||
|
<th>Original file</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/manifest.js">manifest.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/manifest.js">manifest.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/polyfill.js">polyfill.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/polyfill.js">polyfill.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/app.js">app.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/app.js">app.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/vendor.js">vendor.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/vendor.js">vendor.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/home.js">home.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/home.js">home.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/page.js">page.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/page.js">page.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="/assets/js/post.js">post.js</a></td>
|
||||||
|
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
|
||||||
|
<td><a href="/assets/js/post.js">post.js</a></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td><a href="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js">webfont.js</a></td>
|
||||||
|
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
|
||||||
|
<td><a href="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js">webfont.js</a></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
|
@ -22,11 +22,14 @@
|
||||||
|
|
||||||
{{!-- This variable is used to make the search form work --}}
|
{{!-- This variable is used to make the search form work --}}
|
||||||
<script>
|
<script>
|
||||||
const ghostHost = "{{@site.url}}"
|
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
||||||
|
const ghostHost = "{{@site.url}}"
|
||||||
|
// @license-end
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{{!-- This script loads the Google fornt asynchronously --}}
|
{{!-- This script loads the Google fornt asynchronously --}}
|
||||||
<script>
|
<script>
|
||||||
|
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
|
||||||
WebFontConfig = {
|
WebFontConfig = {
|
||||||
google: { families: ['Source+Sans+Pro:400,600,700'] }
|
google: { families: ['Source+Sans+Pro:400,600,700'] }
|
||||||
};
|
};
|
||||||
|
@ -37,6 +40,7 @@
|
||||||
wf.async = true;
|
wf.async = true;
|
||||||
s.parentNode.insertBefore(wf, s);
|
s.parentNode.insertBefore(wf, s);
|
||||||
})(document);
|
})(document);
|
||||||
|
// @license-end
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="{{body_class}}">
|
<body class="{{body_class}}">
|
||||||
|
|
|
@ -9,6 +9,7 @@ This footer template is shared across all the pages.
|
||||||
<span> • </span>
|
<span> • </span>
|
||||||
<span>{{t "Published with"}} <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a></span>
|
<span>{{t "Published with"}} <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a></span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<nav class="m-footer-social">
|
<nav class="m-footer-social">
|
||||||
{{#if @site.facebook}}
|
{{#if @site.facebook}}
|
||||||
<a href="{{facebook_url @site.facebook}}" target="_blank" rel="noopener" aria-label="Facebook">
|
<a href="{{facebook_url @site.facebook}}" target="_blank" rel="noopener" aria-label="Facebook">
|
||||||
|
@ -21,5 +22,8 @@ This footer template is shared across all the pages.
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</nav>
|
</nav>
|
||||||
|
<p style="margin-top: 1rem;" class="m-footer-copyright"><span>
|
||||||
|
<a href="/assets/javascript.html" rel="jslicense">JavaScript license information</a>
|
||||||
|
</span></p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue