Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added screenshots since website demo is down #380

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# PhotoShow 3.0

## Website

[PhotoShow-Gallery](http://www.photoshow-gallery.com)

## Overview

**PhotoShow**, *your* web gallery. **PhotoShow** is a *free* and *open source* web gallery, that you can very easily install on your web server. It doesn't even require a database !

## Screenshots

![image](Screenshots/index.jpg)
![image](Screenshots/index2.jpg)
![image](Screenshots/settings.jpg)
![image](Screenshots/accounts.jpg)

## What's new ?

Wow, well, loads. Here is a quick list.
Expand All @@ -23,8 +26,8 @@ Wow, well, loads. Here is a quick list.
* Loads of code removed for a faster, more reliable PhotoShow. Hopefully.
* Uploaders have lost a load of rights. Basically, all they can do is upload. No file removing anymore.
* Rights management SHOULD be the same as before. But, just in case, please check after updating
* Updated phpThumb library
* Added configuration values for `quality_small` and `quality_mini` thumbnails with default of `90` - change them through your own config.php, like `$config->quality_small = 90;`
* Updated phpThumb library
* Added configuration values for `quality_small` and `quality_mini` thumbnails with default of `90` - change them through your own config.php, like `$config->quality_small = 90;`
* Make usage of your imagick installation, as it will result in better thumbnail quality! If the convert tool isn't located at `/usr/local/bin/convert` define your convert tool location through config.php by adding: `$config->imagemagick_path = '/your/path/to/convert';`

## Installation
Expand Down
Binary file added Screenshots/accounts.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/index.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/index2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshots/settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.