Prepare a static photo feed for publication on a webserver.
$ # put the photos or softlinks into ./src/, then
$ make title='My Photos' base='https://example.org/sub/my-photos'
$ # optional:
$ sh ./install-lightbox2.sh
$ rsync -avPz _build/ example.org:/var/www/.../
$ rsync -avPz assets/ example.org:/var/www/.../assets/
see doap.rdf