Changeset - 25c5995db18c
[Not reviewed]
0 1 1
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-06 22:15:06
bkuhn@ebb.org
Move footer info to about page; add licensing info.

Add the licensing information given by Tony Sebro.

Move other materials to about.
2 files changed with 47 insertions and 6 deletions:
0 comments (0 inline, 0 general)
about/about.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>
 
</head>
 
<body>
 

	
 
  <h2>Wiki Site Layout</h2>
 
  
 
<p>Base template
 
by <a href="http://anonscm.debian.org/gitweb/?p=users/jak/website.git;a=blob;f=templates/page.tmpl;h=e2190af9df068b06cfc346905ef3cf3a558aace7;hb=HEAD">Julian
 
       Andres Klode</a> which is
 
       <a rel="license"
 
       href="http://creativecommons.org/licenses/by-sa/3.0/"> under
 
       a <a rel="license"
 
       href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
 
       Attribution-ShareAlike 3.0 Unported License</a>, and was modified
 
       by <a href="http://wandborg.se">Joar Wandborg</a> under the same
 
         license.</p>
 

	
 
<p><a rel="license"
 
      href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative
 
      Commons License" style="border-width:0"
 
      src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"
 
      /></a><br />The entire Wiki, including its layout, templates, and
 
      contents are licensed under <a rel="license"
 
      href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons
 
      Attribution-ShareAlike 4.0 International License</a>.</p>
 

	
 
<p>The wiki is powered by <a href="http://ikiwiki.info/">ikiwiki</a>, and
 
  should be <a href="http://validator.w3.org/check?uri=referer">valid (X)HTML
 
    5</a><br/>
 

	
 
  <h2>Javascript licensing</h2>
 
  
 
<p><a href="/about/javascript.html" rel="jslicense">Javascript license
 
    information</a> if available on a separate page for LibreJS use.</p>
 
</body></html>
templates/page.tmpl
Show inline comments
...
 
@@ -94,18 +94,20 @@
 
      </div> <!-- /container -->
 
    </div>
 

	
 
      <footer role="contentinfo">
 
        <div class="container">
 
            <p>
 
                Base template by <a href="http://anonscm.debian.org/gitweb/?p=users/jak/website.git;a=blob;f=templates/page.tmpl;h=e2190af9df068b06cfc346905ef3cf3a558aace7;hb=HEAD">Julian Andres Klode</a> - Creative Commons 3.0 BY-SA licensed, modified by <a href="http://wandborg.se">Joar Wandborg</a> under the same license.<br/>
 

	
 
                Powered by <a href="http://ikiwiki.info/">ikiwiki</a> -
 

	
 
                <a href="http://validator.w3.org/check?uri=referer">Valid (X)HTML 5</a><br/>
 
                <a href="/about/javascript.html" rel="jslicense">Javascript license information</a>
 
              <a href="/about/about.html">About this site</a><br/>
 
              By submitting changes and/or additions to this site, you irrevocably
 
              agree to release your contribution under the
 
              <a rel="license"
 
              href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
 
              Commons Attribution-ShareAlike 4.0 International License</a>, with the understanding that a hyperlink or
 
              URL is sufficient for CC BY-SA 4.0 attribution.<br/>
 
              <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a>
 
            </p>
 
        </div>
 
      </footer>
 
      <script src="<TMPL_VAR BASEURL>jquery-1.10.2.js"></script>
 
      <script src="<TMPL_VAR BASEURL>bootstrap.js"></script>
 
</body>
0 comments (0 inline, 0 general)