]> wpdd.info Git - www.git/commitdiff
Import the wpdd.info website into version control
authorJason Self <j@jxself.org>
Sat, 17 Sep 2022 05:15:54 +0000 (22:15 -0700)
committerJason Self <j@jxself.org>
Sat, 17 Sep 2022 05:15:54 +0000 (22:15 -0700)
README [new file with mode: 0644]
about.html [new file with mode: 0644]
faq.html [new file with mode: 0644]
footer.html [new file with mode: 0644]
header.html [new file with mode: 0644]
index.html [new file with mode: 0644]
navigation.html [new file with mode: 0644]
style.css [new file with mode: 0644]
template.html [new file with mode: 0644]
wpdd.html [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..771e1f5
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+This is the website for the Worldwide Public Domain Dedication (WPDD): 
+https://wpdd.info/
+
+Aside from trademarks, this work is licensed under the Creative 
+Commons Attribution-ShareAlike 4.0 International License: 
+http://creativecommons.org/licenses/by-sa/4.0/
+
+The WPDD itself is licensed separately under the terms stated in the 
+WPDD.
\ No newline at end of file
diff --git a/about.html b/about.html
new file mode 100644 (file)
index 0000000..6d13767
--- /dev/null
@@ -0,0 +1,94 @@
+<!--#include virtual="header.html" -->
+  <title>About the Worldwide Public Domain Dedication (WPDD)</title>
+</head>
+<body>
+<!--#include virtual="navigation.html" -->
+  <main>
+    <article>
+      <section>
+        <h3>In May 2022 a conversation in the FSF's IRC channel on
+        Libera.​Chat got me thinking that that there may be a
+        benefit to having a version of CC0 that does address
+        patents.</h3>
+        <p>A later development where Fedora began to <a href=
+        "https://lwn.net/Articles/902410/">ban code under CC0</a>
+        caused me to accelerate my plans to make this public.</p>
+        <p>To be sure, my general position is that using a strong
+        copyleft license like <a href=
+        "https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-or-later</a>
+        is best, but the existence of things like The Unlicense
+        show that there's still an interest in such things
+        nonetheless.</p>
+        <p>A challenge with this is that you don't get one single
+        copyright but many different copyrights from various
+        countries around the world. Even if one area of the world
+        lets you specifically waive or abandon your copyright
+        somehow, that only takes care of one of your many
+        copyrights. If you then ask whether you can also do that
+        with the remainder of your copyrights from all of those
+        other countries around the world, the situation quickly
+        becomes more complicated.</p>
+        <p>What I've found is that the answer seems to be "no";
+        that it's not really possible to make something be free of
+        copyright restrictions on a worldwide basis. This leaves an
+        open question about whether things such as The Unlicense
+        can actually operate as intended.</p>
+        <p>Creative Commons tried to address this with CC0, which
+        was designed to work as both a waiver of rights and also
+        included a broad permissive license as a fallback for the
+        cases where that wouldn't work.</p>
+        <p>When reading about The Unlicense, a <a href=
+        "https://www.gnu.org/licenses/license-list.html#Unlicense">comment
+        on gnu.org</a> is that "If you want to release your work to
+        the public domain, we recommend you use CC0. CC0 also
+        provides a public domain dedication with a fallback
+        license, and is more thorough and mature than The
+        Unlicense."</p>
+        <p>When drafting CC0 Creative Commons <a href=
+        "https://web.archive.org/web/20150906005825/https://lists.opensource.org/pipermail/license-review/2012-February/000231.html">
+        didn't imagine</a> it being used for software and had
+        primarily targeted the scientific data community, which
+        resulted in language being added that patent rights were
+        not granted.</p>
+        <p>Software patents are an ever-growing concern and so it
+        is important to use licenses with explicit patent grants in
+        them (this is another reason why the AGPL-3.0-or-later I
+        mentioned earlier wins out.) When Creative Commons tried to
+        get CC0 approved by both the FSF and OSI, the concerns over
+        explicitly not granting patent rights eventually resulted
+        in them withdrawing CC0 from consideration by the OSI.</p>
+        <p>It's still listed at <a href=
+        "https://www.gnu.org/licenses/license-list.html#CC0">https://www.gnu.org/licenses/license-list.html#CC0</a>
+        but for being a "Licenses for Works of Practical Use
+        besides Software and Documentation" and a comment that it's
+        not recommmended for works of software because of the
+        patent concerns.</p>
+        <p>What are people to use if they want to waive their
+        rights (at least, as far as they can)? A choice between The
+        Unlicense, which is less mature and may not operate as
+        intended on a worldwide basis, or CC0 which raises patent
+        concerns by explicitly not granting patent rights?</p>
+        <p>In my view they should use a strong copyleft license
+        like AGPL-3.0-or-later but if they're not going to then
+        they should have access to the needed tools to put things
+        into the public domain (or at least coming as close to that
+        as they can) safely, effectively, and in a way that doesn't
+        raise patent problems.</p>
+        <p>Creative Commons <a href=
+        "https://creativecommons.org/policies/">says that they make
+        the legal code of their licenses available via CC0</a>, and
+        can be modified <a href=
+        "https://creativecommons.org/faq/#can-i-change-the-license-terms-or-conditions">
+        as long as it's renamed and none of their trademarks are
+        used</a> so I grabbed a copy of CC0 and worked with three
+        different patent attorneys in three different countries to
+        incorporate language to first waive any patents, and then
+        license them if that is not possible for some reason.</p>
+        <p>The result is what I'm calling this <a href=
+        "/">Worldwide Public Domain Dedication (WPDD)</a>.</p>
+        <p>The WPDD is currently in the drafting phase. Please feel 
+        free to review and comment.</p>
+      </section>
+    </article>
+  </main>
+<!--#include virtual="footer.html" -->
\ No newline at end of file
diff --git a/faq.html b/faq.html
new file mode 100644 (file)
index 0000000..e8e970c
--- /dev/null
+++ b/faq.html
@@ -0,0 +1,39 @@
+<!--#include virtual="header.html" -->
+  <title>FAQ - Worldwide Public Domain Dedication (WPDD)</title>
+</head>
+<body>
+<!--#include virtual="navigation.html" -->
+  <main>
+    <article>
+      <section>
+        <h3>Frequently Asked Questions</h3>
+        <p>Q: Doesn't something overly permissive like MIT-0 or
+        WTFPL accomplish the same thing?<br>
+        A: Not really. Those are based in copyright and a person
+        placing a work under MIT-0 or WTFPL isn't waiving any
+        rights - The work is still copyrighted, even if the license
+        doesn't require preservation of notices saying so (a
+        copyright notice isn't required to exist for copyright
+        itself to exist.) As such things like MIT-0 and WTFPL
+        aren't trying to accomplish the same policy goal, which is
+        a total waiver of all rights, to whatever extent that can
+        be accomplished.</p>
+        <p>Not only that but not retaining copyright notices on
+        something that is copyrighted is probably not a good idea
+        anyway. Even if the license doesn't require that they be
+        preserved, not doing so could make it harder to later track
+        down who might have a copyright interest in a given
+        work.</p>
+        <p>Q: Why doesn't the Worldwide Public Domain Dedication
+        (WPDD) include trademarks?<br>
+        A: The WPDD doesn't include trademarks because that's a
+        different area of law with a different purpose: They help
+        people identify particular goods or services as coming from
+        a specific source. Waiving patents, copyrights, and related
+        rights lets you reuse a Work but not to reuse someone
+        else's trademark to cause confusion that you are that
+        source.</p>
+      </section>
+    </article>
+  </main>
+<!--#include virtual="footer.html" -->
\ No newline at end of file
diff --git a/footer.html b/footer.html
new file mode 100644 (file)
index 0000000..e54a183
--- /dev/null
@@ -0,0 +1,11 @@
+  <footer>
+    <p>Maintained by <a href="https://jxself.org/">Jason Self</a>.
+    Aside from trademarks, this work is licensed under the <a rel=
+    "license" href=
+    "http://creativecommons.org/licenses/by-sa/4.0/">Creative
+    Commons Attribution-ShareAlike 4.0 International License</a>.
+    The WPDD itself is licensed separately under the terms stated
+    in the WPDD.</p>
+  </footer>
+</body>
+</html>
\ No newline at end of file
diff --git a/header.html b/header.html
new file mode 100644 (file)
index 0000000..0015a9a
--- /dev/null
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+  <link rel="stylesheet" href="/style.css" id="theme">
\ No newline at end of file
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..75785f3
--- /dev/null
@@ -0,0 +1,43 @@
+<!--#include virtual="header.html" -->
+  <title>Worldwide Public Domain Dedication (WPDD)</title>
+</head>
+<body>
+<!--#include virtual="navigation.html" -->
+  <main>
+    <article>
+      <section>
+        <h3>Hello, and welcome to Jason Self's Worldwide Public
+        Domain Dedication (WPDD)</h3>
+        <h4>What is it?</h4>
+        <p>This Worldwide Public Domain Dedication (WPDD) is a way
+        to permanently relinquish your patent, copyright and
+        related rights. The primary target is computer software,
+        but it should be usable with any work where copyright or
+        patent may exist.</p>
+        <p>First please let me say that you shouldn't use this, or
+        any other tool with a similar purpose (eg CC0, The
+        Unlicense, etc.). The simple fact is that your copyrights
+        are valuable. They can be used to apply strong copyleft
+        liceses like <a href=
+        "https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0-or-later</a>,
+        which requires that modified versions also remain <a href=
+        "https://www.gnu.org/philosophy/free-sw.html">free</a>.
+        Licenses like that help defend against the proprietization
+        of our stuff, which is a significant and ongoing problem
+        that we need help with.</p>
+        <p>If you don't want to engage in license enforcement
+        yourself there are options where you can assign your
+        copyright, like <a href=
+        "https://sfconservancy.org/blog/2022/may/02/copyright-assignment-project/">
+        Software Freedom Conservancy</a>.</p>
+        <p>But if you're bound and determined to waive your rights 
+        regardless, then this Worldwide Public Domain Dedication 
+        (WPDD) is one way to go about doing that. I think it's the 
+        best way under the circumstances (more mature than The 
+        Unlicense and addresses patents, which CC0 doesn't.)</p>
+        <p>The WPDD is currently in the drafting phase. Please feel 
+        free to review and comment.</p>
+      </section>
+    </article>
+  </main>
+<!--#include virtual="footer.html" -->
\ No newline at end of file
diff --git a/navigation.html b/navigation.html
new file mode 100644 (file)
index 0000000..bc966bf
--- /dev/null
@@ -0,0 +1,25 @@
+  <header>
+    <h1>Worldwide Public Domain Dedication (WPDD)</h1>
+    <nav>
+      <ul>
+        <li>
+          <a href="/">Home</a>
+        </li>
+        <li>
+          <a href="/wpdd.html">Read The WPDD</a>
+        </li>
+        <li>
+          <a href="/about.html">About</a>
+        </li>
+        <li>
+          <a href="/faq.html">FAQ</a>
+        </li>
+        <li>
+          <a href="/gitweb">GitWeb</a>
+        </li>
+        <li>
+          <a href="/cgi-bin/mailman/listinfo">Mailing Lists</a>
+        </li>
+      </ul>
+    </nav>
+  </header>
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..91ce15a
--- /dev/null
+++ b/style.css
@@ -0,0 +1,716 @@
+@charset "UTF-8";
+/*!
+awsm.css v3.0.7 (https://igoradamenko.github.io/awsm.css/)
+
+Copyright 2015 Igor Adamenko <mail@igoradamenko.com> (https://igoradamenko.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+ */
+html{
+  font-family:sans-serif;
+  font-size:100%;
+  line-height:1.4;
+  background:black;
+  color:white;
+  -webkit-overflow-scrolling:touch;
+}
+
+body{
+  margin:1.2em;
+  font-size:1rem;
+}
+@media (min-width: 20rem){
+  body{
+    font-size:calc(1rem + 0.00625 * (100vw - 20rem));
+  }
+}
+@media (min-width: 40rem){
+  body{
+    font-size:1.125rem;
+  }
+}
+body header,
+body main,
+body footer,
+body article{
+  position:relative;
+  max-width:40rem;
+  margin:0 auto;
+}
+body > header{
+  margin-bottom:3.5em;
+}
+body > header h1{
+  margin:0;
+  font-size:1.5em;
+}
+body > header p{
+  margin:0;
+  font-size:0.85em;
+}
+body > footer{
+  margin-top:6em;
+  padding-bottom:1.5em;
+  text-align:center;
+  font-size:0.8rem;
+  color:#444444;
+}
+
+nav{
+  margin:1em 0;
+}
+nav ul{
+  list-style:none;
+  margin:0;
+  padding:0;
+}
+nav li{
+  display:inline-block;
+  margin-right:1em;
+  margin-bottom:0.25em;
+}
+nav li:last-child{
+  margin-right:0;
+}
+nav a:visited{
+  color:#fd9a49;
+}
+nav a:hover{
+  color:#75c53c;
+}
+
+ul, ol{
+  margin-top:0;
+  padding-top:0;
+  padding-left:2.5em;
+}
+ul li + li, ol li + li{
+  margin-top:0.25em;
+}
+ul li > details, ol li > details{
+  margin:0;
+}
+
+p{
+  margin:1em 0;
+  -webkit-hyphens:none;
+      -ms-hyphens:none;
+          hyphens:none;
+}
+p:first-child{
+  margin-top:0;
+}
+p:last-child{
+  margin-bottom:0;
+}
+p + ul, p + ol{
+  margin-top:-0.75em;
+}
+p img, p picture{
+  float:right;
+  margin-bottom:0.5em;
+  margin-left:0.5em;
+}
+p picture img{
+  float:none;
+  margin:0;
+}
+
+dd{
+  margin-bottom:1em;
+  margin-left:0;
+  padding-left:2.5em;
+}
+
+dt{
+  font-weight:700;
+}
+
+blockquote{
+  margin:0;
+  padding-left:2.5em;
+}
+
+aside{
+  margin:0.5em 0;
+  font-style:italic;
+  color:#444444;
+}
+@media (min-width: 65rem){
+  aside{
+    position:absolute;
+    right:-12.5rem;
+    width:9.375rem;
+    max-width:9.375rem;
+    margin:0;
+    padding-left:0.5em;
+    font-size:0.8em;
+    border-left:1px solid #222222;
+  }
+}
+aside:first-child{
+  margin-top:0;
+}
+aside:last-child{
+  margin-bottom:0;
+}
+
+section + section{
+  margin-top:2em;
+}
+
+h1, h2, h3, h4, h5, h6{
+  margin:1.25em 0 0;
+  line-height:1.2;
+}
+h1:hover > a[href^="#"][id]:empty, h1:focus > a[href^="#"][id]:empty, h2:hover > a[href^="#"][id]:empty, h2:focus > a[href^="#"][id]:empty, h3:hover > a[href^="#"][id]:empty, h3:focus > a[href^="#"][id]:empty, h4:hover > a[href^="#"][id]:empty, h4:focus > a[href^="#"][id]:empty, h5:hover > a[href^="#"][id]:empty, h5:focus > a[href^="#"][id]:empty, h6:hover > a[href^="#"][id]:empty, h6:focus > a[href^="#"][id]:empty{
+  opacity:1;
+}
+h1 + p, h1 + details, h2 + p, h2 + details, h3 + p, h3 + details, h4 + p, h4 + details, h5 + p, h5 + details, h6 + p, h6 + details{
+  margin-top:0.5em;
+}
+h1 > a[href^="#"][id]:empty, h2 > a[href^="#"][id]:empty, h3 > a[href^="#"][id]:empty, h4 > a[href^="#"][id]:empty, h5 > a[href^="#"][id]:empty, h6 > a[href^="#"][id]:empty{
+  position:absolute;
+  left:-0.65em;
+  opacity:0;
+  text-decoration:none;
+  font-weight:400;
+  line-height:1;
+  color:#444444;
+}
+@media (min-width: 40rem){
+  h1 > a[href^="#"][id]:empty, h2 > a[href^="#"][id]:empty, h3 > a[href^="#"][id]:empty, h4 > a[href^="#"][id]:empty, h5 > a[href^="#"][id]:empty, h6 > a[href^="#"][id]:empty{
+    left:-0.8em;
+  }
+}
+h1 > a[href^="#"][id]:empty:target, h1 > a[href^="#"][id]:empty:hover, h1 > a[href^="#"][id]:empty:focus, h2 > a[href^="#"][id]:empty:target, h2 > a[href^="#"][id]:empty:hover, h2 > a[href^="#"][id]:empty:focus, h3 > a[href^="#"][id]:empty:target, h3 > a[href^="#"][id]:empty:hover, h3 > a[href^="#"][id]:empty:focus, h4 > a[href^="#"][id]:empty:target, h4 > a[href^="#"][id]:empty:hover, h4 > a[href^="#"][id]:empty:focus, h5 > a[href^="#"][id]:empty:target, h5 > a[href^="#"][id]:empty:hover, h5 > a[href^="#"][id]:empty:focus, h6 > a[href^="#"][id]:empty:target, h6 > a[href^="#"][id]:empty:hover, h6 > a[href^="#"][id]:empty:focus{
+  opacity:1;
+  box-shadow:none;
+  color:white;
+}
+h1 > a[href^="#"][id]:empty:target:focus, h2 > a[href^="#"][id]:empty:target:focus, h3 > a[href^="#"][id]:empty:target:focus, h4 > a[href^="#"][id]:empty:target:focus, h5 > a[href^="#"][id]:empty:target:focus, h6 > a[href^="#"][id]:empty:target:focus{
+  outline:none;
+}
+h1 > a[href^="#"][id]:empty::before, h2 > a[href^="#"][id]:empty::before, h3 > a[href^="#"][id]:empty::before, h4 > a[href^="#"][id]:empty::before, h5 > a[href^="#"][id]:empty::before, h6 > a[href^="#"][id]:empty::before{
+  content:"§ ";
+}
+
+h1{
+  font-size:2.5em;
+}
+
+h2{
+  font-size:1.75em;
+}
+
+h3{
+  font-size:1.25em;
+}
+
+h4{
+  font-size:1.15em;
+}
+
+h5{
+  font-size:1em;
+}
+
+h6{
+  margin-top:1em;
+  font-size:1em;
+  color:#444444;
+}
+
+article + article{
+  margin-top:4em;
+}
+article header p{
+  font-size:0.6em;
+  color:#444444;
+}
+article header p + h1, article header p + h2{
+  margin-top:-0.25em;
+}
+article header h1 + p, article header h2 + p{
+  margin-top:0.25em;
+}
+article header h1 a, article header h2 a{
+  color:white;
+}
+article header h1 a:visited, article header h2 a:visited{
+  color:#444444;
+}
+article header h1 a:visited:hover, article header h2 a:visited:hover{
+  color:#75c53c;
+}
+article > footer{
+  margin-top:1.5em;
+  font-size:0.85em;
+}
+
+a{
+  color:#fd9a49;
+}
+a:visited{
+  color:#7b4a29;
+}
+a:hover, a:active{
+  outline-width:0;
+}
+a:hover{
+  color:#75c53c;
+}
+a abbr{
+  font-size:1em;
+}
+
+abbr{
+  margin-right:-0.075em;
+  text-decoration:none;
+  -webkit-hyphens:none;
+      -ms-hyphens:none;
+          hyphens:none;
+  letter-spacing:0.075em;
+  font-size:0.9em;
+}
+
+img, picture{
+  display:block;
+  max-width:100%;
+  margin:0 auto;
+}
+
+audio, video{
+  width:100%;
+  max-width:100%;
+}
+
+figure{
+  margin:1em 0 0.5em;
+  padding:0;
+}
+figure + p{
+  margin-top:0.5em;
+}
+figure figcaption{
+  opacity:0.65;
+  font-size:0.85em;
+}
+
+table{
+  display:inline-block;
+  border-spacing:0;
+  border-collapse:collapse;
+  overflow-x:auto;
+  max-width:100%;
+  text-align:left;
+  vertical-align:top;
+  background:linear-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%) 0 0, linear-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%) 100% 0;
+  background-attachment:scroll, scroll;
+  background-size:1px 100%, 1px 100%;
+  background-repeat:no-repeat, no-repeat;
+}
+table caption{
+  font-size:0.9em;
+  background:black;
+}
+table td, table th{
+  padding:0.35em 0.75em;
+  vertical-align:top;
+  font-size:0.9em;
+  border:1px solid #222222;
+  border-top:0;
+  border-left:0;
+}
+table td:first-child, table th:first-child{
+  padding-left:0;
+  background-image:linear-gradient(to right, black 50%, rgba(0, 0, 0, 0) 100%);
+  background-size:2px 100%;
+  background-repeat:no-repeat;
+}
+table td:last-child, table th:last-child{
+  padding-right:0;
+  border-right:0;
+  background-image:linear-gradient(to left, black 50%, rgba(0, 0, 0, 0) 100%);
+  background-position:100% 0;
+  background-size:2px 100%;
+  background-repeat:no-repeat;
+}
+table td:only-child, table th:only-child{
+  background-image:linear-gradient(to right, black 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, black 50%, rgba(0, 0, 0, 0) 100%);
+  background-position:0 0, 100% 0;
+  background-size:2px 100%, 2px 100%;
+  background-repeat:no-repeat, no-repeat;
+}
+table th{
+  line-height:1.2;
+}
+
+form{
+  margin-right:auto;
+  margin-left:auto;
+}
+@media (min-width: 40rem){
+  form{
+    max-width:80%;
+  }
+}
+form select, form label{
+  display:block;
+}
+form label:not(:first-child){
+  margin-top:1em;
+}
+form p label{
+  display:inline;
+}
+form p label + label{
+  margin-left:1em;
+}
+form legend:first-child + label{
+  margin-top:0;
+}
+form select, form input[type], form textarea{
+  margin-bottom:1em;
+}
+form input[type=checkbox], form input[type=radio]{
+  margin-bottom:0;
+}
+
+fieldset{
+  margin:0;
+  padding:0.5em 1em;
+  border:1px solid #444444;
+}
+
+legend{
+  color:#444444;
+}
+
+button{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:inline-block;
+  width:auto;
+  background:#222222;
+  color:white;
+  cursor:pointer;
+}
+button:focus{
+  border:1px solid white;
+}
+button:not([disabled]):hover{
+  border:1px solid white;
+}
+button:active{
+  background-color:#444444;
+}
+button[disabled]{
+  color:#444444;
+  cursor:not-allowed;
+}
+
+select{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:inline-block;
+  width:auto;
+  background:#222222;
+  color:white;
+  cursor:pointer;
+  padding-right:1.2em;
+  background-position:top 55% right 0.35em;
+  background-size:0.5em;
+  background-repeat:no-repeat;
+  -webkit-appearance:none;
+     -moz-appearance:none;
+          appearance:none;
+  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(68, 68, 68)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
+}
+select:focus{
+  border:1px solid white;
+}
+select:not([disabled]):hover{
+  border:1px solid white;
+}
+select:active{
+  background-color:#444444;
+}
+select[disabled]{
+  color:#444444;
+  cursor:not-allowed;
+}
+select:not([disabled]):focus, select:not([disabled]):hover{
+  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Cpath fill='rgb(255, 255, 255)' fill-rule='nonzero' d='M1.5 2L3 0H0z'/%3E%3C/svg%3E");
+}
+
+input[type=text], input[type=password], input[type^=date], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=month], input[type=week], input[type=url]{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:block;
+  width:100%;
+  line-height:calc(2em - 1px * 2 - (.25em - 1px) * 2);
+  -webkit-appearance:none;
+     -moz-appearance:none;
+          appearance:none;
+}
+input[type=text]:focus, input[type=password]:focus, input[type^=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=month]:focus, input[type=week]:focus, input[type=url]:focus{
+  border:1px solid white;
+}
+input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type^=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=url]::-moz-placeholder{
+  color:#444444;
+}
+input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type^=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder{
+  color:#444444;
+}
+input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type^=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder{
+  color:#444444;
+}
+input[type=submit], input[type=button], input[type=reset]{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:inline-block;
+  width:auto;
+  background:#222222;
+  color:white;
+  cursor:pointer;
+  -webkit-appearance:none;
+     -moz-appearance:none;
+          appearance:none;
+}
+input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus{
+  border:1px solid white;
+}
+input[type=submit]:not([disabled]):hover, input[type=button]:not([disabled]):hover, input[type=reset]:not([disabled]):hover{
+  border:1px solid white;
+}
+input[type=submit]:active, input[type=button]:active, input[type=reset]:active{
+  background-color:#444444;
+}
+input[type=submit][disabled], input[type=button][disabled], input[type=reset][disabled]{
+  color:#444444;
+  cursor:not-allowed;
+}
+input[type=color]{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:block;
+  width:100%;
+  line-height:calc(2em - 1px * 2 - (.25em - 1px) * 2);
+  -webkit-appearance:none;
+     -moz-appearance:none;
+          appearance:none;
+  width:6em;
+}
+input[type=color]:focus{
+  border:1px solid white;
+}
+input[type=color]::-moz-placeholder{
+  color:#444444;
+}
+input[type=color]::-webkit-input-placeholder{
+  color:#444444;
+}
+input[type=color]:-ms-input-placeholder{
+  color:#444444;
+}
+input[type=color]:hover{
+  border:1px solid white;
+}
+input[type=file]{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:inline-block;
+  width:auto;
+  background:#222222;
+  color:white;
+  cursor:pointer;
+  display:block;
+  width:100%;
+  height:auto;
+  padding:0.75em 0.5em;
+  font-size:12px;
+  line-height:1;
+}
+input[type=file]:focus{
+  border:1px solid white;
+}
+input[type=file]:not([disabled]):hover{
+  border:1px solid white;
+}
+input[type=file]:active{
+  background-color:#444444;
+}
+input[type=file][disabled]{
+  color:#444444;
+  cursor:not-allowed;
+}
+input[type=checkbox], input[type=radio]{
+  margin:-0.2em 0.75em 0 0;
+  vertical-align:middle;
+}
+
+textarea{
+  outline:none;
+  box-sizing:border-box;
+  height:2em;
+  margin:0;
+  padding:calc(.25em - 1px) 0.5em;
+  font-family:inherit;
+  font-size:1em;
+  border:1px solid #444444;
+  border-radius:2px;
+  background:black;
+  color:white;
+  display:block;
+  width:100%;
+  line-height:calc(2em - 1px * 2 - (.25em - 1px) * 2);
+  -webkit-appearance:none;
+     -moz-appearance:none;
+          appearance:none;
+  height:4.5em;
+  resize:vertical;
+  padding-top:0.5em;
+  padding-bottom:0.5em;
+}
+textarea:focus{
+  border:1px solid white;
+}
+textarea::-moz-placeholder{
+  color:#444444;
+}
+textarea::-webkit-input-placeholder{
+  color:#444444;
+}
+textarea:-ms-input-placeholder{
+  color:#444444;
+}
+
+output{
+  display:block;
+}
+
+code, kbd, var, samp{
+  font-family:Consolas, "Lucida Console", Monaco, monospace;
+  font-style:normal;
+}
+
+pre{
+  overflow-x:auto;
+  font-size:0.8em;
+  background:linear-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%) 0 0, linear-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%) 100% 0;
+  background-attachment:scroll, scroll;
+  background-size:1px 100%, 1px 100%;
+  background-repeat:no-repeat, no-repeat;
+}
+pre > code{
+  display:inline-block;
+  overflow-x:visible;
+  box-sizing:border-box;
+  min-width:100%;
+  border-right:3px solid black;
+  border-left:1px solid black;
+}
+
+hr{
+  height:1px;
+  margin:2em 0;
+  border:0;
+  background:#222222;
+}
+
+details{
+  margin:1em 0;
+}
+details[open]{
+  padding-bottom:0.5em;
+  border-bottom:1px solid #222222;
+}
+
+summary{
+  display:inline-block;
+  font-weight:700;
+  border-bottom:1px dashed;
+  cursor:pointer;
+}
+summary::-webkit-details-marker{
+  display:none;
+}
+
+noscript{
+  color:#5afffe;
+}
+
+::selection{
+  background:rgba(253, 154, 73, 0.25);
+}
\ No newline at end of file
diff --git a/template.html b/template.html
new file mode 100644 (file)
index 0000000..be47592
--- /dev/null
@@ -0,0 +1,15 @@
+<!--#include virtual="header.html" -->
+  <title>Worldwide Public Domain Dedication (WPDD)</title>
+</head>
+<body>
+<!--#include virtual="navigation.html" -->
+  <main>
+    <article>
+      <section>
+        <h3>H3</h3>
+        <h4>H4</h4>
+        <p>This is a template page.</p>
+      </section>
+    </article>
+  </main>
+<!--#include virtual="footer.html" -->
\ No newline at end of file
diff --git a/wpdd.html b/wpdd.html
new file mode 100644 (file)
index 0000000..a56fb88
--- /dev/null
+++ b/wpdd.html
@@ -0,0 +1,212 @@
+<!--#include virtual="header.html" -->
+  <title>Worldwide Public Domain Dedication (WPDD)</title>
+</head>
+<body>
+<!--#include virtual="navigation.html" -->
+  <main>
+    <article>
+      <section>
+        <p>Permanently relinquishing your rights isn't an easy as
+        it sounds: Copyright is ubiquitous and not really possible
+        to get rid of on a worldwide basis. A challenge is that
+        you don't get one single copyright but many different
+        copyrights from various countries around the world. Even if
+        some areas of the world somehow lets you permanently
+        relinquish your rights that only takes care of those rights
+        in those areas. Unfortunately, not all areas of the world
+        let you do this.</p>
+        <p>To address this the WPDD first acts as a waiver of
+        rights (sections 2 and 4) and then a license fallback for
+        when that doesn't work (sections 3 and 5.)</p>
+        <pre><code>
+==== THIS IS A DRAFT. DO NOT USE AS A LICENSE. ====
+
+Worldwide Public Domain Dedication (WPDD)
+Public Discussion Draft #1
+Please send feedback by email to the public mailing list:
+https://wpdd.info/cgi-bin/mailman/listinfo/discuss
+
+Copying and distribution of this file, with or without modification, 
+are permitted in any medium without royalty, provided this notice is 
+preserved. So as to avoid potential confusion, if you make 
+modifications please don't call your version the Worldwide Public 
+Domain Dedication (WPDD) or anything else that might be confusingly 
+similar. This file is offered as-is, without any warranty.
+
+Statement of Purpose
+
+The laws of most jurisdictions throughout the world automatically 
+confer exclusive Copyright and Related Rights (defined below) upon 
+the creator and subsequent owner(s) (each and all, an "owner") of an 
+original work of authorship and/or a database (each, a "Work").
+
+Certain owners wish to permanently relinquish those rights to a Work 
+for the purpose of contributing to a commons of creative, cultural 
+and scientific works ("Commons") that the public can reliably and 
+without fear of later claims of infringement build upon, modify, 
+incorporate in other works, reuse and redistribute as freely as 
+possible in any form whatsoever and for any purposes, including 
+without limitation commercial purposes. These owners may contribute 
+to the Commons to promote the ideal of a free culture and the further 
+production of creative, cultural and scientific works, or to gain 
+reputation or greater distribution for their Work in part through the 
+use and efforts of others.
+
+For these and/or other purposes and motivations, and without any 
+expectation of additional consideration or compensation, the person 
+associating this Worldwide Public Domain Dedication with a Work (the 
+"Affirmer"), to the extent that they are an owner of Copyright and 
+Related Rights in the Work, voluntarily elects to apply this 
+Worldwide Public Domain Dedication to the Work and publicly 
+distribute the Work under its terms, with knowledge of their 
+Copyright and Related Rights in the Work and the meaning and intended 
+legal effect of this Worldwide Public Domain Dedication on those 
+rights.
+
+1. Copyright and Related Rights. A Work made available under this 
+Worldwide Public Domain Dedication may be protected by copyright and 
+related or neighboring rights ("Copyright and Related Rights"). 
+Copyright and Related Rights include, but are not limited to, the 
+following:
+
+   i. the right to reproduce, adapt, distribute, perform, display,
+      communicate, and translate a Work;
+  ii. moral rights retained by the original author(s) and/or 
+      performer(s);
+ iii. publicity and privacy rights pertaining to a person's image or
+      likeness depicted in a Work;
+  iv. rights protecting against unfair competition in regards to a 
+      Work, subject to the limitations in paragraph 4(a), below;
+   v. rights protecting the extraction, dissemination, use and reuse 
+      of data in a Work;
+  vi. database rights (such as those arising under Directive 96/9/EC 
+      of the European Parliament and of the Council of 11 March 1996 
+      on the legal protection of databases, and under any national 
+      implementation thereof, including any amended or successor 
+      version of such directive); 
+ vii. other similar, equivalent or corresponding rights throughout 
+      the world based on applicable law or treaty, and any national
+      implementations thereof.
+
+2. Waiver. To the greatest extent permitted by, but not in 
+contravention of, applicable law, Affirmer hereby overtly, fully, 
+permanently, irrevocably and unconditionally waives, abandons, and 
+surrenders all of Affirmer's Copyright and Related Rights and 
+associated claims and causes of action, whether now known or unknown 
+(including existing as well as future claims and causes of action), 
+in the Work (i) in all territories worldwide, (ii) for the maximum 
+duration provided by applicable law or treaty (including future time 
+extensions), (iii) in any current or future medium and for any number 
+of copies, and (iv) for any purpose whatsoever, including without 
+limitation commercial, advertising or promotional purposes (the 
+"Waiver"). Affirmer makes the Waiver for the benefit of each member 
+of the public at large and to the detriment of Affirmer's heirs and 
+successors, fully intending that such Waiver shall not be subject to 
+revocation, rescission, cancellation, termination, or any other legal 
+or equitable action to disrupt the quiet enjoyment of the Work by the 
+public as contemplated by Affirmer's express Statement of Purpose.
+
+3. Public License Fallback. Should any part of the Waiver for any 
+reason be judged legally invalid or ineffective under applicable law, 
+then the Waiver shall be preserved to the maximum extent permitted 
+taking into account Affirmer's express Statement of Purpose. In 
+addition, to the extent the Waiver is so judged Affirmer hereby 
+grants to each affected person a royalty-free, non transferable, non 
+sublicensable, non exclusive, irrevocable and unconditional license 
+to exercise Affirmer's Copyright and Related Rights in the Work (i) 
+in all territories worldwide, (ii) for the maximum duration provided 
+by applicable law or treaty (including future time extensions), (iii) 
+in any current or future medium and for any number of copies, and 
+(iv) for any purpose whatsoever, including without limitation 
+commercial, advertising or promotional purposes (the "License"). The 
+License shall be deemed effective as of the date this Worldwide 
+Public Domain Dedication was applied by Affirmer to the Work. Should 
+any part of the License for any reason be judged legally invalid or 
+ineffective under applicable law, such partial invalidity or 
+ineffectiveness shall not invalidate the remainder of the License, 
+and in such case Affirmer hereby affirms that they will not (i) 
+exercise any of their remaining Copyright and Related Rights in the 
+Work or (ii) assert any associated claims and causes of action with 
+respect to the Work, in either case contrary to Affirmer's express 
+Statement of Purpose.
+
+4. Waiver of Patent Rights. Notwithstanding the provisions of section 
+2, Affirmer acknowledges that the design codes, utility, technical 
+figures, charts, methods, processes, and all information related to 
+the patent/invention arising out of the Work, the sources, source 
+codes, objects, object codes and all system documentation relating 
+thereto shall not be confidential and shall be non-proprietary for 
+the public worldwide. To the greatest extent permitted by, but not in 
+contravention of, applicable law, Affirmer hereby overtly, fully, 
+permanently, irrevocably and unconditionally waives, abandons, and 
+surrenders all of Affirmer's patent rights and associated claims and 
+causes of action, whether now known or unknown (including existing as 
+well as future claims and causes of action) throughout the world, 
+whether arising under federal law, state law, common law, foreign 
+law, or otherwise, for any patent/invention included by Affirmer in 
+the Work that are licensable by the Affirmer, both currently owned or 
+controlled and acquired or controlled in the future (the "Waiver of 
+Patent Rights"). The Waiver of Patent Rights shall not be subject to 
+revocation, rescission, cancellation, termination, or any other legal 
+or equitable action to disrupt the quiet enjoyment of the Work by the 
+public as contemplated by Affirmer's express Statement of Purpose.
+
+5. Patent Grant Fallback. Should any part of the Waiver of Patent 
+Rights for any reason be judged legally invalid or ineffective under 
+applicable law, then the Waiver of Patent Rights shall be preserved 
+to the maximum extent permitted taking into account Affirmer's 
+express Statement of Purpose. In addition, to the extent the Waiver 
+of Patent Rights is so judged Affirmer hereby grants to each affected 
+person a royalty-free, non transferable, non sublicensable, non 
+exclusive, irrevocable and unconditional license to Affirmer's patent 
+rights, where such license applies only to those patents/inventions 
+included by Affirmer in the Work that are licensable by Affirmer, 
+both currently owned or controlled and acquired or controlled in the 
+future, that are necessarily infringed by making, having made, using, 
+selling, offering for sale, importing or transferring the Work, or 
+otherwise practicing any method or procedure in any patent/invention 
+included by Affirmer in the Work, in whole or in part, alone or in 
+combination with or included in any other Work (i) in all territories 
+worldwide, (ii) for the maximum duration provided by applicable law 
+or treaty (including future time extensions), (iii) in any current or 
+future medium and for any number of copies, and (iv) for any purpose 
+whatsoever, including without limitation commercial, advertising or 
+promotional purposes (the "Patent License"). The Patent License shall 
+be deemed effective as of the date this Worldwide Public Domain 
+Dedication was applied by Affirmer to the Work. Should any part of 
+the Patent License for any reason be judged legally invalid or 
+ineffective under applicable law, such partial invalidity or 
+ineffectiveness shall not invalidate the remainder of the Patent 
+License, and in such case Affirmer hereby affirms that they will not 
+(i) exercise any of their patent rights in the Work or (ii) assert 
+any associated claims and causes of action with respect to the Work, 
+in either case contrary to Affirmer's express Statement of Purpose.
+
+6. Versions. New versions of this Worldwide Public Domain Dedication 
+(WPDD) may be released via https://wpdd.info in order to address 
+issues or concerns that come up. Such new versions shall remain 
+similar in spirit to provide, as closely as possible, a total waiver 
+of all rights. You may elect to apply any later version of this 
+Worldwide Public Domain Dedication (WPDD) to the Work.
+
+7. Limitations and Disclaimers.
+
+ a. Affirmer offers the Work as-is and makes no representations or
+    warranties of any kind concerning the Work, express, implied,
+    statutory or otherwise, including without limitation warranties 
+    of title, merchantability, fitness for a particular purpose, non
+    infringement, or the absence of latent or other defects, 
+    accuracy, or the present or absence of errors, whether or not 
+    discoverable, all to the greatest extent permissible under 
+    applicable law.
+ b. Affirmer disclaims responsibility for clearing rights of other 
+    persons that may apply to the Work or any use thereof, including 
+    without limitation any person's Copyright and Related Rights in 
+    the Work. Further, Affirmer disclaims responsibility for 
+    obtaining any necessary consents, permissions or other rights 
+    required for any use of the Work.
+</code></pre>
+      </section>
+    </article>
+  </main>
+<!--#include virtual="footer.html" -->
\ No newline at end of file