view xsls/versions.xsls @ 2568:aa015272ea32

Linux packages: actualized the list of supported distributions. - Alpine 3.8 removed due to EOL - Alpine 3.12 x86_64 and aarch64/arm64 added - CentOS/RHEL 8 aarch64/arm64 added
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 14 Jul 2020 15:04:35 +0300
parents 1594ed379f1f
children 9eadb98ec770
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

X:stylesheet {

X:template = "mainline_version" {
   !! "document(concat($XML, '/versions.xml'))
                /versions/download[@tag='mainline'][1]/item[1]/@ver";
}

X:template = "stable_version" {
   !! "document(concat($XML, '/versions.xml'))
                /versions/download[@tag='stable'][1]/item[1]/@ver";
}

X:template = "commercial_version" {
    <a href="http://nginx.com/products/">
    !!;
    </a>
}

}