dmpop / girasole

Find photos from the past

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Girasole

Girasole is a simple PHP-based application that can find and show photos you took on today's date in the past.

Dependencies

  • A web server with PHP7 or higher (tested with Apache and lighttpd)
  • php-exif library
  • Git (optional)

The Linux Photography book provides detailed information on using Girasole. Get your copy at Google Play Store or Gumroad.

Problems?

Please report bugs and issues in the Issues section.

Contribute

If you've found a bug or have a suggestion for improvement, open an issue in the Issues section.

To add a new feature or fix issues yourself, follow the following steps.

  1. Fork the project's repository.
  2. Create a feature branch using the git checkout -b new-feature command.
  3. Add your new feature or fix bugs and run the git commit -am 'Add a new feature' command to commit changes.
  4. Push changes using the git push origin new-feature command.
  5. Submit a pull request.

Author

Dmitri Popov dmpop@linux.com

License

The GNU General Public License version 3

About

Find photos from the past

License:GNU General Public License v3.0


Languages

Language:PHP 52.8%Language:CSS 42.4%Language:Dockerfile 4.8%