Make your old Drupal Sites Static, Faster and Safer.

Submitted by ricardo on Thu, 06/27/2013 - 16:40

Recently I helped to "staticalize" the past Drupalcon sites on http://drupal.org
This makes the sites static, faster, safer and less error-prone. Works like a live archive of the past events.
For that i use this wget command:
wget -m -U Mozilla --page-requisites \
--retry-connrefused \
--limit-rate=5000k \
--convert-links \
--html-extension \
--restrict-file-names=windows \
--domains ${SITE} \
--no-parent http://${SITE}/

These sites are now static and, security wise, safer:
http://chicago2011.drupal.org
http://london2011.drupal.org
http://denver2012.drupal.org
http://munich2012.drupal.org
http://saopaulo2012.drupal.org
http://sydney2013.drupal.org

Powered by Drupal