All checks were successful
continuous-integration/drone/push Build is passing
update docs update nix-shell to auto install rework custom pre-commit hooks to integrate better add dockerfile for lefthook and integrate into drone add some more hooks for formatting and linting some files Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5248 Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
11 lines
484 B
XML
11 lines
484 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:import href="podcast.rss.xsl"/>
|
|
<xsl:output doctype-system="about:legacy-compat" encoding="utf-8" indent="no" method="xml" omit-xml-declaration="yes"/>
|
|
<xsl:template match="/">
|
|
<xsl:apply-templates select="/buildinfo/document">
|
|
<xsl:with-param name="audioformat" select="'opus'"/>
|
|
</xsl:apply-templates>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|