Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski c7250ae0a9 Improved thumbnail generating
- Moved thumbs folder to public_html/
- Users can supply custom thumbs of any size and the system will treat
  them like normal image
- Removed distinction between various thumb sizes in file system
- Introduced custom rewrite rule, which isn't exactly good-looking, but
  its benefits far outweigh its shortcomings
- Loading up to 75 times faster (was: 100-300ms, is: 4-10ms on my
  machine) thanks to removal of PHP proxying
2014-05-14 23:44:48 +02:00
data Improved thumbnail generating 2014-05-14 23:44:48 +02:00
lib Moved setRelationsFromText logic to controller 2014-05-12 22:39:14 +02:00
public_html Improved thumbnail generating 2014-05-14 23:44:48 +02:00
scripts Newest chibi-core 2014-04-29 21:35:29 +02:00
src Improved thumbnail generating 2014-05-14 23:44:48 +02:00
tests Improved thumbnail generating 2014-05-14 23:44:48 +02:00
.gitmodules Text case conversion moved to gist 2014-04-12 16:25:07 +02:00
init.php Changed versioning system 2014-05-14 20:31:34 +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.