wget --no-check-certificate --mirror -p --html-extension --convert-links -e
robots=off -P . $URL
PyConCA 2012 website was developed differently than the other years. It requires the language be added in the Accept-Language
header.
wget --header='Accept-Language: $LANG' --no-check-certificate --mirror -p --html-extension --convert-links -e robots=off -P . $URL
Also the json files.
wget --header='Accept-Language: $LANG' http://2012.pycon.ca/talk/{1..85}.json
nginx -c nginx.conf -p `pwd`
- Make sure all the stylesheet URLs are pointed to HTTPS.
- 2012.pycon.ca is only showing the French version of the website.
- Get NginX config to work properly for 2012
- Get NginX config to work properly for 2013
- Get NginX config to work properly for 2015