From c1b9298c90865ae0e56b3b65fb32c8b428506aec Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 20 Dec 2021 17:50:48 -0500 Subject: [PATCH] General Updates - Change "license" of code from WTFPL to Unlicense, and content from WTFPL to Creative Commons Zero. - CSS - Remove header tags from most non-content sources - Update post footers to fit better on small screens - Update site footer styles - Update layouts accordingly - Update README --- LICENSE | 13 ------- README.md | 23 +++++++----- UNLICENSE | 24 ++++++++++++ _includes/cor_menu.html | 64 ++++++++++++++++---------------- _layouts/corrupt_index.html | 4 +- _layouts/corrupt_post.html | 32 ++++++++++------ src/styles/corrupt_layout.css | 40 -------------------- src/styles/corrupt_typog.css | 69 +++++++++++++++-------------------- 8 files changed, 121 insertions(+), 148 deletions(-) delete mode 100644 LICENSE create mode 100644 UNLICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 5c93f45..0000000 --- a/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - Version 2, December 2004 - - Copyright (C) 2004 Sam Hocevar - - Everyone is permitted to copy and distribute verbatim or modified - copies of this license document, and changing it is allowed as long - as the name is changed. - - DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md index 45e78d7..96f1725 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,24 @@ writing. Nothing I say is visionary or profound. I will tend to focus on technology, gaming, and philosophy. All opinions my own. ### To-Do -* Look into webmentions +* Implement Cactus Comments +* Look into Web Mentions +* Consider self-hosting -### Latest Technology Update :: 2020-06/07 -* Improved the handling of code blocks, both in-line and stand-alone. -* Added styles for a "Sources" table. See rule `h3 + table` in the styles. -* Updated 404 page to use proper styles. -* Added a license file, and a copyright notice on each article. Not that it - matters: continue to do what the fuck you want. +### Latest Technology Update :: 2021-12 +* Added "web analytic" gathering via GoatCounter +* Cleaned up styles a bit, notably removing the use of header tags outside of + post content. +* Changed "license" of the code to the Unlicense, and all published content to + CC0. ## Licenses / Copyrights/ Bureaucracy -All code and content licensed under the [WTFPL](http://www.wtfpl.net/about/), -unless otherwise noted in the individual files: +All code is [Unlicensed](https://unlicense.org/), and all published content is +[dedicated to the public +domain](https://creativecommons.org/publicdomain/zero/1.0/), unless otherwise +noted in the individual files: + * GoatCounter Javascript (/src/scripts/goatcounter.js) licensed under the [ISC](https://opensource.org/licenses/ISC) diff --git a/UNLICENSE b/UNLICENSE new file mode 100644 index 0000000..68a49da --- /dev/null +++ b/UNLICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +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 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. + +For more information, please refer to diff --git a/_includes/cor_menu.html b/_includes/cor_menu.html index 6076db2..20f8074 100644 --- a/_includes/cor_menu.html +++ b/_includes/cor_menu.html @@ -1,28 +1,33 @@