Skip to content

pyconca/websites-archive

Repository files navigation

PyConCA Websites Archive

How to download a website

wget --no-check-certificate --mirror -p --html-extension --convert-links -e
robots=off -P . $URL

How to download 2012 website

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

Run the example nginx.conf

nginx -c nginx.conf -p `pwd`

TODOs

  • 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

About

An Git archive of the old PyConCA websites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published