view xsls/version.xsls @ 2407:bd01d2a342b9

Linux packages: updated the list of supported distributions. Added Debian 10 and Alpine 3.10.
author Konstantin Pavlov <thresh@nginx.com>
date Mon, 08 Jul 2019 18:11:25 +0300
parents b2b10d564893
children
line wrap: on
line source

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

X:stylesheet {

X:param VERSION = "'development'";

X:output method="text";

X:template = "/versions" { !! "download[@tag=$VERSION][1]/item[1]/@ver"; };

}