Skip to content
Snippets Groups Projects
Commit d8887312 authored by Toke Eskildsen's avatar Toke Eskildsen
Browse files

Slightly improved feedback

parent 65afe587
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ Please visit [http://tokee.github.io/quack/](http://tokee.github.io/quack/) for
* [ImageMagick](http://www.imagemagick.org) (as GraphicsMagic cannot create histograms)
* [openseadragon.min.js](http://openseadragon.github.io/)
* A suitable beefy browser equipped machine for display, depending on image sizes and ALTO complexity
* [deepzoom](http://search.cpan.org/~drrho/Graphics-DZI-0.05/script/deepzoom) (only if tile based display is enabled)
* [deepzoom](http://search.cpan.org/~drrho/Graphics-DZI-0.05/script/deepzoom) (only if tile based display is enabled. Install with 'sudo cpan -f install Graphics::DZI')
* Perl (required by deepzoom)
## Usage
......
......@@ -628,7 +628,7 @@ function makeIndex() {
pushd "$SRC_FOLDER" > /dev/null
local SRC_FOLDER=`pwd`
popd > /dev/null
echo "Processing $SRC_FOLDER"
echo "Processing $SRC_FOLDER `date +%H:%M:%S`"
if [ ! -d "$DEST_FOLDER" ]; then
# echo "Creating folder $DEST_FOLDER"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment