From 4c142f08858faf46b4fff25b7eca944403bebe57 Mon Sep 17 00:00:00 2001 From: fourfivesix Date: Tue, 23 Sep 2014 17:17:45 -0300 Subject: [PATCH] Update README.md Renames the header and adds the static pages clause. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc2d8072..55df0131 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -vichan - A lightweight and full featured PHP imageboard. +8chan - The infinitely expanding imageboard. ======================================================== About @@ -118,6 +118,13 @@ WebM support ------------ Read `inc/lib/webm/README.md` for information about enabling webm. +Static Pages +------------ +Some pages like `/faq.html` need to be pre-generated: +``` +$ php faq.php > faq.html +``` + License -------- See [LICENSE.md](http://github.com/vichan-devel/vichan/blob/master/LICENSE.md).