An easy-to-install community image gallery (aka booru) https://github.com/shish/shimmie2/
This repository has been archived on 2024-09-05. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2020-03-22 15:49:55 +00:00
.github improvements to run inside docker 2020-03-22 15:23:23 +00:00
core improvements to run inside docker 2020-03-22 15:23:23 +00:00
docs docs folder 2020-03-22 15:49:55 +00:00
ext improvements to run inside docker 2020-03-22 15:23:23 +00:00
tests improvements to run inside docker 2020-03-22 15:23:23 +00:00
themes font size 2020-03-21 22:17:24 +00:00
.dockerignore improvements to run inside docker 2020-03-22 15:23:23 +00:00
.editorconfig PSR-2. I'm not a huge fan, but ugly consistency beats no consistency... 2019-05-28 17:59:38 +01:00
.gitattributes mark PHP as always using LF rather than CRLF, to be consistent with php-cs-fixer, fixes #694 2020-03-05 01:26:26 +00:00
.gitignore ignore 2020-01-26 16:28:12 +00:00
.htaccess Added webp upload and thumbnailing support 2019-06-09 14:14:04 -05:00
.php_cs.dist ignore data dir 2019-07-05 19:20:10 +01:00
.scrutinizer.yml stub config so scrutinizer stops complaining about missing define()s 2019-10-01 13:28:38 +01:00
composer.json Bump enshrined/svg-sanitize from 0.12.0 to 0.13.1 2020-02-27 20:39:06 +00:00
composer.lock bumps 2020-03-18 17:24:06 +00:00
Dockerfile improvements to run inside docker 2020-03-22 15:23:23 +00:00
index.php InitExt / DatabaseUpgrade as part of the try/catch 2020-03-18 20:27:52 +00:00
LICENSE.txt Create LICENSE.txt 2016-11-27 20:28:16 +00:00
README.md docs folder 2020-03-22 15:49:55 +00:00

     _________.__     .__                   .__         ________
    /   _____/|  |__  |__|  _____    _____  |__|  ____  \_____  \
    \_____  \ |  |  \ |  | /     \  /     \ |  |_/ __ \  /  ____/
    /        \|   Y  \|  ||  Y Y  \|  Y Y  \|  |\  ___/ /       \
   /_______  /|___|  /|__||__|_|  /|__|_|  /|__| \___  >\_______ \
           \/      \/           \/       \/          \/         \/

Shimmie

Test & Publish Code Quality Code Coverage

This is the main branch of Shimmie, if you know anything at all about running websites, this is the version to use.

Alternatively if you want a version that will never have significant changes, check out one of the versioned branches.

Documentation

Contact

Email: webmaster at shishnet.org

Issue/Bug tracker: http://github.com/shish/shimmie2/issues

Licence

All code is released under the GNU GPL Version 2 unless mentioned otherwise.

If you give shimmie to someone else, you have to give them the source (which should be easy, as PHP is an interpreted language...). If you want to add customisations to your own site, then those customisations belong to you, and you can do what you want with them.