From 975da67c8cf802979ab3e49529a0c0856e16a518 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jun 2023 09:25:01 +0200 Subject: Add non-free links styling and page on contributing --- assets/sass/_custom.scss | 6 ++++++ content/learn/participate/assets.md | 7 ++++--- content/learn/participate/this-site.md | 18 ++++++++++++++++++ layouts/partials/footer.html | 6 ++++-- 4 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 content/learn/participate/this-site.md diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index e6b8ae0..6f14db7 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -110,3 +110,9 @@ ol li::marker { .post_body ul { list-style: inherit; } + +.non-free { + text-decoration: underline; + text-decoration-style: wavy; + text-decoration-color: #CC0000; +} diff --git a/content/learn/participate/assets.md b/content/learn/participate/assets.md index 006b8bb..4acce18 100644 --- a/content/learn/participate/assets.md +++ b/content/learn/participate/assets.md @@ -23,12 +23,13 @@ utility of your project within the free software ecosystem. ## Hardware -Hardware projects (schematics, HDL sources, etc) are encouraged to use the [CERN -Open Hardware License](https://cern-ohl.web.cern.ch/home). +Hardware projects (schematics, HDL sources, etc) are encouraged to use the +CERN Open Hardware License. ## Fonts -The [SIL Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) +The +SIL Open Font License. is recommended for distributing fonts in a manner compatible with free software. ## Documentation diff --git a/content/learn/participate/this-site.md b/content/learn/participate/this-site.md new file mode 100644 index 0000000..c2ecc36 --- /dev/null +++ b/content/learn/participate/this-site.md @@ -0,0 +1,18 @@ +--- +title: Contribute to this website +weight: 1000 +--- + +This website is itself free software. The source code for the content and layout +is available [on SourceHut][0], a free software development platform. Follow the +link for information on how to contribute improvements! The website and its +content uses the Creative Commons Attribution-ShareAlike 4.0 International +([CC-BY-SA 4.0][CC-BY-SA]) license, a copyleft license. + +[0]: https://sr.ht/~sircmpwn/writefreesoftware.org/ +[CC-BY-SA]: https://creativecommons.org/licenses/by-sa/4.0/ + +The theme is based on the Hugo +compose +theme, which is free software licensed with the [MIT +license](https://mit-license.org/), copyright © 2020 Weru. diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ea4650b..cd4e362 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,10 @@