view xsls/version.xsls @ 1800:9d722e4153ab

Documented the "max_conns" parameter as opensource.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 28 Sep 2016 20:25:42 +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"; };

}