diff options
author | Andreas Hubel | 2020-12-22 19:29:17 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-23 01:13:33 +0100 |
commit | 21e66fcce6fbf09ff9209101aae853ae223ac0a3 (patch) | |
tree | 870df781741209aca1ceaf0986685b9ec9192d20 /template | |
parent | 5f9e58bf294dd4c1b9112167c5d5944a7a9d88db (diff) |
add option for additonal licence text on about page
Diffstat (limited to '')
-rw-r--r-- | template/about.phtml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/about.phtml b/template/about.phtml index ec2791e..3d69f4a 100644 --- a/template/about.phtml +++ b/template/about.phtml @@ -1,12 +1,15 @@ <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>. All times in the schedule are UTC+2, we are happy to accept Pull requests to fix that, c.f. <a href="https://github.com/openstreetmap/stateofthemap-2020/issues/61">https://github.com/openstreetmap/stateofthemap-2020/issues/61</a>. + Lecture recording and streaming at <strong><?=h($conference->getTitle())?></strong> is organized and performed by the <a href="https://c3voc.de">Chaos Computer Club Video Operation Center</a>. </p> <h2>Licences</h2> <p> - The video stream is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC Attribution 4.0 (CC BY 4.0)</a>. This may not hold true for the slides or the actual performance. If in doubt please contact the speaker directly. + The video stream is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC Attribution 4.0 International (CC BY 4.0)</a>. This may not hold true for the slides or the actual performance. If in doubt please contact the speaker directly. + </p> + <p> + <?=$conference->getAdditionalLicenceHtml()?> </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 |