Browse Source

re-license website contents as cc-by-nc-sa

Thomas Buck 2 months ago
parent
commit
a78d00b80c
2 changed files with 5 additions and 1 deletions
  1. 4
    0
      localtest.sh
  2. 1
    1
      page.html

+ 4
- 0
localtest.sh View File

@@ -1,10 +1,14 @@
1 1
 #!/bin/bash
2 2
 
3
+echo "Cleaning"
3 4
 rm -rf output
4 5
 mkdir output
5 6
 
7
+echo "Building"
6 8
 ./poole.py --build
7 9
 
10
+echo "Copying"
8 11
 cp -r static/* output/
9 12
 
13
+echo "Serving"
10 14
 ./poole.py --serve

+ 1
- 1
page.html View File

@@ -135,7 +135,7 @@ else:
135 135
         ·
136 136
         <a href="https://github.com/sachinchoolur/lightGallery">lightGallery</a>
137 137
         &middot;
138
-        <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC-BY</a>
138
+        <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA</a>
139 139
         &middot;
140 140
         <a href="https://github.com/sponsors/xythobuz">GitHub Sponsors</a>
141 141
         &middot;

Loading…
Cancel
Save