PHP based web index for image displaying.
Original code from Giovanni Petrucciani (@gpetruc).
This project contains a PHP web index script to help visualizing folders with many images.
It is tailored to people working in High Energy Physics that use ROOT (http://root.cern.ch) to produce their plots.
-
cd into your web folder
cd <my-path>
-
Clone this repository
git clone https://github.com/musella/php-plots.git .
-
Copy the example/htaccess file into .htaccess and edit its content to suit your needs.
cp -p example/htaccess .htaccess $EDITOR .htacces
-
Open the web folder into your browser.
-
Enjoy.
-
Detect if a file is present with multiple formats.
-
Filter files to be selected with wild-cards or regex.
-
Zoom in/out images with double-click.
-
Rearrange images with drag and drop.
-
Overlay content of .txt version on mouse hover.