Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski f383a5ed21 Moved JobArgs to Jobs
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.
2014-05-03 19:25:59 +02:00
data Tag relations don't suggest tags already used 2014-03-10 16:16:25 +01:00
lib Newest chibi-core 2014-04-29 21:35:29 +02:00
public_html Moved tag toggling to API 2014-05-03 19:25:59 +02:00
scripts Newest chibi-core 2014-04-29 21:35:29 +02:00
src Moved JobArgs to Jobs 2014-05-03 19:25:59 +02:00
.gitmodules Text case conversion moved to gist 2014-04-12 16:25:07 +02:00
init.php Newest chibi-core 2014-04-29 21:35:29 +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 Newest chibi-core 2014-04-29 21:35:29 +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.