changeset 3085:329fb2b5e16b

Added links to Mercurial repositories on download page. Non-linked repo URLs, as well as "read-only" in the description, are artifacts from the time when SVN was used to maintain sources. While here, also listed nginx-tests repository.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 28 May 2024 00:23:26 +0300
parents 0bbf14c9fd66
children 40d3fc1cccdb
files xml/en/download.xml xml/ru/download.xml
diffstat 2 files changed, 14 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/download.xml
+++ b/xml/en/download.xml
@@ -8,7 +8,7 @@
 <article name="freenginx download"
          link="/en/download.html"
          lang="en"
-         rev="7">
+         rev="8">
 
 
 <section name="Mainline version">
@@ -28,14 +28,17 @@
 <section name="Source Code">
 
 <para>
-Read-only Mercurial repositories:
+Mercurial repositories with source code:
 <list type="bullet">
 
 <listitem>
-code: <literal>http://freenginx.org/hg/nginx</literal>
+code: <link url="/hg/nginx">http://freenginx.org/hg/nginx</link>
 </listitem>
 <listitem>
-site: <literal>http://freenginx.org/hg/nginx-site</literal>
+site: <link url="/hg/nginx-site">http://freenginx.org/hg/nginx-site</link>
+</listitem>
+<listitem>
+tests: <link url="/hg/nginx-tests">http://freenginx.org/hg/nginx-tests</link>
 </listitem>
 
 </list>
--- a/xml/ru/download.xml
+++ b/xml/ru/download.xml
@@ -8,7 +8,7 @@
 <article name="freenginx: скачать"
          link="/ru/download.html"
          lang="ru"
-         rev="7">
+         rev="8">
 
 
 <section name="Основная версия">
@@ -28,14 +28,17 @@
 <section name="Исходный код">
 
 <para>
-Репозитории Mercurial, доступные только для чтения:
+Репозитории Mercurial с исходным кодом:
 <list type="bullet">
 
 <listitem>
-код: <literal>http://freenginx.org/hg/nginx</literal>
+код: <link url="/hg/nginx">http://freenginx.org/hg/nginx</link>
 </listitem>
 <listitem>
-сайт: <literal>http://freenginx.org/hg/nginx-site</literal>
+сайт: <link url="/hg/nginx-site">http://freenginx.org/hg/nginx-site</link>
+</listitem>
+<listitem>
+тесты: <link url="/hg/nginx-tests">http://freenginx.org/hg/nginx-tests</link>
 </listitem>
 
 </list>