Added licensing for images used

Unsplash had swapped to a license (June 2017 according to wikipedia) which adds some extra limitations upon the previous cc0 license. While our use has been fine, they do not have the same freedoms as we were giving under the MIT license. Had not realised the license had changed. Especially since we have a lot of these images, it's prudent to specify , and make clear, the license of these images seperately. Same case with the one pexels image use. This moves all pexel/unsplash non-cc0 images into their own folders with added license information to make things clear. Includes updating to each places images are referenced.
This commit is contained in:
Dan Brown 2023-07-17 22:29:34 +01:00
commit b176d81ca2
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -1,3 +1,11 @@
All files within this repo are provided under the MIT license below EXCEPT
from those in directories with their own license files. Specifically:
- static/images/blog-cover-images/unsplash
- static/images/blog-cover-images/pexels
---
The MIT License (MIT)
Copyright (c) 2020 Dan Brown

View file

@ -4,7 +4,7 @@ tags = ["News"]
title = "Reaching 10k GitHub Stars & A look at first sharing BookStack"
date = 2022-09-15T12:15:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/space-stars-shot-by-cerqueira.jpg"
image = "/images/blog-cover-images/unsplash/space-stars-shot-by-cerqueira.jpg"
slug = "10k-stars-and-a-look-back-at-first-sharing"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases", "News"]
title = "1000 Stars and Beta Release v0.19"
date = 2017-12-10T17:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/stars-kristopher-roller.jpg"
image = "/images/blog-cover-images/unsplash/stars-kristopher-roller.jpg"
description = "Another BookStack milestone with 1000 GitHub stars. In addition we have v0.19 bringing Book cover images along with other nice additions"
draft = false
+++

View file

@ -2,7 +2,7 @@
categories = ["News"]
tags = ["News"]
title = "Five Years of BookStack"
image = "/images/blog-cover-images/mountains-jerry-zhang.jpg"
image = "/images/blog-cover-images/unsplash/mountains-jerry-zhang.jpg"
author = "Dan Brown"
slug = "5-years-of-bookstack"
draft = false

View file

@ -2,7 +2,7 @@
categories = ["News"]
tags = ["News"]
title = "Six Years of BookStack"
image = "/images/blog-cover-images/mountains-jonatan-pie.jpg"
image = "/images/blog-cover-images/unsplash/mountains-jonatan-pie.jpg"
author = "Dan Brown"
slug = "6-years-of-bookstack"
draft = false

View file

@ -2,7 +2,7 @@
categories = ["News"]
tags = ["News"]
title = "Seven Years of BookStack"
image = "/images/blog-cover-images/mountain-river-hendrik-cornelissen.jpg"
image = "/images/blog-cover-images/unsplash/mountain-river-hendrik-cornelissen.jpg"
author = "Dan Brown"
slug = "7-years-of-bookstack"
draft = false

View file

@ -2,7 +2,7 @@
categories = ["News"]
tags = ["News"]
title = "Eight Years of BookStack"
image = "/images/blog-cover-images/balmoral-valley-martin-bennie.jpg"
image = "/images/blog-cover-images/unsplash/balmoral-valley-martin-bennie.jpg"
author = "Dan Brown"
slug = "8-years-of-bookstack"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["News"]
title = "Reaching 9000 Stars & The Effects of Hacker News"
date = 2022-04-05T10:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/mountain-stars-martin-jernberg.jpg"
image = "/images/blog-cover-images/unsplash/mountain-stars-martin-jernberg.jpg"
slug = "9000-stars-and-the-effects-of-hacker-news"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Bugfix Releases v0.16.2 and v0.16.3"
date = 2017-06-04T16:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/moth-aaron-burden.jpg"
image = "/images/blog-cover-images/unsplash/moth-aaron-burden.jpg"
description = "BookStack Bugfix v0.16.3 released to fix subscript text, user thumbnails and possible visibility issues"
slug = "beta-bugfix-release-v0-16-3"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Bugfix Releases v0.17.1 to v0.17.4"
date = 2017-07-28T14:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/mahdi-shakhesi-bug.jpg"
image = "/images/blog-cover-images/unsplash/mahdi-shakhesi-bug.jpg"
description = "BookStack Bugfix v0.17.4 released to fix subscript text, user thumbnails and possible visibility issues"
slug = "beta-bugfix-release-v0-17-4"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.17.0"
date = 2017-07-02T21:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/code-markus-spiske.jpg"
image = "/images/blog-cover-images/unsplash/code-markus-spiske.jpg"
description = "BookStack v0.17 released with updated with better code editing and more"
slug = "beta-release-v0-17-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.18.0"
date = 2017-09-10T18:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/bookshelf-chuttersnap.jpg"
image = "/images/blog-cover-images/unsplash/bookshelf-chuttersnap.jpg"
description = "BookStack v0.18 released with an updated design, more customization options and a commenting system"
slug = "beta-release-v0-18-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.20.0"
date = 2018-02-11T18:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/drawing-sergey-zolkin.jpg"
image = "/images/blog-cover-images/unsplash/drawing-sergey-zolkin.jpg"
description = "The first release of 2018 is a big one with Draw.IO support, authenticated Images, new languages and new auth options"
slug = "beta-release-v0-20-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.20.1"
date = 2018-03-25T16:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/books-maarten-van-den-heuvel.jpg"
image = "/images/blog-cover-images/unsplash/books-maarten-van-den-heuvel.jpg"
description = "Release v0.20.1 is here with a great number of fixes, updates and improvements as well as a good deal of change behind the scenes"
slug = "beta-release-v0-20-1"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.21.0"
date = 2018-04-22T17:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/bookshelf-giammarco-boscaro.jpg"
image = "/images/blog-cover-images/unsplash/bookshelf-giammarco-boscaro.jpg"
description = "Beta Release v0.21 is here with video embed support, better tags and the ability to copy pages. There's also a new official BookStack team member!"
slug = "beta-release-v0-21-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.22.0"
date = 2018-05-28T10:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/bookshop-john-michael-thomson.jpg"
image = "/images/blog-cover-images/unsplash/bookshop-john-michael-thomson.jpg"
description = "BookStack v0.22 brings a new homepage option in addition to changes to the drawing system and general design tweaks."
slug = "beta-release-v0-22-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.23.0"
date = 2018-07-29T15:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/book-aaron-burden.jpg"
image = "/images/blog-cover-images/unsplash/book-aaron-burden.jpg"
description = "BookStack v0.23 brings quicker editing, Discord login, LDAP group syncing and much more"
slug = "beta-release-v0-23-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.24.0"
date = 2018-09-24T11:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/shelves-michael-d-beckwith.jpg"
image = "/images/blog-cover-images/unsplash/shelves-michael-d-beckwith.jpg"
description = "Bookshelves arrive in BookStack v0.24 along with a treasure chest of other features, fixes and updates"
slug = "beta-release-v0-24-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.25.0"
date = 2019-01-12T22:45:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/flat-books-patrick-tomasso.jpg"
image = "/images/blog-cover-images/unsplash/flat-books-patrick-tomasso.jpg"
description = "BookStack in 2019 starts with v0.25 which a chunk of improvements. BookStack now has over 2000 stars on GitHub!"
slug = "beta-release-v0-25-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.25.1"
date = 2019-01-20T16:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/winter-annie-spratt.jpg"
image = "/images/blog-cover-images/unsplash/winter-annie-spratt.jpg"
description = "v0.25.1 patches some bugs in addition to bringing support for s3 compatible services"
slug = "beta-release-v0-25-1"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Project Roadmap & Beta Release v0.25.2"
date = 2019-03-10T13:45:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/mountains-eberhard-grossgasteiger.jpg"
image = "/images/blog-cover-images/unsplash/mountains-eberhard-grossgasteiger.jpg"
description = "We have another patch release for BookStack v0.25 to fix bugs, update translations & to add some new configuration options."
slug = "beta-release-v0-25-2"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Releases v0.25.[3,4,5] & Our Security Process"
date = 2019-03-24T20:15:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/locks-ruben-bagues.jpg"
image = "/images/blog-cover-images/unsplash/locks-ruben-bagues.jpg"
description = "Over the last week some security issues have been raised regarding file uploads. BookStack v0.25.3, v0.25.4 & v0.25.5 have been released to cover these issues, in addition to bringing some translation updates."
slug = "beta-release-v0-25-5"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.26.0"
date = 2019-05-06T17:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/paint-andrian-valeanu.jpg"
image = "/images/blog-cover-images/unsplash/paint-andrian-valeanu.jpg"
description = "A design update comes to BookStack which includes a whole bunch of user experience improvements and much better mobile usability"
slug = "beta-release-v0-26-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.27.0"
date = 2019-08-31T13:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/books-eugenio-mazzone.jpg"
image = "/images/blog-cover-images/unsplash/books-eugenio-mazzone.jpg"
description = "BookStack v0.27 brings faster building with Page Templates, A more accessible interface, a new user invitation flow and much more "
slug = "beta-release-v0-27-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.28.0"
date = 2020-02-03T21:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/books-radu-marcusu.jpg"
image = "/images/blog-cover-images/unsplash/books-radu-marcusu.jpg"
description = "Our first 2020 release arrives with some great new features such as an initial API implementation and SAML2 authentication alongside further new customisation options"
slug = "beta-release-v0-28-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Releases v0.28.1, v0.28.2 & v0.28.3"
date = 2020-03-14T21:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/winter-birds-genessa-panainte.jpg"
image = "/images/blog-cover-images/unsplash/winter-birds-genessa-panainte.jpg"
description = ""
slug = "beta-release-v0-28-3"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.29.0"
date = 2020-04-13T15:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/easter-victor-larracuente.jpg"
image = "/images/blog-cover-images/unsplash/easter-victor-larracuente.jpg"
description = "This Easter BookStack release focuses on bringing a range user-experience improvements, with features such as dark mode and improved RTL textsupport, in addition to a bunch of fixes and enhancements."
slug = "beta-release-v0-29-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.29.1"
date = 2020-04-28T11:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/spring-mvp.jpg"
image = "/images/blog-cover-images/unsplash/spring-mvp.jpg"
description = "This v0.29 patch release bring some nice day-to-day usability improvements in additions to a few fixes"
slug = "beta-release-v0-29-1"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.30.0"
date = 2020-09-20T09:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/library-priscilla-du-preez.jpg"
image = "/images/blog-cover-images/unsplash/library-priscilla-du-preez.jpg"
description = "The v0.30 release introduces the audit log, adds chapters to the API, improves code editing and more"
slug = "beta-release-v0-30-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Release v0.31.0"
date = 2021-01-03T21:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/winter-fox-birger-strahl.jpg"
image = "/images/blog-cover-images/unsplash/winter-fox-birger-strahl.jpg"
description = "We begin 2021 with BookStack v0.31 which comes with recycle bin functionality, the page REST API endpoints and much more"
slug = "beta-release-v0-31-0"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.18.5 + Other Bugfix Releases"
date = 2017-11-11T19:01:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/lock-jason-blackeye.jpg"
image = "/images/blog-cover-images/unsplash/lock-jason-blackeye.jpg"
description = "BookStack Bugfix v0.18.5 released to fix security issue where content names were visible on 404"
slug = "beta-security-release-v0-18-5"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.29.2"
date = 2020-05-02T11:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/locks-mackenzie-marco.jpg"
image = "/images/blog-cover-images/unsplash/locks-mackenzie-marco.jpg"
description = "This v0.29.2 security release fixes a XSS vulnerability that exists for comments"
slug = "beta-release-v0-29-2"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.29.3"
date = 2020-05-12T22:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/locks-shogo-narita.jpg"
image = "/images/blog-cover-images/unsplash/locks-shogo-narita.jpg"
description = "This v0.29.3 security release fixes an issue that exposes book names when viewed via the shelves page"
slug = "beta-release-v0-29-3"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.30.4"
date = 2020-10-31T16:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/locks-marcos-mayer.jpg"
image = "/images/blog-cover-images/unsplash/locks-marcos-mayer.jpg"
description = "This release contains some security fixes to prevent various XSS attacks"
slug = "beta-release-v0-30-4"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.30.5"
date = 2020-12-06T20:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/lock-jon-moore.jpg"
image = "/images/blog-cover-images/unsplash/lock-jon-moore.jpg"
description = "This release contains some security fixes to prevent phishing and server-side request forgery"
slug = "beta-release-v0-30-5"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.30.6"
date = 2020-12-17T21:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/lock-door-waldemar-brandt.jpg"
image = "/images/blog-cover-images/unsplash/lock-door-waldemar-brandt.jpg"
description = "BookStack v0.30.6 has been released to address an issue that could lead to restricted page content being visible in certain circumstances."
slug = "beta-release-v0-30-6"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.30.7"
date = 2020-12-18T14:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/lock-aubrey-odom.jpg"
image = "/images/blog-cover-images/unsplash/lock-aubrey-odom.jpg"
description = "In continuation of the patches in v0.30.6, BookStack v0.30.7 has been released to address an issue that could lead to restricted page content being made visible in exports."
slug = "beta-release-v0-30-7"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.31.4"
date = 2021-01-16T18:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/gate-masaaki-komori.jpg"
image = "/images/blog-cover-images/unsplash/gate-masaaki-komori.jpg"
slug = "beta-release-v0-31-4"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "Beta Security Release v0.31.5"
date = 2021-02-02T21:30:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/lock-markus-spiske.jpg"
image = "/images/blog-cover-images/unsplash/lock-markus-spiske.jpg"
slug = "beta-release-v0-31-5"
draft = false
+++

View file

@ -2,7 +2,7 @@
categories = ["News"]
tags = ["News"]
title = "BookStack in 2021"
image = "/images/blog-cover-images/robin-alfred-kenneally.jpg"
image = "/images/blog-cover-images/unsplash/robin-alfred-kenneally.jpg"
author = "Dan Brown"
slug = "bookstack-in-2021"
draft = false

View file

@ -2,7 +2,7 @@
categories = ["News"]
tags = ["News"]
title = "BookStack in 2022"
image = "/images/blog-cover-images/winter-atle-mo.jpg"
image = "/images/blog-cover-images/unsplash/winter-atle-mo.jpg"
author = "Dan Brown"
slug = "bookstack-in-2022"
draft = false

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v21.04"
date = 2021-04-09T20:20:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/spring-arno-smit.jpg"
image = "/images/blog-cover-images/unsplash/spring-arno-smit.jpg"
slug = "bookstack-release-v21-04"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v21.05"
date = 2021-05-30T14:32:33Z
author = "Dan Brown"
image = "/images/blog-cover-images/book-collection-fredmarriage.jpg"
image = "/images/blog-cover-images/unsplash/book-collection-fredmarriage.jpg"
slug = "bookstack-release-v21-05"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v21.08"
date = 2021-08-31T21:01:23Z
author = "Dan Brown"
image = "/images/blog-cover-images/lighthouse-dimitry_b.jpg"
image = "/images/blog-cover-images/unsplash/lighthouse-dimitry_b.jpg"
slug = "bookstack-release-v21-08"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v21.10"
date = 2021-10-25T14:20:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/gate-benofthenorth.jpg"
image = "/images/blog-cover-images/unsplash/gate-benofthenorth.jpg"
slug = "bookstack-release-v21-10"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v21.11"
date = 2021-11-16T10:04:45Z
author = "Dan Brown"
image = "/images/blog-cover-images/autumn-road-sebastian_unrau.jpg"
image = "/images/blog-cover-images/unsplash/autumn-road-sebastian_unrau.jpg"
slug = "bookstack-release-v21-11"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v21.12"
date = 2021-12-22T16:45:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/reindeer-joe-green.jpg"
image = "/images/blog-cover-images/unsplash/reindeer-joe-green.jpg"
slug = "bookstack-release-v21-12"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v22.02"
date = 2022-02-26T12:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/blossom-tegethoff.jpg"
image = "/images/blog-cover-images/unsplash/blossom-tegethoff.jpg"
slug = "bookstack-release-v22-02"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v22.03"
date = 2022-03-30T12:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/spring-bird-brian-breeden.jpg"
image = "/images/blog-cover-images/unsplash/spring-bird-brian-breeden.jpg"
slug = "bookstack-release-v22-03"
draft = false
+++

View file

@ -4,7 +4,7 @@ tags = ["Releases"]
title = "BookStack Release v22.04"
date = 2022-04-29T12:00:00Z
author = "Dan Brown"
image = "/images/blog-cover-images/cat-pounce-dorothea-oldani.jpg"
image = "/images/blog-cover-images/unsplash/cat-pounce-dorothea-oldani.jpg"
slug = "bookstack-release-v22-04"
draft = false
+++

Some files were not shown because too many files have changed in this diff Show more