krz/skunky-art

clone: git clone https://gitbay.org/krz/skunky-art.git

main: REDIRECTS.txt · raw

 1# Search
 2* `deviantart.com/search?q=$QUERY` => `/search?q=$QUERY&type=all`
 3# Daily Deviations
 4* `deviantart.com` => `/dd`
 5# Deviations
 6* (`$USER_GROUP.deviantart.com/art/$ID`|`deviantart.com/$USER_GROUP/art/$ID`) => `/post/$USER_GROUP/$ID`
 7# Groups and users
 8## Main user page
 9* (`$USER_GROUP.deviantart.com`|`deviantart.com/$USER_GROUP`) => `/group_user?type=about&q=$USER_GROUP`
10## Gallery
11* (`$USER_GROUP.deviantart.com/gallery`|`deviantart.com/$USER_GROUP/gallery`) => `/group_user?type=gallery&q=$USER_GROUP`
12## Favourites
13* (`$USER_GROUP.deviantart.com/favourites`|`deviantart.com/$USER_GROUP/favourites`) => `/group_user?type=favourites&q=$USER_GROUP`