mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Updated some other external links in the docs
This commit is contained in:
parent
0a4b04fc23
commit
337cd09836
17 changed files with 31 additions and 34 deletions
|
@ -1428,8 +1428,7 @@ files of this type, but if you want to create your own message files, or want to
|
|||
test or compile a changed message file, you will need the ``gettext`` utilities:
|
||||
|
||||
* Download the following zip files from the GNOME servers
|
||||
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/ or from one
|
||||
of its mirrors_
|
||||
https://download.gnome.org/binaries/win32/dependencies/
|
||||
|
||||
* ``gettext-runtime-X.zip``
|
||||
* ``gettext-tools-X.zip``
|
||||
|
@ -1446,8 +1445,6 @@ test or compile a changed message file, you will need the ``gettext`` utilities:
|
|||
* Add ``;C:\Program Files\gettext-utils\bin`` at the end of the
|
||||
``Variable value`` field.
|
||||
|
||||
.. _mirrors: http://ftp.gnome.org/pub/GNOME/MIRRORS
|
||||
|
||||
You may also use ``gettext`` binaries you have obtained elsewhere, so long as
|
||||
the ``xgettext --version`` command works properly. Do not attempt to use Django
|
||||
translation utilities with a ``gettext`` package if the command ``xgettext
|
||||
|
|
|
@ -75,7 +75,7 @@ These can't report on the internals of your code, but can provide a useful
|
|||
insight into your site's overall performance, including aspects that can't be
|
||||
adequately measured from within Django environment. Examples include:
|
||||
|
||||
* `Yahoo's Yslow <http://developer.yahoo.com/yslow/>`_
|
||||
* `Yahoo's Yslow <http://yslow.org/>`_
|
||||
* `Google PageSpeed <https://developers.google.com/speed/pagespeed/>`_
|
||||
|
||||
There are also several paid-for services that perform a similar analysis,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue