removed obsolete issues (many of them fixed with AE)
[docutils.git] / web / .htaccess
blob02273912b5d495293db2e4d54ef3b290dddb0861
1 # This file is intended to provide seamless redirection from old URLs
2 # to new URLs after a site reorganization.
3 # Do not edit arbitrarily.  Check with docutils-develop@lists.sf.net first.
5 Redirect permanent /docs/config.html http://docutils.sourceforge.net/docs/user/config.html
6 Redirect permanent /docs/config.txt  http://docutils.sourceforge.net/docs/user/config.txt
7 Redirect permanent /docs/latex.html  http://docutils.sourceforge.net/docs/user/latex.html
8 Redirect permanent /docs/latex.txt   http://docutils.sourceforge.net/docs/user/latex.txt
9 Redirect permanent /docs/tools.html  http://docutils.sourceforge.net/docs/user/tools.html
10 Redirect permanent /docs/tools.txt   http://docutils.sourceforge.net/docs/user/tools.txt
12 RedirectMatch permanent /docs/rst/([^#]*) http://docutils.sourceforge.net/docs/user/rst/$1
13 # instead of:
14 # Redirect permanent /docs/rst/quickref.html   http://docutils.sourceforge.net/docs/user/rst/quickref.html
15 # Redirect permanent /docs/rst/quickstart.html http://docutils.sourceforge.net/docs/user/rst/quickstart.html
16 # Redirect permanent /docs/rst/quickstart.txt  http://docutils.sourceforge.net/docs/user/rst/quickstart.txt
17 # Redirect permanent /docs/rst/cheatsheet.txt  http://docutils.sourceforge.net/docs/user/rst/cheatsheet.txt
18 # Redirect permanent /docs/rst/quickref.html   http://docutils.sourceforge.net/docs/user/rst/quickref.html
20 RedirectMatch permanent /spec/howto/([^#]*) http://docutils.sourceforge.net/docs/howto/$1
22 Redirect permanent /spec/pysource.dtd   http://docutils.sourceforge.net/docs/dev/pysource.dtd
23 Redirect permanent /spec/pysource.txt   http://docutils.sourceforge.net/docs/dev/pysource.txt
24 Redirect permanent /spec/pysource.html  http://docutils.sourceforge.net/docs/dev/pysource.html
25 Redirect permanent /spec/semantics.txt  http://docutils.sourceforge.net/docs/dev/semantics.txt
26 Redirect permanent /spec/semantics.html http://docutils.sourceforge.net/docs/dev/semantics.html
27 Redirect permanent /spec/notes.txt      http://docutils.sourceforge.net/docs/dev/todo.txt
28 Redirect permanent /spec/notes.html     http://docutils.sourceforge.net/docs/dev/todo.html
30 Redirect permanent /spec/doctree.txt  http://docutils.sourceforge.net/docs/ref/doctree.txt
31 Redirect permanent /spec/doctree.html http://docutils.sourceforge.net/docs/ref/doctree.html
32 Redirect permanent /spec/docutils.dtd http://docutils.sourceforge.net/docs/ref/docutils.dtd
33 Redirect permanent /spec/soextblx.dtd http://docutils.sourceforge.net/docs/ref/soextblx.dtd
35 Redirect permanent /spec/transforms.txt  http://docutils.sourceforge.net/docs/ref/transforms.txt
36 Redirect permanent /spec/transforms.html http://docutils.sourceforge.net/docs/ref/transforms.html
38 Redirect permanent /spec/rst/alternatives.txt  http://docutils.sourceforge.net/docs/dev/rst/alternatives.txt
39 Redirect permanent /spec/rst/alternatives.html http://docutils.sourceforge.net/docs/dev/rst/alternatives.html
40 Redirect permanent /spec/rst/problems.txt      http://docutils.sourceforge.net/docs/dev/rst/problems.txt
41 Redirect permanent /spec/rst/problems.html     http://docutils.sourceforge.net/docs/dev/rst/problems.html
43 Redirect permanent /spec/rst/reStructuredText.txt  http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.txt
44 Redirect permanent /spec/rst/reStructuredText.html http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
45 Redirect permanent /spec/rst/restructuredtext.txt  http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.txt
46 Redirect permanent /spec/rst/restructuredtext.html http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
47 Redirect permanent /spec/rst/directives.txt        http://docutils.sourceforge.net/docs/ref/rst/directives.txt
48 Redirect permanent /spec/rst/directives.html       http://docutils.sourceforge.net/docs/ref/rst/directives.html
49 Redirect permanent /spec/rst/interpreted.txt       http://docutils.sourceforge.net/docs/ref/rst/roles.txt
50 Redirect permanent /spec/rst/interpreted.html      http://docutils.sourceforge.net/docs/ref/rst/roles.html
51 Redirect permanent /spec/rst/introduction.txt      http://docutils.sourceforge.net/docs/ref/rst/introduction.txt
52 Redirect permanent /spec/rst/introduction.html     http://docutils.sourceforge.net/docs/ref/rst/introduction.html
54 RedirectMatch permanent /spec/pep-([^#]*) http://docutils.sourceforge.net/docs/peps/pep-$1
56 Redirect permanent /tools/test.txt  http://docutils.sourceforge.net/docs/user/rst/demo.txt
57 Redirect permanent /tools/test.html http://docutils.sourceforge.net/docs/user/rst/demo.html