details: http://freenginx.org/hg/nginx-site/rev/329fb2b5e16b branches: changeset: 3085:329fb2b5e16b user: Maxim Dounin <mdou...@mdounin.ru> date: Tue May 28 00:23:26 2024 +0300 description: 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. diffstat: xml/en/download.xml | 11 +++++++---- xml/ru/download.xml | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diffs (66 lines): 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>