Revert "explain what's going on in this fork"

This reverts commit 3d5404d589df5b6c3ecb1e5b0bc90c3c13caa9e9.
This commit is contained in:
czaks 2016-01-26 01:48:09 +01:00
parent c0b7d97ec1
commit aeba30e4e1

18
README.md Executable file → Normal file
View File

@ -1,21 +1,7 @@
modified vichan vichan - A lightweight and full featured PHP imageboard.
======================================================== ========================================================
OdiliTime Modifications About
-----------------------
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 vichan is a free light-weight, fast, highly configurable and user-friendly
imageboard software package. It is written in PHP and has few dependencies. imageboard software package. It is written in PHP and has few dependencies.