inl-pd-autotest

Results 3 issues of inl-pd-autotest

``` $domain_URL = 'http://some.url.com/'; $event_relative_URL = '/relative/path/'; $session = new Requests_Session($domain_URL); $response = $session->get($event_relative_URL); $requestURL = '/api?something=here&and=there' $payload = {[...]} // some data there ``` And now I need to...

I need to separate some sets of images and would like to contain them in separate sub-dirs inside ``gallery-images``. Please, add recursive scan for images inside ``gallery-images`` dir.

Current approach when .html files are generated at start - is suitable only for static galleries. I'd like to be able to start the gallery script once and add/remove folders...