2 Commits

Author SHA1 Message Date
b9caf021a4 fix/paragraphs (#5431)
All checks were successful
continuous-integration/drone/push Build is passing
Currently implements both a format hook to remove white-space paragraphs, and a check to make their existence a critical failure.

In the end may implement only one or none of these, subject to major design changes.

Solves #5409

Co-authored-by: Darragh Elliott <me@delliott.net>
Reviewed-on: #5431
Co-authored-by: delliott <delliott@fsfe.org>
Co-committed-by: delliott <delliott@fsfe.org>
2025-10-30 12:34:42 +00:00
93fc4c22bd Implement YH4F videobox (#4773)
All checks were successful
continuous-integration/drone/push Build is passing
Implemented using PeerTube iframes because now you can disable P2P for iframes [1].
The `talks` element is only added to the English page because the talks are in English.

If YH4F talks are carried out in other languages, it should be as simple as creating a `talks.[lang].xml` file with the links and adding the `talks` element to the respective page. From a GDPR perspective, as long as the talks are hosted in the FSFE's PeerTube and the `p2p` option is set to `0`, there shouldn't be any problems.

[1] https://docs.joinpeertube.org/api/embed-player#p2p

Reviewed-on: #4773
Reviewed-by: bonnie <bonnie@fsfe.org>
Co-authored-by: Sofía Aritz <sofiaritz@fsfe.org>
Co-committed-by: Sofía Aritz <sofiaritz@fsfe.org>
2025-01-24 08:34:40 +00:00