add /topic.html?q=sushi and /simple.html
[mkws-moved-to-github.git] / test / widgets / Makefile
index 6463ae8..9e560c2 100644 (file)
@@ -3,7 +3,7 @@
 PHANTOMJS_TIMEOUT=18
 PHANTOMJS=     ../node_modules/phantomjs/bin/phantomjs
 IMAGES=                ./images
-SCREENSHOT_WIDTH_HEIGHT=       1400 800
+SCREENSHOT_WIDTH_HEIGHT=       1000 1200
 PERL_SCRIPTS=  ../bin/bomb.pl
 PROG=  ../phantom/screenshot.js
 MD5=   $(shell which md5 md5sum)
@@ -12,7 +12,7 @@ TIMEOUT=5
 PHANTOMJS_URL= http://cph.koha.indexdata.com/cgi-bin/koha/opac-search.pl?q=sushi
 PHANTOMJS_URL= http://www.indexdata.com/
 
-all: check
+all: help
 
 clean:
        rm -f mkws-error.png mkws-error.html 
@@ -24,7 +24,7 @@ distclean: clean
 test: check
 
 screenshot:
-       file=$$(echo "${PHANTOMJS_URL}" | ${MD5} | perl -npe 's,\s.*,,'); \
+       file=$$(echo "${PHANTOMJS_URL}" | perl -npe 's,(\W),-,g'); \
        ${PHANTOMJS} ${PROG} ${PHANTOMJS_URL} ${IMAGES}/$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}
 
 screenshots:
@@ -34,10 +34,11 @@ screenshots:
        make index
 
 index:
-       cd ${IMAGES}; ls *.png | perl -ne 'chomp; print qq{<img src="$$_">$$_</img><hr/>\n}' > index.html
+       cd ${IMAGES}; ls *.png | perl -ne 'chomp; print qq{<h2>$$_</h2><img src="$$_"/><br/><br/><p/>\n}' > index.html
 
 help:
        @echo "make [ all | clean | distclean ]"
-       @echo "     [ screenshot | index | screenshots ]"
+       @echo "     [ screenshots ]"
+       @echo "     [ screenshot | index ]"
        @echo ""