Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski 5c003588fa Made tag retrieval use entity conversion again
Previously engine used raw database rows for performance boost. The
benefits were negligibly small, therefore it was changed so that it
returns full entities again. That way serializing job return values
for HTTP API should be easier in the future.
2014-05-04 09:48:51 +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 listing tag relations to API 2014-05-04 09:48:51 +02:00
scripts Newest chibi-core 2014-04-29 21:35:29 +02:00
src Made tag retrieval use entity conversion again 2014-05-04 09:48:51 +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.