1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-25 07:50:23 +01:00
Vichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.
Go to file
2014-11-14 12:14:11 +00:00
inc Enabe thread stats 2014-11-12 21:08:48 -08:00
js Have to load onready 2014-11-12 01:19:02 -08:00
static Merge pull request #176 from VladVP/master 2014-10-11 13:22:21 -04:00
stylesheets Merge pull request #241 from topkek/patch-6 2014-11-10 14:22:14 +08:00
templates Go to bottom link 2014-11-09 23:24:00 -08:00
tools Reset to global locale before openBoard 2014-09-29 07:17:39 +00:00
.gitignore Attempt to hide IPs from board volunteers 2014-10-09 21:39:37 -04:00
.gitmodules include wPaint submodule, references bug vichan-devel#20 2014-01-29 21:05:50 +01:00
404.php Make removing board from favorites on 404 actually work 2014-11-12 01:16:42 -08:00
banned.php banned.php: remove polish strings; html5; needs further work 2013-07-27 01:19:30 -04:00
banners.php Bug: Banners weren't displaying if board was over 10 chars long 2014-11-12 21:05:34 -08:00
boards.php Don't die on bad board configs 2014-11-09 22:17:50 -08:00
claim-old.php No more automatic claiming 2014-07-19 18:40:06 +00:00
claim.php No more automatic claiming 2014-07-19 18:40:06 +00:00
create.php 30 chars 2014-11-09 22:18:06 -08:00
expire.php yoga 2014-11-08 16:57:43 -08:00
faq.php lol 2014-11-12 01:17:34 -08:00
index.php Use templates for more pages, i18n 2014-09-26 23:52:02 +00:00
install.php [#184] Added <body> tag classes. Style selector now adds a <body> class. Moved board list under moderator dashboard. 2014-10-18 20:07:04 -05:00
install.sql Merge /srv/http 2014-11-14 12:14:11 +00:00
LICENSE.md remove license exception for Tinyboard vanilla, since they moved to a different one 2014-06-21 20:49:13 +02:00
LICENSE.Tinyboard.md move Tinyboard license 2014-04-18 11:13:41 +02:00
mod.php [#184] Reports made to clean posts are now ignored correctly (and in accordance with the local/global duality). Marking posts clean dismisses posts (also in accordance with local/global duality). Fixed up some templating issues (now display more correct messages and omit actions that are invalid). Moved Clean action off post-level and into reports action. 2014-10-21 07:50:25 -05:00
player.php Suppress warnings that might leak information 2014-08-09 12:14:56 +02:00
post.php SECURITY: CSRF in post.php 2014-11-12 21:08:32 -08:00
random.php SECURITY: Move indexed option to table...fixes unindexed boards appearing in search/random 2014-10-07 20:54:00 -07:00
README.md Better install documentation 2014-11-14 04:15:04 -08:00
search.php SECURITY: Move indexed option to table...fixes unindexed boards appearing in search/random 2014-10-07 20:54:00 -07:00

8chan - The infinitely expanding imageboard.

About

8chan is a fork of vichan, with the difference that 8chan is geared towards allowing users to create their own boards.

Most things (other than installation) that apply to upstream vichan also apply to 8chan. See their readme for a detailed FAQ: https://github.com/vichan-devel/vichan/blob/master/README.md

If you are not interested in letting your users make their own boards, install vichan instead of 8chan.

Because I cannot be bothered to maintain install.php, the install process is as such:

mysql -uroot 8chan < install.sql
echo '8chan' > .installed

Here's my install script as of 11/14/2014 for the 8chan servers which run Ubuntu 14.04:

apt-get install graphicsmagick gifsicle php5-fpm mysql-client php5-mysql php5-cli php-pear php5-apcu; add-apt-repository ppa:jon-severinsson/ffmpeg; add-apt-repository ppa:nginx/stable; apt-get update; apt-get install nginx ffmpeg; pear install Net_DNS2

Have fun!