File: .htaccess

package info (click to toggle)
python-novaclient 2%3A18.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,856 kB
  • sloc: python: 24,300; makefile: 24; sh: 13
file content (10 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# The following is generated with:
#
# git log --follow --name-status --format='%H' ac25ae6fee.. -- doc/source/ | \
#   grep ^R | grep .rst | cut -f2- | \
#   sed -e 's|doc/source/|redirectmatch 301 ^/python-novaclient/([^/]+)/|' -e 's|doc/source/|/python-novaclient/$1/|' -e 's/.rst/.html$/' -e 's/.rst/.html/' | \
#   sort

redirectmatch 301 ^/python-novaclient/([^/]+)/api.html$ /python-novaclient/$1/reference/api/index.html
redirectmatch 301 ^/python-novaclient/([^/]+)/man/nova.html$ /python-novaclient/$1/cli/nova.html
redirectmatch 301 ^/python-novaclient/([^/]+)/shell.html$ /python-novaclient/$1/user/shell.html