mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
Fix config links
parent
63e09aea6a
commit
9d7f28c9e7
14
Home.md
14
Home.md
@ -14,14 +14,14 @@ Getting started
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
* [Cache](config/cache)
|
||||
* [DNS Blacklists (DNSBL)](config/dnsbl)
|
||||
* [Flood filters](config/flood_filters)
|
||||
* [Word filters](config/word_filters)
|
||||
* [reCAPTCHA](config/recaptcha)
|
||||
* [Boardlinks](config/boardlinks)
|
||||
* [Cache](cache)
|
||||
* [DNS Blacklists (DNSBL)](dnsbl)
|
||||
* [Flood filters](flood_filters)
|
||||
* [Word filters](word_filters)
|
||||
* [reCAPTCHA](recaptcha)
|
||||
* [Boardlinks](boardlinks)
|
||||
* [Events](events)
|
||||
* [Markup syntax](config/markup)
|
||||
* [Markup syntax](markup)
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
@ -30,5 +30,5 @@ The comments in [`inc/config.php`](../inc/config.php) are probably the greatest
|
||||
See also
|
||||
--------
|
||||
* [“Events”](events)
|
||||
* [Custom flood filters](config/flood_filters)
|
||||
* [Custom flood filters](flood_filters)
|
||||
* [Cache](config)
|
||||
|
@ -68,4 +68,4 @@ Event | Called | Par
|
||||
|
||||
See also
|
||||
--------
|
||||
* [Custom flood filters](config/flood_filters)
|
||||
* [Custom flood filters](flood_filters)
|
||||
|
@ -4,13 +4,13 @@ All Pages
|
||||
* [Bans](bans)
|
||||
* [Capcodes](capcodes)
|
||||
* [Config](config)
|
||||
* [Config/Boardlinks](config/boardlinks)
|
||||
* [Config/Cache](config/cache)
|
||||
* [Config/DNSBL](config/dnsbl)
|
||||
* [Config/Flood filters](config/flood_filters)
|
||||
* [Config/Markup](config/markup)
|
||||
* [Config/Word filters](config/word_filters)
|
||||
* [Config/reCAPTCHA](config/recaptcha)
|
||||
* [Config/Boardlinks](boardlinks)
|
||||
* [Config/Cache](cache)
|
||||
* [Config/DNSBL](dnsbl)
|
||||
* [Config/Flood filters](flood_filters)
|
||||
* [Config/Markup](markup)
|
||||
* [Config/Word filters](word_filters)
|
||||
* [Config/reCAPTCHA](recaptcha)
|
||||
* [Events](events)
|
||||
* [Git](git)
|
||||
* [Installation](installation)
|
||||
|
@ -5,14 +5,14 @@ Why Tinyboard?
|
||||
Tinyboard was written from scratch, meaning it’s not based on any of the ancient and defective projects such as Futaba and Kusaba.
|
||||
|
||||
### Performance
|
||||
Tinyboard is built for speed and has proven to be incredibly fast compared to alternatives. You can make it even faster by [enabling cache](config/cache).
|
||||
Tinyboard is built for speed and has proven to be incredibly fast compared to alternatives. You can make it even faster by [enabling cache](cache).
|
||||
|
||||
### Configurability
|
||||
Tinyboard is almost entirely customizable. You can [create advanced configuration files](config) for the entire imageboard, or for specific boards.
|
||||
|
||||
#### Cool config sutff
|
||||
* [Custom flood filters](config/flood_filters)
|
||||
* [Markup syntax](config/markup)
|
||||
* [Custom flood filters](flood_filters)
|
||||
* [Markup syntax](markup)
|
||||
* [Events](events)
|
||||
|
||||
### Security
|
||||
@ -30,7 +30,7 @@ Tinyboard can track post citations (“>>1234” links) so that when posts are d
|
||||
Tinyboard has full support for IPv6 clients.
|
||||
|
||||
### DNS Blacklists
|
||||
Tinyboard makes blocking open proxies and other malicious clients easy with [DNS Blacklists (DNSBL)](config/dnsbl).
|
||||
Tinyboard makes blocking open proxies and other malicious clients easy with [DNS Blacklists (DNSBL)](dnsbl).
|
||||
|
||||
### Anti-spam measures
|
||||
Tinyboard uses [unique and harder-to-defeat anti-spam measures](your_request_looks_automated) that keeps all generic bots out and gives attackers a hard time.
|
||||
|
Loading…
Reference in New Issue
Block a user