Move footer info to about page; add licensing info.
Add the licensing information given by Tony Sebro. Move other materials to about.
This commit is contained in:
		
							parent
							
								
									bcd3db6c70
								
							
						
					
					
						commit
						25c5995db1
					
				
					 2 changed files with 47 additions and 6 deletions
				
			
		
							
								
								
									
										39
									
								
								about/about.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								about/about.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,39 @@ | |||
| <?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> | ||||
|  | @ -97,12 +97,14 @@ | |||
|       <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> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn