forked from arp242/arp242.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_redirects
148 lines (143 loc) · 12.4 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# https://www.netlify.com/docs/redirects/
# Always use main domain.
# https://arp242.netlify.com/* https://www.arp242.net/:splat 301!
# https://arp242.net/* https://www.arp242.net/:splat 301!
# Renamed
/learning-a-programming-language.html /learning-programming.html 301
# Old weblog titles; some seem borked but that's because Jekyll generated them
# like this sometimes :-/
/weblog/Run_multiple_services_on_one_port_and_use_PF's_overload_to_switch_between_them.html /weblog/pf-switch.html 301
/weblog/run_multiple_services_on_one_port_and_use_pf's_overload_to_switch_between_them /weblog/pf-switch.html 301
/weblog/Minimal_Apache_configuration_for_subversion.html /weblog/apache-svn.html 301
/weblog/minimal_apache_configuration_for_subversion /weblog/apache-svn.html 301
/weblog/Minimal_Apache_configuration_for_subversion.php /weblog/apache-svn.html 301
/weblog/Manage_Unreal_Tournament_cache_files.html /weblog/ut-cache.html 301
/weblog/manage_unreal_tournament_cache_files /weblog/ut-cache.html 301
/weblog/Online_Unreal_Tournament_server_browser_with_pcntl_fork().html /weblog/ut-browser.html 301
/weblog/online_unreal_tournament_server_browser_with_pcntl_fork() /weblog/ut-browser.html 301
/weblog/Tunnelling_SSH_though_a_firewall_with_ssh_-L.html /weblog/ssh-tunnel.html 301
/weblog/tunnelling_ssh_though_a_firewall_with_ssh_-l /weblog/ssh-tunnel.html 301
/weblog/Creating_temporary_files_in_PHP.html /weblog/php-mktemp.html 301
/weblog/creating_temporary_files_in_php /weblog/php-mktemp.html 301
/weblog/digging_for_hosts_FreeBSD_10.html /weblog/freebsd-dig.html 301
/weblog/digging_for_hosts_freebsd_10 /weblog/freebsd-dig.html 301
/weblog/making_flag_shih_tzu_work_well_with_formtastic.html /weblog/flagshihtzu-formtastic.html 301
/weblog/Intercept_outgoing_mails_in_Ruby_on_Rails.html /weblog/rails-devmail.html 301
/weblog/intercept_outgoing_mails_in_ruby_on_rails /weblog/rails-devmail.html 301
/weblog/Uninstalling_Emacs_with_apt-get-_lessons_in_interface_design.html /weblog/apt-get.html 301
/weblog/uninstalling_emacs_with_apt-get-_lessons_in_interface_design /weblog/apt-get.html 301
/weblog/generate_passwords_from_the_commandline /weblog/cli-passwords.html 301
/weblog/Generate_passwords_from_the_commandline.html /weblog/cli-passwords.html 301
/weblog/security-of-python's-pickle-and-marshal-modules.html /weblog/pickle-marshal-security.html 301
/weblog/i-dont-like-git-but-im-going-to-migrate-my-projects-to-it.html /weblog/git-hg.html 301
/weblog/some-thoughts-on-cdns.html /weblog/cdn.html 301
/weblog/a-primer-on-str-and-bytes-in-python-3.html /weblog/python-str-bytes.html 301
/weblog/yaml_probably_not_so_great_after_all.html /weblog/yaml-config.html 301
/weblog/JSON_as_configuration_files-_please_dont.html /weblog/json-config.html 301
/weblog/json_as_configuration_files-_please_dont /weblog/json-config.html 301
# Redirect old /weblog/ paths. Keep this after the other /weblog/* redirects to
# make sure it matches last!
/weblog/* /:splat 301
# Code pages, just redirect to GitHub
/code /#code 301
/code/index.html /#code 301
/code/arp242.net https://github.com/arp242/arp242.net 301
/code/arp242.net/* https://github.com/arp242/arp242.net 301
/code/aurgit https://github.com/arp242/aurgit 301
/code/aurgit/* https://github.com/arp242/aurgit 301
/code/auto_mkdir2.vim https://github.com/arp242/auto_mkdir2.vim 301
/code/auto_mkdir2.vim/* https://github.com/arp242/auto_mkdir2.vim 301
/code/autofox https://github.com/arp242/autofox 301
/code/autofox/* https://github.com/arp242/autofox 301
/code/battray https://github.com/arp242/battray 301
/code/battray/* https://github.com/arp242/battray 301
/code/complete_email.vim https://github.com/arp242/complete_email.vim 301
/code/complete_email.vim/* https://github.com/arp242/complete_email.vim 301
/code/confirm_quit.vim https://github.com/arp242/confirm_quit.vim 301
/code/confirm_quit.vim/* https://github.com/arp242/confirm_quit.vim 301
/code/default2.vim https://github.com/arp242/default2.vim 301
/code/default2.vim/* https://github.com/arp242/default2.vim 301
/code/dmenu https://github.com/arp242/dmenu 301
/code/dmenu/* https://github.com/arp242/dmenu 301
/code/dotfiles https://github.com/arp242/dotfiles 301
/code/dotfiles/* https://github.com/arp242/dotfiles 301
/code/download-npo https://github.com/arp242/download-npo 301
/code/download-npo/* https://github.com/arp242/download-npo 301
/code/dwm https://github.com/arp242/dwm 301
/code/dwm/* https://github.com/arp242/dwm 301
/code/find-cursor https://github.com/arp242/find-cursor 301
/code/find-cursor/* https://github.com/arp242/find-cursor 301
/code/git.vim https://github.com/arp242/git.vim 301
/code/git.vim/* https://github.com/arp242/git.vim 301
/code/globedit.vim https://github.com/arp242/globedit.vim 301
/code/globedit.vim/* https://github.com/arp242/globedit.vim 301
/code/goimport https://github.com/arp242/goimport 301
/code/goimport/* https://github.com/arp242/goimport 301
/code/gopher.vim https://github.com/arp242/gopher.vim 301
/code/gopher.vim/* https://github.com/arp242/gopher.vim 301
/code/hello-css https://github.com/arp242/hello-css 301
/code/hello-css/* https://github.com/arp242/hello-css 301
/code/helplink.vim https://github.com/arp242/helplink.vim 301
/code/helplink.vim/* https://github.com/arp242/helplink.vim 301
/code/hubhub https://github.com/arp242/hubhub 301
/code/hubhub/* https://github.com/arp242/hubhub 301
/code/imgzoom https://github.com/arp242/imgzoom 301
/code/imgzoom/* https://github.com/arp242/imgzoom 301
/code/info https://github.com/arp242/info 301
/code/info/* https://github.com/arp242/info 301
/code/markdown-wiki https://github.com/arp242/markdown-wiki 301
/code/markdown-wiki/* https://github.com/arp242/markdown-wiki 301
/code/milotoy.co.uk https://github.com/arp242/milotoy.co.uk 301
/code/milotoy.co.uk/* https://github.com/arp242/milotoy.co.uk 301
/code/my-first-vimrc https://github.com/arp242/my-first-vimrc 301
/code/my-first-vimrc/* https://github.com/arp242/my-first-vimrc 301
/code/nordavind https://github.com/arp242/nordavind 301
/code/nordavind/* https://github.com/arp242/nordavind 301
/code/operapass https://github.com/arp242/operapass 301
/code/operapass/* https://github.com/arp242/operapass 301
/code/orgstat https://github.com/arp242/orgstat 301
/code/orgstat/* https://github.com/arp242/orgstat 301
/code/packman.vim https://github.com/arp242/packman.vim 301
/code/packman.vim/* https://github.com/arp242/packman.vim 301
/code/password-bunny https://github.com/arp242/password-bunny 301
/code/password-bunny/* https://github.com/arp242/password-bunny 301
/code/pkg_clearleaves https://github.com/arp242/pkg_clearleaves 301
/code/pkg_clearleaves/* https://github.com/arp242/pkg_clearleaves 301
/code/pkg_sanity https://github.com/arp242/pkg_sanity 301
/code/pkg_sanity/* https://github.com/arp242/pkg_sanity 301
/code/powersearch.vim https://github.com/arp242/powersearch.vim 301
/code/powersearch.vim/* https://github.com/arp242/powersearch.vim 301
/code/readable https://github.com/arp242/readable 301
/code/readable/* https://github.com/arp242/readable 301
/code/readon.js https://github.com/arp242/readon.js 301
/code/readon.js/* https://github.com/arp242/readon.js 301
/code/rhttp https://github.com/arp242/rhttp 301
/code/rhttp/* https://github.com/arp242/rhttp 301
/code/robots https://github.com/arp242/robots 301
/code/robots/* https://github.com/arp242/robots 301
/code/sanitize_files https://github.com/arp242/sanitize_files 301
/code/sanitize_files/* https://github.com/arp242/sanitize_files 301
/code/sconfig https://github.com/arp242/sconfig 301
/code/sconfig/* https://github.com/arp242/sconfig 301
/code/singlepage https://github.com/arp242/singlepage 301
/code/singlepage/* https://github.com/arp242/singlepage 301
/code/slock https://github.com/arp242/slock 301
/code/slock/* https://github.com/arp242/slock 301
/code/spamdb-curses https://github.com/arp242/spamdb-curses 301
/code/spamdb-curses/* https://github.com/arp242/spamdb-curses 301
/code/st https://github.com/arp242/st 301
/code/st/* https://github.com/arp242/st 301
/code/startscreen.vim https://github.com/arp242/startscreen.vim 301
/code/startscreen.vim/* https://github.com/arp242/startscreen.vim 301
/code/testing.vim https://github.com/arp242/testing.vim 301
/code/testing.vim/* https://github.com/arp242/testing.vim 301
/code/trackwall https://github.com/arp242/trackwall 301
/code/trackwall/* https://github.com/arp242/trackwall 301
/code/transip-dynamic https://github.com/arp242/transip-dynamic 301
/code/transip-dynamic/* https://github.com/arp242/transip-dynamic 301
/code/undofile_warn.vim https://github.com/arp242/undofile_warn.vim 301
/code/undofile_warn.vim/* https://github.com/arp242/undofile_warn.vim 301
/code/uni https://github.com/arp242/uni 301
/code/uni/* https://github.com/arp242/uni 301
/code/xdg_open.vim https://github.com/arp242/xdg_open.vim 301
/code/xdg_open.vim/* https://github.com/arp242/xdg_open.vim 301