aboutsummaryrefslogtreecommitdiff
path: root/template/about.phtml
blob: eee4896c6aae39da4ce4fcc167df12047c39183e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<div class="container about">
	<h1>About the Live-Streams and Recordings</h1>
	<p>
		Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> is organized and performed by the <a href="http://c3voc.de">Chaos Computer Club Video Operation Center</a>.
	</p>
	<p>
		If you like what we're doing, you can flattr us:<br /><br />
		<a href="https://flattr.com/thing/3755795/">
			<img src="<?=h($assets)?>/img/flattrbutton.png" alt="Flattr this" />
		</a>
	</p>


	<h2>Licences</h2>
	<p>
		The video stream is licensed under <a href="https://creativecommons.org/licenses/by/3.0/de/">CC Attribution 3.0 Germany (CC BY 3.0 DE)</a>. This may not hold true for the slides or the actual performance. If in doubt please contact the speaker directly.
	</p>
	<p>
		Although the licence permits it, we would like to ask you not to distribute stream dumps. We try to release finished cuts of recordings as quickly as possible
		<? if($conference->hasReleases()): ?>
			on <a href="<?=h($conference->getReleasesUrl())?>"><?=h($conference->getReleasesUrl())?></a>
		<? endif ?>.
		Early releases of incomplete stream dumps without audio translation, subtitles, intros, <a href="https://auphonic.com/">unprocessed audio</a> and missing meta data is not what we had in mind when we spent months of our spare time with preparations.
	</p>

	<h2>Privacy Policy</h2>
	<p>
		During the conference, we'll log all accesses to this website
		and the servers providing the video and audio
		streams. We do this to get an idea how the users are distributed throughout
		the internet, what streaming formats are popular and which players are
		used. We'll use this information for debugging during the conference and to
		optimize our streaming CDN configuration in the future.
	</p>

	<p>In particular, we collect the following data:</p>
	<ul>
		<li>your IP address</li>
		<li>date and time</li>
		<li>the visited page/stream</li>
		<li>status codes the servers answer with</li>
		<li>your browser/player and operating system</li>
		<li>the referring URL in case of HTTP</li>
	</ul>

	<p>
		Only statistical data which cannot be used to identify a person will be
		retained after the conference. We'll destroy the original log files to the
		best of our knowledge and ability.
	</p>
	<p>
		Beware that some of our CDN servers are donated by various entities. We
		cannot guarantee that (for example) their network infrastructure will
		comply to this policy.
	</p>

	<h2>Imprint</h2>
	<p>Please see <a href="//ccc.de/de/imprint">ccc.de</a>.</p>
</div>