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

+ 1
- 1
page.html View File

135
         ·
135
         ·
136
         <a href="https://github.com/sachinchoolur/lightGallery">lightGallery</a>
136
         <a href="https://github.com/sachinchoolur/lightGallery">lightGallery</a>
137
         &middot;
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
         &middot;
139
         &middot;
140
         <a href="https://github.com/sponsors/xythobuz">GitHub Sponsors</a>
140
         <a href="https://github.com/sponsors/xythobuz">GitHub Sponsors</a>
141
         &middot;
141
         &middot;

Loading…
Cancel
Save