Thanks to visit codestin.com
Credit goes to github.com

Skip to content

artlbv/php-plots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

php-plots

PHP based web index for image displaying.

Original code from Giovanni Petrucciani (@gpetruc) and @musella.

This project contains a PHP web index script to help visualizing folders with many images + other text content.

It is tailored to people working in High Energy Physics that use ROOT (http://root.cern.ch) to produce their plots.

Setup

  1. cd into your web folder
cd <my-path> (e.g. /www/project)
  1. Clone this repository
git clone https://github.com/artlbv/php-plots.git .
  1. Copy the example/htaccess file into .htaccess and edit its content to suit your needs.
cp -p example/htaccess .htaccess
$EDITOR .htacces

Note that the webersver should have permissions to access the files/folders (chmod 755)

  1. Open the web folder into your browser.

  2. Enjoy.

Features

  1. Detect if a file is present with multiple formats.

  2. Filter files to be selected with wild-cards or regex.

  3. Zoom in/out images with double-click.

  4. Rearrange images with drag and drop.

  5. Overlay content of .txt version on mouse hover.

Example

https://alobanov.web.cern.ch/public/php-plots/example/

About

PHP based web index for image displaying

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 58.5%
  • CSS 36.4%
  • JavaScript 5.1%