view xml/en/download.xml @ 2083:fb5eef3637a4

Avoid double negative in if_not_empty. Use of "not" and "until" in the same sentence makes it confusing. Moreover, use of "until" with something that doesn't describe an event or point in time is wrong.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 11 Dec 2017 19:15:31 +0300
parents 9ad2770d3f28
children 5ecdddc3851e
line wrap: on
line source

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

<!DOCTYPE article SYSTEM "../../dtd/article.dtd">

<article name="nginx: download"
         link="/en/download.html"
         lang="en"
         rev="1">


<section name="Mainline version">

<download last="1" tag="mainline" />

</section>


<section name="Stable version">

<download last="1" tag="stable" />

</section>


<section name="Legacy versions">

<download last="1" tag="legacy" />

</section>


<section name="Source Code">

<para>
Read-only Mercurial repositories:
<list type="bullet">

<listitem>
code: <literal>http://hg.nginx.org/nginx</literal>
</listitem>
<listitem>
site: <literal>http://hg.nginx.org/nginx.org</literal>
</listitem>

</list>
</para>

<para>
<link url="http://trac.nginx.org/nginx/browser">Trac source browser</link>
</para>

</section>


<section name="Pre-Built Packages">

<para>
<list type="bullet">

<listitem>
Linux packages for
<link doc="linux_packages.xml" id="stable">stable version</link>
</listitem>

<listitem>
Linux packages for
<link doc="linux_packages.xml" id="mainline">mainline version</link>
</listitem>

</list>
</para>

</section>

</article>