The version of vichan running on lainchan.org
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Michael Save 6f124fdbcc v0.9.5 vor 12 Jahren
inc increased board uri/title/subtitle character limits vor 12 Jahren
static .. vor 12 Jahren
stylesheets CSS fix: respect whitespace with white-space: pre-wrap vor 12 Jahren
templates frameset theme fix vor 12 Jahren
.gitignore added main.js vor 12 Jahren
LICENSE.md 2012 update vor 12 Jahren
README.md Imagick's clonse() depreciated as of 3.1.0b1; use clone PHP keyword and bump minimum PHP version to 5.2.5 vor 12 Jahren
install.php v0.9.5 vor 12 Jahren
install.sql increased board uri/title/subtitle character limits vor 12 Jahren
mod.php increased board uri/title/subtitle character limits vor 12 Jahren
post.php bug: avoid using empty() or values such as "0" will not work as intended vor 12 Jahren

README.md

Tinyboard - A lightweight PHP imageboard.

About

Tinyboard is an imageboard software package written in PHP. It aims to maintain a stable, fast, clean, robust and user-friendly engine for imageboards. You can contact the development team or learn more at tinyboard.org or on IRC at irc.datnode.net #tinyboard.

Requirements

  1. PHP >= 5.2.5
  2. mbstring (--enable-mbstring)
  3. PHP-GD
  4. PHP-PDO with appropriate driver for your database (only MySQL is supported at the moment)

Installation

See http://tinyboard.org/wiki/index.php?title=Installation.

Documentation

Documentation can be found at http://tinyboard.org/docs/.

License

See LICENSE.md for the license.