add initial findings
This commit is contained in:
62
c2014/mycode/index.html
Normal file
62
c2014/mycode/index.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!--
|
||||
Coded by Garrett Mills
|
||||
http://glmills.gq/
|
||||
Last Edited on 5 August 13:14
|
||||
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
||||
http://glmills.gq/mycode/licenses/CCA-SA4.html
|
||||
-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/pageDep/styles/mycode.css"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
|
||||
<div class="content">
|
||||
<img id="codeword" src="/pageDep/images/codele.png"></img>
|
||||
<center><h1 id="codebygarrett">/* Coded by Garrett Mills */</h1>
|
||||
<p>Scroll for Info</p></center>
|
||||
<p>All of my code is formatted neatly for the sake of open source use. Whether you are
|
||||
using a JavaScript snippet, some Python code, or an entire Java project, the internal
|
||||
comments make it easy to identify what the code is used for.</p>
|
||||
|
||||
<h2>My Header</h2>
|
||||
<p>On every file on all of my projects, you will see my header. This header serves to identify
|
||||
the code as mine, provide info on when it was last edited, as well as inform the viewer of
|
||||
their rights and limitations for manipulating my code. The header looks as follows.</p>
|
||||
|
||||
<h4 id="headerCode">
|
||||
Coded by Garrett Mills <br/>
|
||||
http://glmills.gq/ <br/>
|
||||
Last Edited on MM/DD/YYYY HH:MM <br/>
|
||||
This code is licensed under THIS LICENSE <br/>
|
||||
http://glmills.gq/mycode/license <br/>
|
||||
</h4>
|
||||
|
||||
<h2>Licensing</h2>
|
||||
<p>I am a firm believer in open-source. I have learned a great many things by looking at someone else's
|
||||
code to see how they accomplished a task. While all of my projects are open-source, and available on GitHub,
|
||||
some projects have restrictions on how you can use the code in them. The individual licenses for each project
|
||||
are linked in each project file, however, you can view the licenses <a href="/mycode/licenses">here.</a></p>
|
||||
|
||||
<h2>GitHub</h2>
|
||||
<p>All of my projects (including this website) are available for access on GitHub in their respective
|
||||
repositories. All the code is subject to its respective licenses. <a href="http://github.com/glmills">Go to GitHub</a></p>
|
||||
|
||||
<h2>http://lib.glmills.gq/</h2>
|
||||
<p><a href="/lib">lib.glmills.gq</a> is the location of all of my publicly accessable web development files, such as JavaScript, CSS, PHP,
|
||||
All code placed here, unless otherwise stated, is licensed under the <a href="/mycode/licenses">GNU Affero GPL 3.0</a></p>
|
||||
|
||||
<h2>This Website:</h2>
|
||||
<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/>-->
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">glmills.gq</span> by
|
||||
<a xmlns:cc="http://creativecommons.org/ns#" href="http://glmills.gq" property="cc:attributionName" rel="cc:attributionURL">Garrett Mills</a>
|
||||
is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike
|
||||
4.0 International License</a>.
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
15
c2014/mycode/licenses/CCA-SA4.html
Normal file
15
c2014/mycode/licenses/CCA-SA4.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
Coded by Garrett Mills
|
||||
http://glmills.gq/
|
||||
Last Edited on 5 August 13:14
|
||||
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
||||
http://glmills.gq/mycode/licenses/CCA-SA4.html
|
||||
-->
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.location = "http://creativecommons.org/licenses/by-sa/4.0/legalcode"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
15
c2014/mycode/licenses/affero.html
Normal file
15
c2014/mycode/licenses/affero.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
Coded by Garrett Mills
|
||||
http://glmills.gq/
|
||||
Last Edited on 5 August 13:14
|
||||
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
||||
http://glmills.gq/mycode/licenses/CCA-SA4.html
|
||||
-->
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
window.location = "http://pastebin.com/embed_iframe.php?i=kR5jtYM1"
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
65
c2014/mycode/licenses/index.html
Normal file
65
c2014/mycode/licenses/index.html
Normal file
@@ -0,0 +1,65 @@
|
||||
<!--
|
||||
Coded by Garrett Mills
|
||||
http://glmills.gq/
|
||||
Last Edited on 5 August 13:14
|
||||
This code is licensed under Creative Commons Attribution-ShareAlike 4.0 International License
|
||||
http://glmills.gq/mycode/licenses/CCA-SA4.html
|
||||
-->
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script type="text/javascript" src="/pageDep/script/headsup.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript" src="/pageDep/script/setup.js"></script>
|
||||
<div class="content">
|
||||
<h1>Licenses</h1>
|
||||
<h3>GNU Affero General Public License v3.0</h3>
|
||||
<h5>You Must:</h5>
|
||||
<ul>
|
||||
<li>Provide Open Source Code</li>
|
||||
<li>Include License and Copyright with Code</li>
|
||||
<li>Provide Digital Source Code to Users via the Network</li>
|
||||
<li>State Changes Made to the Code</li>
|
||||
</ul>
|
||||
<h5>You May:</h5>
|
||||
<ul>
|
||||
<li>Use the Software Commercially</li>
|
||||
<li>Redistribute Source</li>
|
||||
<li>Modify Source</li>
|
||||
<li>Be Granted Patent Rights</li>
|
||||
<li>Use and Modify the Source without Distribution</li>
|
||||
</ul>
|
||||
<h5>You May Not:</h5>
|
||||
<ul>
|
||||
<li>Hold the Author Liable for any Damage</li>
|
||||
<li>Sublicense the Software</li>
|
||||
</ul>
|
||||
<h5>Note: This summary in no way substitutes the full license text, available <a href="/mycode/licenses/affero.html">here.</a></h5>
|
||||
|
||||
<h3>Creative Commons Attribution-ShareAlike 4.0 International License</h3>
|
||||
<h5>You Must:</h5>
|
||||
<ul>
|
||||
<li>Supply Appropriate Credit to the Author</li>
|
||||
<li>Provide a Link to the License</li>
|
||||
<li>Indicate Changes Made to the Original</li>
|
||||
<li>License Distributed Work Ander the Same License</li>
|
||||
</ul>
|
||||
<h5>You May:</h5>
|
||||
<ul>
|
||||
<li>Copy and Redistribute this Work in Any Format</li>
|
||||
<li>Remix, Transform, and Build Upon the Material</li>
|
||||
<li>Use This Work Commercially</li>
|
||||
</ul>
|
||||
<h5>You May Not:</h5>
|
||||
<ul>
|
||||
<li>Apply Legal Terms that Restrict This License</li>
|
||||
<li>Apply Technological Measures to Restrict This License</li>
|
||||
</ul>
|
||||
<h5>Note: This summary in no way substitutes the full license text, available <a href="/mycode/licenses/CCA-SA4.html">here.</a></h5>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user