Browse Source

Note about creative commons videos

Bob Mottram 6 years ago
parent
commit
c591a4cfb4
3 changed files with 22 additions and 1 deletions
  1. 6
    0
      doc/EN/app_peertube.org
  2. BIN
      img/creativecommonslogo.jpg
  3. 16
    1
      website/EN/app_peertube.html

+ 6
- 0
doc/EN/app_peertube.org View File

42
 Now copy or drag and drop your videos into the *~/Sync/peertube_upload* directory. Syncthing will sync to the server and automatically add the videos to PeerTube. Depending on how large the videos are this may take some time.
42
 Now copy or drag and drop your videos into the *~/Sync/peertube_upload* directory. Syncthing will sync to the server and automatically add the videos to PeerTube. Depending on how large the videos are this may take some time.
43
 
43
 
44
 Imported videos can be seen by logging into PeerTube, selecting *My account* then the *My videos* tab. You can then view them, add a description and select to make them public if you wish.
44
 Imported videos can be seen by logging into PeerTube, selecting *My account* then the *My videos* tab. You can then view them, add a description and select to make them public if you wish.
45
+
46
+* A commons for video content
47
+By default synced videos will have a private status, so only be viewable by users who are logged in. But PeerTube is really more about creating a public commons for video. Prefer Creative Commons licensed videos and avoid uploading Hollywood movies, TV shows, non-CC music videos or anything from the [[https://en.wikipedia.org/wiki/Ancien_R%C3%A9gime][ancien régime]] of copyright, which may attract the wrong sort of legal attention.
48
+
49
+#+attr_html: :width 50% :align center
50
+[[file:images/creativecommonslogo.jpg]]

BIN
img/creativecommonslogo.jpg View File


+ 16
- 1
website/EN/app_peertube.html View File

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2018-06-21 Thu 12:45 -->
7
+<!-- 2018-06-21 Thu 13:56 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
225
 </p>
225
 </p>
226
 </div>
226
 </div>
227
 </div>
227
 </div>
228
+
229
+<div id="outline-container-sec-4" class="outline-2">
230
+<h2 id="sec-4">A commons for video content</h2>
231
+<div class="outline-text-2" id="text-4">
232
+<p>
233
+By default synced videos will have a private status, so only be viewable by users who are logged in. But PeerTube is really more about creating a public commons for video. Prefer Creative Commons licensed videos and avoid uploading Hollywood movies, TV shows, non-CC music videos or anything from the <a href="https://en.wikipedia.org/wiki/Ancien_R%C3%A9gime">ancien régime</a> of copyright, which may attract the wrong sort of legal attention.
234
+</p>
235
+
236
+
237
+<div class="figure">
238
+<p><img src="images/creativecommonslogo.jpg" alt="creativecommonslogo.jpg" width="50%" align="center" />
239
+</p>
240
+</div>
241
+</div>
242
+</div>
228
 </div>
243
 </div>
229
 <div id="postamble" class="status">
244
 <div id="postamble" class="status">
230
 
245