# HG changeset patch # User Maxim Dounin # Date 1707930458 -10800 # Node ID 0083dce686ec64cdd99e97b21e6f3ff1a399c1ec # Parent 331fcfce1ada22ef386b56aeaf1c68aec2828339 Free nginx: repository links. Repositories are now under freenginx.org/hg/. Only essential repositories are preserved for now: in particular, dev examples are no longer provided, so the relevant section from the devguide was removed. diff -r 331fcfce1ada -r 0083dce686ec xml/en/docs/contributing_changes.xml --- a/xml/en/docs/contributing_changes.xml Wed Feb 14 20:06:29 2024 +0300 +++ b/xml/en/docs/contributing_changes.xml Wed Feb 14 20:07:38 2024 +0300 @@ -9,17 +9,17 @@
+ rev="5">
Mercurial is used to store source code. -The repository can be cloned +The repository can be cloned with the following command: -hg clone http://hg.nginx.org/nginx +hg clone http://freenginx.org/hg/nginx @@ -100,10 +100,10 @@ Passing your changes through the test suite is a good way to ensure that they do not cause a regression. -The repository with +The repository with tests can be cloned with the following command: -hg clone http://hg.nginx.org/nginx-tests +hg clone http://freenginx.org/hg/nginx-tests diff -r 331fcfce1ada -r 0083dce686ec xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml Wed Feb 14 20:06:29 2024 +0300 +++ b/xml/en/docs/dev/development_guide.xml Wed Feb 14 20:07:38 2024 +0300 @@ -9,7 +9,7 @@
+ rev="12">
@@ -6793,18 +6793,6 @@
-
- - -The -nginx-dev-examples -repository provides nginx module examples. - - - -
- -
@@ -7656,14 +7644,14 @@ An example of such approach is the directive implemented in -ngx_http_auth_request module. +ngx_http_auth_request module. For the second case, it is possible to use basic HTTP client functionality available in nginx. For example, -OCSP module +OCSP module implements simple HTTP client. diff -r 331fcfce1ada -r 0083dce686ec xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml Wed Feb 14 20:06:29 2024 +0300 +++ b/xml/en/docs/howto_build_on_win32.xml Wed Feb 14 20:07:38 2024 +0300 @@ -9,7 +9,7 @@
+ rev="27">
@@ -67,9 +67,10 @@ -Check out nginx sources from the hg.nginx.org repository. For example: +Check out nginx sources from the freenginx.org/hg/nginx repository. +For example: -hg clone http://hg.nginx.org/nginx +hg clone http://freenginx.org/hg/nginx diff -r 331fcfce1ada -r 0083dce686ec xml/en/download.xml --- a/xml/en/download.xml Wed Feb 14 20:06:29 2024 +0300 +++ b/xml/en/download.xml Wed Feb 14 20:07:38 2024 +0300 @@ -8,7 +8,7 @@
+ rev="4">
@@ -39,19 +39,15 @@ -code: http://hg.nginx.org/nginx +code: http://freenginx.org/hg/nginx -site: http://hg.nginx.org/nginx.org +site: http://freenginx.org/hg/nginx-site - -Trac source browser - -
diff -r 331fcfce1ada -r 0083dce686ec xml/ru/docs/contributing_changes.xml --- a/xml/ru/docs/contributing_changes.xml Wed Feb 14 20:06:29 2024 +0300 +++ b/xml/ru/docs/contributing_changes.xml Wed Feb 14 20:07:38 2024 +0300 @@ -9,17 +9,17 @@
+ rev="5">
Для хранения исходного кода используется Mercurial. -Репозиторий можно клонировать +Репозиторий можно клонировать следующей командой: -hg clone http://hg.nginx.org/nginx +hg clone http://freenginx.org/hg/nginx @@ -101,10 +101,10 @@ Проверка изменений при помощи специального набора тестов позволит убедиться, что они не вызывают регрессию. -Репозиторий с тестами +Репозиторий с тестами можно клонировать следующей командой: -hg clone http://hg.nginx.org/nginx-tests +hg clone http://freenginx.org/hg/nginx-tests diff -r 331fcfce1ada -r 0083dce686ec xml/ru/download.xml --- a/xml/ru/download.xml Wed Feb 14 20:06:29 2024 +0300 +++ b/xml/ru/download.xml Wed Feb 14 20:07:38 2024 +0300 @@ -8,7 +8,7 @@
+ rev="4">
@@ -39,19 +39,15 @@ -код: http://hg.nginx.org/nginx +код: http://freenginx.org/hg/nginx -сайт: http://hg.nginx.org/nginx.org +сайт: http://freenginx.org/hg/nginx-site - -Исходный код в Trac - -