forked from GithubBackups/vichan
explain what's going on in this fork
This commit is contained in:
parent
d5e11b8fd9
commit
3d5404d589
18
README.md
Normal file → Executable file
18
README.md
Normal file → Executable file
@ -1,7 +1,21 @@
|
||||
vichan - A lightweight and full featured PHP imageboard.
|
||||
modified vichan
|
||||
========================================================
|
||||
|
||||
About
|
||||
OdiliTime Modifications
|
||||
-----------------------
|
||||
This is a reduced disk-IO version that does not write the HTML or JSON files to disk.
|
||||
It writes them to a redis-backed memory store which then can be quickly retrieved by a webserver
|
||||
without hitting the disk at all. See nginx's HttpRedis2Module module for more of what I mean.
|
||||
|
||||
If you don't have HttpRedis2Module, i've included a 404.php that you can use with an htaccess like:
|
||||
|
||||
# for /vichan/* base
|
||||
RewriteEngine On
|
||||
RewriteRule ^[^/]+/$ %{REQUEST_URI}/../../404.php [NC,L]
|
||||
RewriteRule ^[^/]+/[^/]+$ %{REQUEST_URI}/../../404.php [NC,L]
|
||||
RewriteRule ^[^/]+/res/[^/]+$ %{REQUEST_URI}/../../404.php [NC,L]
|
||||
|
||||
About vichan
|
||||
------------
|
||||
vichan is a free light-weight, fast, highly configurable and user-friendly
|
||||
imageboard software package. It is written in PHP and has few dependencies.
|
||||
|
Loading…
x
Reference in New Issue
Block a user