DOC: stop referencing the slow git repository in the README

git.1wt.eu is painfully slow and some people experience issues with
it. Better hide it and only advertise git.haproxy.org which is mirrored
on a faster server.

Also replace haproxy.1wt.eu with www.haproxy.org in the download URL
which appears in the stats page.
This commit is contained in:
Willy Tarreau 2014-05-10 11:04:39 +02:00
parent 7bb21532f4
commit 6346f0a534
2 changed files with 6 additions and 10 deletions

10
README
View File

@ -338,7 +338,7 @@ The list of past and regular contributors is available below. It lists not only
significant code contributions (features, fixes), but also time or money
donations :
http://haproxy.1wt.eu/contrib.html
http://www.haproxy.org/contrib.html
Note to contributors: it's very handy when patches comes with a properly
formated subject. There are 3 criteria of particular importance in any patch :
@ -526,12 +526,8 @@ want, without making your mistakes visible to the rest of the world. It will
definitely help you contribute quality code and take other people's feedback
in consideration. In order to clone the HAProxy Git repository :
$ git clone http://git.1wt.eu/git/haproxy-1.4.git (stable 1.4)
$ git clone http://git.1wt.eu/git/haproxy.git/ (development)
The site above is slow, a faster mirror is maintained up to date here :
$ git clone http://master.formilux.org/git/people/willy/haproxy.git/
$ git clone http://git.haproxy.org/git/haproxy-1.4.git (stable 1.4)
$ git clone http://git.haproxy.org/git/haproxy.git/ (development)
If you decide to use Git for your developments, then your commit messages will
have the subject line in the format described above, then the whole description

View File

@ -39,19 +39,19 @@
#ifdef CONFIG_PRODUCT_URL
#define PRODUCT_URL CONFIG_PRODUCT_URL
#else
#define PRODUCT_URL "http://haproxy.1wt.eu/"
#define PRODUCT_URL "http://www.haproxy.org/"
#endif
#ifdef CONFIG_PRODUCT_URL_UPD
#define PRODUCT_URL_UPD CONFIG_PRODUCT_URL_UPD
#else
#define PRODUCT_URL_UPD "http://haproxy.1wt.eu/#down"
#define PRODUCT_URL_UPD "http://www.haproxy.org/#down"
#endif
#ifdef CONFIG_PRODUCT_URL_DOC
#define PRODUCT_URL_DOC CONFIG_PRODUCT_URL_DOC
#else
#define PRODUCT_URL_DOC "http://haproxy.1wt.eu/#docs"
#define PRODUCT_URL_DOC "http://www.haproxy.org/#docs"
#endif
#ifdef CONFIG_HAPROXY_VERSION