Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski e59b7e8b7b Refactored privilege system a bit
- Jobs specify main privilege and sub privileges separately
  Rationale: increase maintenance, restrict what can be done runtime
- Renamed ChangeUser* to EditUser* (consistency with EditPost*)
- Simplified enum names and configuration reading
- IJob interface members must be explicitly implemented
  Rationale: reduce chances of forgetting something, or typos in
  inherited method names
- Invalid privileges names in configuration yield exceptions
2014-05-18 21:59:56 +02:00
data Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
lib Added API controller 2014-05-18 21:59:56 +02:00
public_html Added API documentation prototype 2014-05-18 21:59:56 +02:00
scripts Newest chibi-core 2014-04-29 21:35:29 +02:00
src Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
tests Refactored privilege system a bit 2014-05-18 21:59:56 +02:00
.gitmodules Text case conversion moved to gist 2014-04-12 16:25:07 +02:00
init.php Removed legacy functions 2014-05-17 00:02:01 +02:00
LICENSE Initial commit 2013-09-30 22:26:47 -07:00
README.md update readme file with installation instructions link 2013-10-09 15:24:53 +02:00
upgrade.php Refactored TestRunner and core 2014-05-15 09:50:54 +02:00

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.