streaming-website/template/about.phtml

60 lines
2.5 KiB
PHTML
Raw Normal View History

<div class="container about">
2014-11-10 22:12:57 +00:00
<h1>About the Live-Streams and Recordings</h1>
2014-11-09 23:33:40 +00:00
<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>.
2014-11-09 23:33:40 +00:00
</p>
2014-12-20 14:36:12 +00:00
<p>
If you like what we're doing, you can flattr us:<br /><br />
2015-03-02 10:16:14 +00:00
<a href="https://flattr.com/thing/3755795/">
<img src="assets/img/flattrbutton.png" alt="Flattr this" />
</a>
2014-12-20 14:36:12 +00:00
</p>
2014-11-09 23:33:40 +00:00
2014-12-05 15:15:57 +00:00
<h2>Licences</h2>
2014-11-09 23:33:40 +00:00
<p>
2014-12-18 11:57:59 +00:00
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.
2014-11-09 23:33:40 +00:00
</p>
2014-12-05 09:00:28 +00:00
<p>
2015-08-29 10:23:17 +00:00
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 ?>.
2015-08-29 10:23:17 +00:00
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.
2014-12-05 09:00:28 +00:00
</p>
2014-11-09 23:33:40 +00:00
<h2>Privacy Policy</h2>
<p>
2015-08-29 10:23:17 +00:00
During the conference, we'll log all accesses to this website
and the servers providing the video and audio
2015-08-29 10:23:17 +00:00
streams. We do this to get an idea how the users are distributed throughout
2014-12-22 13:22:03 +00:00
the internet, what streaming formats are popular and which players are
2015-08-29 10:23:17 +00:00
used. We'll use this information for debugging during the conference and to
2014-12-22 13:22:03 +00:00
optimize our streaming CDN configuration in the future.
2014-11-09 23:33:40 +00:00
</p>
2014-12-22 13:22:03 +00:00
<p>In particular, we collect the following data:</p>
2014-11-09 23:33:40 +00:00
<ul>
2014-12-22 13:22:03 +00:00
<li>your IP address</li>
2014-12-05 15:15:57 +00:00
<li>date and time</li>
2014-12-22 13:22:03 +00:00
<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>
2014-11-09 23:33:40 +00:00
</ul>
<p>
2014-12-23 13:56:44 +00:00
Only statistical data which cannot be used to identify a person will be
2015-08-29 10:23:17 +00:00
retained after the conference. We'll destroy the original log files to the
best of our knowledge and ability.
2014-11-09 23:33:40 +00:00
</p>
<p>
Beware that some of our CDN servers are donated by various entities. We
2014-12-22 13:22:03 +00:00
cannot guarantee that (for example) their network infrastructure will
comply to this policy.
2014-11-09 23:33:40 +00:00
</p>
<h2>Imprint</h2>
<p>Please see <a href="//ccc.de/de/imprint">ccc.de</a>.</p>
</div>