continuous-integration/drone/push Build is passing
This properly separtes out the python build process (theoretically portable and useable for different sites) and the xslt (custom to the fsfe sites, not really portable as a whole) It also moves some thirdparty tooling around to make it clearer its thirdparty and unify xslt sources. Co-authored-by: Darragh Elliott <me@delliott.net> Reviewed-on: #5299 Reviewed-by: tobiasd <tobiasd@fsfe.org> Co-authored-by: delliott <delliott@fsfe.org> Co-committed-by: delliott <delliott@fsfe.org>
9 lines
483 B
XML
9 lines
483 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="xslt/drm_info_head.xsl"/>
|
|
<xsl:import href="xslt/drm_info_body.xsl"/>
|
|
<xsl:output doctype-system="about:legacy-compat" encoding="utf-8" indent="no" method="html" omit-xml-declaration="yes"/>
|
|
<xsl:include href="../global/xslt/internal/fsfe_document.xsl"/>
|
|
<xsl:include href="../global/xslt/internal/fsfe_nolocal.xsl"/>
|
|
</xsl:stylesheet>
|