update about,links,license pagesremoves pagination links on bottom; moves licensing text to separate page)
This commit is contained in:
parent
1a39a4fa16
commit
cbd9ea5691
3 changed files with 24 additions and 23 deletions
|
@ -6,6 +6,7 @@ lastmod = "2023-02-16T13:57:35+0100"
|
|||
comment = false
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
|
||||
feed_exclude = true
|
||||
|
||||
|
@ -115,22 +116,3 @@ Cloudflare rewrites a few headers and URLs in this case. For example: the
|
|||
`etag` gets generated at Cloudflare in case the original file changes at
|
||||
backblaze before the cached file gets removed from your (actually my) cache.
|
||||
|
||||
## Licenses
|
||||
|
||||
The content on my website is licensed under the [CC BY-NC-ND 4.0][cc] ---
|
||||
unless specified otherwise. This includes images (as well as screenshots).
|
||||
|
||||
Code (programs, source code, scripts) on my website is **usually** licensed
|
||||
under the [MIT license][mit].
|
||||
|
||||
For attribution a link back to my website (`oe7drt.com`) should be enough.
|
||||
|
||||
[cc]: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
[mit]: https://en.wikipedia.org/wiki/MIT_License
|
||||
|
||||
**Photographs** are more elaborately produces images and if you want to republish
|
||||
any of them you have to **ask for permission before**. This also includes
|
||||
**panoramas**.
|
||||
|
||||
(Well, since I am not so active: there are currently (2023-01-23) no
|
||||
photographs online.
|
||||
|
|
|
@ -1,10 +1,30 @@
|
|||
+++
|
||||
title = "LICENSE"
|
||||
date = "2022-12-04T18:15:03+01:00"
|
||||
lastmod = "2023-04-08T16:49:37+0200"
|
||||
|
||||
showPagination = false
|
||||
feed_exclude = true
|
||||
#draft = true
|
||||
|
||||
+++
|
||||
|
||||
Licensed as [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/).
|
||||
The **content** (all non-code content) on my website is licensed under the
|
||||
[CC BY-NC-ND 4.0][cc] --- unless specified otherwise.
|
||||
This includes images (as well as screenshots).
|
||||
|
||||
**Code** (programs, source code, scripts) on my website is **usually**
|
||||
licensed under the [MIT license][mit].
|
||||
|
||||
For attribution a link back to my website (`oe7drt.com`) should be enough.
|
||||
|
||||
[cc]: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
[mit]: https://en.wikipedia.org/wiki/MIT_License
|
||||
|
||||
**Photographs** are more elaborately produces images and if you want to
|
||||
republish any of them you have to **ask for permission before**.
|
||||
This also includes **panoramas**.
|
||||
|
||||
(Well, since I am not so active: there are currently (2023-01-23) no
|
||||
photographs online.
|
||||
|
||||
|
|
|
@ -7,12 +7,11 @@ date = "2022-11-20T15:56:36+01:00"
|
|||
#tags = [""]
|
||||
showReadingTime = false
|
||||
showWordCount = false
|
||||
showPagination = false
|
||||
|
||||
feed_exclude = true
|
||||
|
||||
+++
|
||||
|
||||
Unformatted, unsorted, worth reading:
|
||||
Nothing to see here, move along!
|
||||
|
||||
* https://w0chp.net/w0chp-pistar-dash/
|
||||
* https://qrper.com/
|
||||
|
|
Loading…
Reference in a new issue