Static archive of drupalcamp wroclaw website for 2014
Just to make sure that these websites never get lost to the community, we create static archive of them and host them on gh-pages, where they are available to everyone.
Everyone can clone, fork etc
Created with httrack
httrack http://www.drupalcampwroclaw.pl -O . -N "%h%p/%n/index%[page].%t" -WqQ%v --robots=0 \
#Fix paths and all
cp ./www.drupalcampwroclaw.pl/index/index.html ./www.drupalcampwroclaw.pl/
rm -r ./www.drupalcampwroclaw.pl/index
find ./www.drupalcampwroclaw.pl/ -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s//index.html///g"
find ./www.drupalcampwroclaw.pl/ -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s//index-[0-9].html///g"
find ./www.drupalcampwroclaw.pl/ -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s//..//g"
find ./www.drupalcampwroclaw.pl/ -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s/..//g"
find ./www.drupalcampwroclaw.pl/ -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s/UA-46199836-1/XX-XXXXXXXX/g"
find ./www.drupalcampwroclaw.pl/ -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s/href="/index/"/href="/"/g"