Image board engine, Danbooru-style.
Reason: trying to make unique string for every possible argument in global fashion is difficult. For example it would make sense for EditPostRelationsJob to accept argument named "post-ids", but it wouldn't make much sense for AddPostJob to accept "post-ids" since it doesn't tell much. Thus, common arguments are going to be defined in top-level AbstractJob for ease of control, while more job-specific arguments are going to be specified in respective job implementations. |
||
---|---|---|
data | ||
lib | ||
public_html | ||
scripts | ||
src | ||
.gitmodules | ||
init.php | ||
LICENSE | ||
README.md | ||
upgrade.php |
szurubooru
Szurubooru is a Danbooru-style board, a gallery where users can upload, browse, tag and comment images, video clips and flash animations.
Szurubooru is powered by chibi, a lightweight PHP framework.
Installation instructions
For installation instructions, please see the Quick Start Guide on our wiki pages.