Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Savetheinternet 65ad6bf063 better error message for "unknown auth method" 13 years ago
inc better error message for "unknown auth method" 13 years ago
static non-image uploads 13 years ago
stylesheets stylesheet fix for some tables in mod panel with Futaba or Yotsuba 13 years ago
templates insert cite at caret/selection pos instead of end 13 years ago
.gitignore Updated gitignore for new version 13 years ago
LICENSE.md Updated license 13 years ago
README.md Fix readme markdown 13 years ago
install.php removed sql_open call which was made unnecessary previously 13 years ago
install.sql add `board` field on ban table 13 years ago
main.js insert cite at caret/selection pos instead of end 13 years ago
mod.php redirect after posting in noticeboard to counter repost with F5 13 years ago
post.php per-board bans 13 years ago

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 and user-friendly engine for imageboards. Development for Tinyboard started in October 2010. You can contact the development team or learn more at [tinyboard.org][o] or on IRC at [irc.datnode.net #tinyboard][i]. [o]: http://tinyboard.org/ [i]: irc://irc.datnode.net/tinyboard

Requirements

  1. PHP >= 5.2.0
  2. php-gd
  3. php-pdo with appropriate driver for your database

Installation

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

Documentation

Visit the development wiki at http://tinyboard.org/wiki/ for help.

License

See [LICENSE.md][l] for the license. [l]: http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md