remvoe photostandard.txt, and change up README
photostandard.txt is not need anymore, so is now gone!
This commit is contained in:
21
README.md
21
README.md
@ -1,31 +1,16 @@
|
||||
# Perla the Dog
|
||||
# Perla The Dog
|
||||
|
||||
This is the source code for [Perlathedog.com](https://perlathedog.com), a lightweight PHP-based image upload and archival system.
|
||||
|
||||
The project allows you to upload `.JPG` or `.PNG` images, organizes them by the date the photo was taken (using EXIF metadata), and automatically generates a browsable homepage and archive structure by year.
|
||||
This is the source code for the oponimus website [PerlaTheDog.com](https://perlathedog.com), a lightweight PHP-based image upload and archival system.
|
||||
|
||||
## Requirements
|
||||
|
||||
* PHP 7.0 or newer
|
||||
* PHP GD extension (`php-gd`) enabled
|
||||
|
||||
## Usage
|
||||
|
||||
1. Upload an image by visiting:
|
||||
`http://example.ptd/upload/index.php?key=YOUR_SECRET_KEY`
|
||||
2. Images are automatically placed in `/images/YYYY/MM/` based on their EXIF data.
|
||||
3. Archives can be viewed at:
|
||||
|
||||
* `/archives/YYYY/` for past years
|
||||
* `/index.php` for the current year
|
||||
|
||||
## Installation (Debian-based systems)
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
apt update && apt install git php-gd
|
||||
git clone https://git.oldgate.org/PerlaTheDog/PerlaTheDog
|
||||
cd PerlaTheDog
|
||||
cp config.php.dev config.php
|
||||
```
|
||||
|
||||
*not finished yet :3*
|
||||
|
@ -1,10 +0,0 @@
|
||||
Default Portrait: 3024x4032
|
||||
Default Landscape: 4032x3024
|
||||
|
||||
Standard Portrait Full:1512x2016
|
||||
Standard Portrait Preview: 756x1008
|
||||
Standard Landscape Full: 2016x1512
|
||||
Standard Landscape Preview: 1008x756
|
||||
|
||||
And Run (magick mogrify -resize 50% '*') -and (magick mogrify -strip *)
|
||||
Some images need magick mogrify -rotate 90 *
|
Reference in New Issue
Block a user