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-10-20 14:29:12 +02:00
inc Merge https://github.com/ctrlcctrlv/8chan 2014-10-18 13:33:36 -07:00
js Merge https://github.com/vichan-devel/vichan 2014-10-20 14:29:12 +02:00
static Merge pull request #176 from VladVP/master 2014-10-11 13:22:21 -04:00
stylesheets Merge https://github.com/vichan-devel/vichan 2014-10-18 22:44:53 +02:00
templates Merge branch 'master' of https://github.com/ctrlcctrlv/8chan 2014-10-18 22:45:02 +02:00
tools Reset to global locale before openBoard 2014-10-07 04:32:10 +02: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 alert removal 2014-10-03 05:58:29 +00:00
banned.php banned.php: remove polish strings; html5; needs further work 2013-07-27 01:19:30 -04:00
banners.php Updated banners.py 2014-09-24 01:37:23 +02:00
boards.php SECURITY: Move indexed option to table...fixes unindexed boards appearing in search/random 2014-10-07 20:54:00 -07: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 this download all script doesnt even work 2014-10-09 16:58:00 -07:00
expire.php BINARY 2014-10-06 18:02:58 -07:00
faq.php Gloval -> Global 2014-10-14 12:43:31 -07:00
index.php Use templates for more pages, i18n 2014-09-26 23:52:02 +00:00
install.php tag for 4.9.92 2014-09-21 05:58:49 +02:00
install.sql update install.sql boards table schema 2014-10-09 03:16:07 +02: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 Attempt to hide IPs from board volunteers 2014-10-09 21:39:37 -04:00
player.php Suppress warnings that might leak information 2014-08-09 12:14:56 +02:00
post.php This bot check is weird and keeps breaking when locales do 2014-10-10 09:52:51 -07: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 Fix README.md 2014-10-19 19:41:15 +01: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 free light-weight, fast, highly configurable and user-friendly imageboard software package. It is written in PHP and has few dependencies.

8chan is a fork of vichan, which is a fork of Tinyboard, a great imageboard package, actively building on it and adding a lot of features and other improvements.

Support and announcements: https://int.vichan.net/devel/

Requirements

  1. PHP >= 5.3
  2. MySQL/MariaDB server
  3. mbstring
  4. PHP GD
  5. PHP PDO

We try to make sure vichan is compatible with all major web servers and operating systems. vichan does not include an Apache .htaccess file nor does it need one.

  1. MySQL/MariaDB server >= 5.5.3
  2. ImageMagick (command-line ImageMagick or GraphicsMagick preferred).
  3. APC (Alternative PHP Cache), XCache or Memcached

Contributing

You can contribute to vichan by:

  • Developing patches/improvements/translations and using GitHub to submit pull requests
  • Providing feedback and suggestions
  • Writing/editing documentation

If you need help developing a patch, please join our IRC channel.

Installation

  1. Download and extract Tinyboard to your web directory or get the latest development version with:

    git clone git://github.com/ctrlcctrlv/8chan.git
    
  2.  Copy secrets.example.php to secrets.php and edit it.
    
  3. Navigate to install.php in your web browser and follow the prompts.

  4. vichan should now be installed. Log in to mod.php with the default username and password combination: admin / password.

Please remember to change the administrator account password.

See also: Configuration Basics.

Upgrade

To upgrade from any version of Tinyboard or vichan:

Either run git pull to update your files, if you used git, or backup your inc/instance-config.php, replace all your files in place (don't remove boards etc.), then put inc/instance-config.php back and finally run install.php.

Support

vichan is still beta software -- there are bound to be bugs. If you find a bug, please report it.

If you need assistance with installing, configuring, or using vichan, you may find support from a variety of sources:

Tinyboard support

8chan is based on a Tinyboard, so both engines have very much in common. These links may be helpful for you as well:

Donations

Do you like our work? You can motivate us financially to do better ;)

  • Bitcoin: tip for next commit

You can also ask us to develop some feature specially for you <3. Join our IRC channel and ask for a quote (there are a few of us, who work with the codebase and are skilled enough to develop such features pretty quickly).

CLI tools

There are a few command line interface tools, based on Tinyboard-Tools. These need to be launched from a Unix shell account (SSH, or something). They are located in a tools/ directory.

You actually don't need these tools for your imageboard functioning, they are aimed at the power users. You won't be able to run these from shared hosting accounts (i.e. all free web servers).

Localisation

Want to have vichan/8chan in your language? You can contribute your translations at this URL:

https://www.transifex.com/projects/p/tinyboard-vichan-devel/

Oekaki

vichan makes use of wPaint for oekaki. After you pull the repository, however, you will need to download wPaint separately using git's submodule feature. Use the following commands:

git submodule init
git submodule update

To enable oekaki, add all the scripts listed in js/wpaint.js to your instance-config.php.

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

vichan API

vichan provides by default a 4chan-compatible JSON API. For documentation on this, see: https://github.com/vichan-devel/vichan-API/ .

License

See LICENSE.md.