Save Tinyboard docs (2012-10-16) from web.archive.org

This commit is contained in:
Amsemy Teladi
2019-04-18 16:15:46 +07:00
committed by Fredrick Brennan
parent 997326af59
commit a99c45de22
37 changed files with 690 additions and 0 deletions

32
docs/main_page.md Normal file
View File

@@ -0,0 +1,32 @@
Tinyboard — A lightweight PHP imageboard
========================================
Tinyboard is a light-weight, fast, highly configurable and user-friendly imageboard software package released under a non-restrictive open-source license. It is written in PHP and has few [dependencies](installation.md#requirements).
Getting started
---------------
* [Why Tinyboard](why_tinyboard.md)?
* [Installing Tinyboard](installation.md)
* [Configuration Basics](config.md)
* [Introduction to the moderator interface](mod_interface.md)
Configuration
-------------
* [Cache](config/cache.md)
* [DNS Blacklists (DNSBL)](config/dnsbl.md)
* [Flood filters](config/flood_filters.md)
* [Word filters](config/word_filters.md)
* [reCAPTCHA](config/recaptcha.md)
* [Boardlinks](config/boardlinks.md)
* [Events](events.md)
* [Markup syntax](config/markup.md)
Troubleshooting
---------------
* [“Your request looks automated” error](your_request_looks_automated.md)
See also
--------
* [Using Git](git.md)
* [Upgrading Tinyboard](upgrading.md)
* [Special:AllPages](special_allpages.md)