[PATCH 1 of 2] Added links to Mercurial repositories on download page
Maxim Dounin
mdounin at mdounin.ru
Mon May 27 21:26:05 UTC 2024
# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1716845006 -10800
# Tue May 28 00:23:26 2024 +0300
# Node ID 329fb2b5e16b065e64ccc249744869ce4e0a6e27
# Parent 0bbf14c9fd6692c95dcca75bd02e979b2f50f45b
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.
diff --git a/xml/en/download.xml b/xml/en/download.xml
--- 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>
diff --git a/xml/ru/download.xml b/xml/ru/download.xml
--- 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>
More information about the nginx-devel
mailing list