view xml/en/download.xml @ 2635:bf8e98fe085f

Linux packages: use $releasever_major in SLES repository instructions. On SLES service packs, $releasever holds a major number (e.g. 12), a dot and a minor number of a service pack (e.g. 5). Since we don't ship packages per-SP for that distribution, but rather the lowest common, we should point our users accordingly.
author Konstantin Pavlov <thresh@nginx.com>
date Tue, 08 Dec 2020 14:07:49 +0300
parents 5ecdddc3851e
children 8a61d0ed67fa
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="2">


<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>
Linux packages for
<link doc="linux_packages.xml">stable and mainline</link> versions.
</para>

</section>

</article>