Ein einfaches Modul um die Position der Standard Hooks in Prestashop 1.6 zu zeigen.
blockgghooktest-1-2
Autor: arne
get list of urls from site
get list of urls from page
for loadtests i.e.
Entire Site:
wget --spider -p -r $URL 2>&1 | grep '^--' | awk '{ print $3 }'| sort | uniq >urllist
or
for single page
wget --spider -p $URL 2>&1 | grep '^--' | awk '{ print $3 }'| sort | uniq >urllist
site relative links for Prestashop 1.6
To enable site relative links for Prestashop 1.6 you can use the following overrides:
Caution: this is only a quick hack,don’t use in production!
How it feels to learn JavaScript in 2016
Full Stack Fest 2016
Web Assembly
CSS4 Grid