Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski 4ba83e6834 Changed job arguments convention back
Restored JobArgs approach. Previous introduction of hierarchic argument
definitions has backfired: it was confusing what class to take arguments
from, the concept of sharing arguments between different jobs was
unintelligible and one never knew where given argument was actually
defined.

This appraoch makes it easier to maintain the arguments list and
simplifies the code a lot.
2014-05-12 00:13:18 +02:00
data Fixed/refactored tag validation 2014-05-08 08:54:53 +02:00
lib Fixed account activation links 2014-05-07 21:30:37 +02:00
public_html Fixed account activation links 2014-05-07 21:30:37 +02:00
scripts Newest chibi-core 2014-04-29 21:35:29 +02:00
src Changed job arguments convention back 2014-05-12 00:13:18 +02:00
tests Changed job arguments convention back 2014-05-12 00:13:18 +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 Added unit test system 2014-05-05 17:47:30 +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.