# 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 --git a/xml/en/docs/contributing_changes.xml b/xml/en/docs/contributing_changes.xml --- a/xml/en/docs/contributing_changes.xml +++ b/xml/en/docs/contributing_changes.xml @@ -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 @@ case, if possible. 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 --git a/xml/en/docs/dev/development_guide.xml b/xml/en/docs/dev/development_guide.xml --- a/xml/en/docs/dev/development_guide.xml +++ b/xml/en/docs/dev/development_guide.xml @@ -9,7 +9,7 @@
+ rev="12">
@@ -6793,18 +6793,6 @@ The implementation is provided by the ro
-
- - -The -nginx-dev-examples -repository provides nginx module examples. - - - -
- -
@@ -7656,14 +7644,14 @@ requests, but may contain other nginx di 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 --git a/xml/en/docs/howto_build_on_win32.xml b/xml/en/docs/howto_build_on_win32.xml --- a/xml/en/docs/howto_build_on_win32.xml +++ b/xml/en/docs/howto_build_on_win32.xml @@ -9,7 +9,7 @@
+ rev="27">
@@ -67,9 +67,10 @@ Start MSYS bash. -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 --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 @@
+ rev="4">
@@ -39,19 +39,15 @@ Read-only Mercurial repositories: -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 --git a/xml/ru/docs/contributing_changes.xml b/xml/ru/docs/contributing_changes.xml --- a/xml/ru/docs/contributing_changes.xml +++ b/xml/ru/docs/contributing_changes.xml @@ -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 @@ diff -r 822b82191940 -r 2220de0521ca src Проверка изменений при помощи специального набора тестов позволит убедиться, что они не вызывают регрессию. -Репозиторий с тестами +Репозиторий с тестами можно клонировать следующей командой: -hg clone http://hg.nginx.org/nginx-tests +hg clone http://freenginx.org/hg/nginx-tests 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 @@
+ 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 - -