Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski d8997edc57 Refactor of controllers and models
- Most of model-related code moved from controllers to model classes, much
  fewer calls to R::whatever() in controllers
- Post editing and uploading shares the same code, thus making implementing
  stuff easier in the future
- Added support for default bean wiring, no more calls to R::preload() all over
  the place
- More robust concurrent post editing detection
2013-11-23 15:39:13 +01:00
data Refactor of controllers and models 2013-11-23 15:39:13 +01:00
lib Added support for OpenGraph 2013-11-18 14:33:43 +01:00
public_html Fav and comments are shown only if there are any 2013-11-23 15:39:13 +01:00
scripts Low-level refactor to core.php 2013-11-17 14:24:39 +01:00
src Refactor of controllers and models 2013-11-23 15:39:13 +01:00
.gitmodules Reorganized structure; 404 support 2013-10-05 17:12:51 +02:00
init.php Fixes to CLI scripts 2013-11-18 00:16:47 +01: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 Fixes to CLI scripts 2013-11-18 00:16:47 +01: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.