harmless edits in .htaccess

This commit is contained in:
Luciano Ramalho 2022-01-17 15:22:20 -03:00
parent 646427f393
commit 08318a657a
2 changed files with 12 additions and 12 deletions

View File

@ -1,19 +1,20 @@
ErrorDocument 404 /404.html
# main resources
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
RedirectTemp /code https://github.com/fluentpython/example-code-2e
RedirectTemp /home https://www.fluentpython.com/
# URLs mentioned at least three times
RedirectTemp /bisect https://www.fluentpython.com/extra/ordered-sequences-with-bisect/
RedirectTemp /cardxvi https://www.python.org/dev/peps/pep-0484/#the-numeric-tower
RedirectTemp /cardxvi https://www.python.org/dev/peps/pep-0484/#the-numeric-tower
RedirectTemp /collec https://docs.python.org/3/library/collections.html
RedirectTemp /dask https://dask.org/
RedirectTemp /dtmodel https://docs.python.org/3/reference/datamodel.html
RedirectTemp /descr101 https://www.python.org/download/releases/2.2.3/descrintro/
RedirectTemp /descrhow https://docs.python.org/3/howto/descriptor.html
RedirectTemp /doctest https://docs.python.org/3/library/doctest.html
RedirectTemp /effectpy https://effectivepython.com/
RedirectTemp /effectpy https://effectivepython.com/
RedirectTemp /fmtspec https://docs.python.org/3/library/string.html#formatspec
RedirectTemp /gunicorn https://gunicorn.org/
RedirectTemp /hashint https://www.fluentpython.com/extra/internals-of-sets-and-dicts/
@ -25,13 +26,12 @@ RedirectTemp /norvigdp http://norvig.com/design-patterns/
RedirectTemp /nsphere https://en.wikipedia.org/wiki/N-sphere
RedirectTemp /oldcoro https://www.fluentpython.com/extra/classic-coroutines/
RedirectTemp /pandas https://pandas.pydata.org/
RedirectTemp /pycook3 https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/
RedirectTemp /pynut3 https://www.oreilly.com/library/view/python-in-a/9781491913833/
RedirectTemp /pycook3 https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/
RedirectTemp /pynut3 https://www.oreilly.com/library/view/python-in-a/9781491913833/
RedirectTemp /pypydif https://doc.pypy.org/en/latest/cpython_differences.html#subclasses-of-built-in-types
RedirectTemp /shed4051 https://github.com/python/typeshed/issues/4051
RedirectTemp /slatkin https://effectivepython.com/
RedirectTemp /specattr https://docs.python.org/3/library/stdtypes.html#special-attributes
RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
RedirectTemp /typing https://docs.python.org/3/library/typing.html
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/

View File

@ -1,19 +1,20 @@
ErrorDocument 404 /404.html
# main resources
RedirectTemp /book https://www.oreilly.com/library/view/fluent-python-2nd/9781492056348/
RedirectTemp /code https://github.com/fluentpython/example-code-2e
RedirectTemp /home https://www.fluentpython.com/
# URLs mentioned at least three times
RedirectTemp /bisect https://www.fluentpython.com/extra/ordered-sequences-with-bisect/
RedirectTemp /cardxvi https://www.python.org/dev/peps/pep-0484/#the-numeric-tower
RedirectTemp /cardxvi https://www.python.org/dev/peps/pep-0484/#the-numeric-tower
RedirectTemp /collec https://docs.python.org/3/library/collections.html
RedirectTemp /dask https://dask.org/
RedirectTemp /dtmodel https://docs.python.org/3/reference/datamodel.html
RedirectTemp /descr101 https://www.python.org/download/releases/2.2.3/descrintro/
RedirectTemp /descrhow https://docs.python.org/3/howto/descriptor.html
RedirectTemp /doctest https://docs.python.org/3/library/doctest.html
RedirectTemp /effectpy https://effectivepython.com/
RedirectTemp /effectpy https://effectivepython.com/
RedirectTemp /fmtspec https://docs.python.org/3/library/string.html#formatspec
RedirectTemp /gunicorn https://gunicorn.org/
RedirectTemp /hashint https://www.fluentpython.com/extra/internals-of-sets-and-dicts/
@ -25,13 +26,12 @@ RedirectTemp /norvigdp http://norvig.com/design-patterns/
RedirectTemp /nsphere https://en.wikipedia.org/wiki/N-sphere
RedirectTemp /oldcoro https://www.fluentpython.com/extra/classic-coroutines/
RedirectTemp /pandas https://pandas.pydata.org/
RedirectTemp /pycook3 https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/
RedirectTemp /pynut3 https://www.oreilly.com/library/view/python-in-a/9781491913833/
RedirectTemp /pycook3 https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/
RedirectTemp /pynut3 https://www.oreilly.com/library/view/python-in-a/9781491913833/
RedirectTemp /pypydif https://doc.pypy.org/en/latest/cpython_differences.html#subclasses-of-built-in-types
RedirectTemp /shed4051 https://github.com/python/typeshed/issues/4051
RedirectTemp /slatkin https://effectivepython.com/
RedirectTemp /specattr https://docs.python.org/3/library/stdtypes.html#special-attributes
RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
RedirectTemp /typecoro https://docs.python.org/3.10/library/typing.html#typing.Coroutine
RedirectTemp /typing https://docs.python.org/3/library/typing.html
RedirectTemp /weakref https://www.fluentpython.com/extra/weak-references/