1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
cloudtube/pug/licenses.pug

26 lines
859 B
Plaintext
Raw Normal View History

2021-04-16 04:31:54 +00:00
extends includes/layout.pug
block head
2021-10-06 07:55:14 +00:00
title License information
2021-04-16 04:31:54 +00:00
block content
main.js-licenses-page
2021-10-06 07:55:14 +00:00
h1 License information
h2 JavaScript
2021-04-16 04:31:54 +00:00
table#jslicense-labels1
thead
tr
th(scope="col") File
th(scope="col") License
th(scope="col") Source
tbody
each path of static.keys()
if path.match(/^html\/static\/js\/.*\.js$/)
- const file = path.replace(/^html/, "")
tr
td: a(href=file)= file
td: a(href="http://www.gnu.org/licenses/agpl-3.0.html") GNU-AGPL-3.0-or-later
td: a(href=file)= file
2021-10-06 07:55:14 +00:00
h2 Flash
p Flash playback is provided by #[a(href="https://github.com/gokercebeci/f4player/") f4player by Goker Cebeci.] (HTML 5 playback is still preferred where possible; Flash is only tried on ancient browsers.)