1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-28 01:10:51 +01:00

Fix config links

Fredrick Brennan 2019-04-18 20:16:52 +08:00
parent 63e09aea6a
commit 9d7f28c9e7
5 changed files with 20 additions and 20 deletions

14
Home.md

@ -14,14 +14,14 @@ Getting started
Configuration Configuration
------------- -------------
* [Cache](config/cache) * [Cache](cache)
* [DNS Blacklists (DNSBL)](config/dnsbl) * [DNS Blacklists (DNSBL)](dnsbl)
* [Flood filters](config/flood_filters) * [Flood filters](flood_filters)
* [Word filters](config/word_filters) * [Word filters](word_filters)
* [reCAPTCHA](config/recaptcha) * [reCAPTCHA](recaptcha)
* [Boardlinks](config/boardlinks) * [Boardlinks](boardlinks)
* [Events](events) * [Events](events)
* [Markup syntax](config/markup) * [Markup syntax](markup)
Troubleshooting Troubleshooting
--------------- ---------------

@ -30,5 +30,5 @@ The comments in [`inc/config.php`](../inc/config.php) are probably the greatest
See also See also
-------- --------
* [“Events”](events) * [“Events”](events)
* [Custom flood filters](config/flood_filters) * [Custom flood filters](flood_filters)
* [Cache](config) * [Cache](config)

@ -68,4 +68,4 @@ Event | Called | Par
See also See also
-------- --------
* [Custom flood filters](config/flood_filters) * [Custom flood filters](flood_filters)

@ -4,13 +4,13 @@ All Pages
* [Bans](bans) * [Bans](bans)
* [Capcodes](capcodes) * [Capcodes](capcodes)
* [Config](config) * [Config](config)
* [Config/Boardlinks](config/boardlinks) * [Config/Boardlinks](boardlinks)
* [Config/Cache](config/cache) * [Config/Cache](cache)
* [Config/DNSBL](config/dnsbl) * [Config/DNSBL](dnsbl)
* [Config/Flood filters](config/flood_filters) * [Config/Flood filters](flood_filters)
* [Config/Markup](config/markup) * [Config/Markup](markup)
* [Config/Word filters](config/word_filters) * [Config/Word filters](word_filters)
* [Config/reCAPTCHA](config/recaptcha) * [Config/reCAPTCHA](recaptcha)
* [Events](events) * [Events](events)
* [Git](git) * [Git](git)
* [Installation](installation) * [Installation](installation)

@ -5,14 +5,14 @@ Why Tinyboard?
Tinyboard was written from scratch, meaning its not based on any of the ancient and defective projects such as Futaba and Kusaba. Tinyboard was written from scratch, meaning its not based on any of the ancient and defective projects such as Futaba and Kusaba.
### Performance ### 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 ### Configurability
Tinyboard is almost entirely customizable. You can [create advanced configuration files](config) for the entire imageboard, or for specific boards. Tinyboard is almost entirely customizable. You can [create advanced configuration files](config) for the entire imageboard, or for specific boards.
#### Cool config sutff #### Cool config sutff
* [Custom flood filters](config/flood_filters) * [Custom flood filters](flood_filters)
* [Markup syntax](config/markup) * [Markup syntax](markup)
* [Events](events) * [Events](events)
### Security ### 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. Tinyboard has full support for IPv6 clients.
### DNS Blacklists ### 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 ### 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. 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.