All Projects → lainchan → Lainchan

lainchan / Lainchan

Licence: other
The version of vichan running on lainchan.org

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Lainchan

Imageboards
🍜 an overview of popular imageboard software
Stars: ✭ 83 (-73.23%)
Mutual labels:  imageboard
4scanner
Continuously search imageboards threads for images/webms and download them
Stars: ✭ 103 (-66.77%)
Mutual labels:  imageboard
fukuro
Lightweight and powerful next-gen imageboard software based on abandoned Tinyboard
Stars: ✭ 21 (-93.23%)
Mutual labels:  imageboard
Doushio
Real-time imageboard in node.js and redis
Stars: ✭ 114 (-63.23%)
Mutual labels:  imageboard
saguaro
saguaro imgboard software
Stars: ✭ 13 (-95.81%)
Mutual labels:  imageboard
staticfuzz
Memories which vanish
Stars: ✭ 15 (-95.16%)
Mutual labels:  imageboard
Monaba
Imageboard engine written in Haskell and powered by Yesod
Stars: ✭ 69 (-77.74%)
Mutual labels:  imageboard
anon.land
open source Imageboard just like was Voxed.net
Stars: ✭ 16 (-94.84%)
Mutual labels:  imageboard
Hybooru
Hydrus-based booru-styled imageboard in React
Stars: ✭ 53 (-82.9%)
Mutual labels:  imageboard
Boorunaut
A taggable imagebord built in Django. Based on Danbooru.
Stars: ✭ 18 (-94.19%)
Mutual labels:  imageboard
Infinity Next
Infinity Next is an imageboard suite utilizing the Laravel framework.
Stars: ✭ 153 (-50.65%)
Mutual labels:  imageboard
Tinyib
MOVED TO GITLAB - Lightweight PHP image board with MySQL, PostgreSQL, SQLite and flat file database support
Stars: ✭ 191 (-38.39%)
Mutual labels:  imageboard
maniwani
Imageboard software for the 21st century
Stars: ✭ 66 (-78.71%)
Mutual labels:  imageboard
Hydrus Presets And Scripts
collection of presets and scripts for Hydrus
Stars: ✭ 101 (-67.42%)
Mutual labels:  imageboard
Hayden
Ultra-low resource 4chan/altchan thread and board archiver
Stars: ✭ 25 (-91.94%)
Mutual labels:  imageboard
Ipfd
An imageboard, but images are stored in a peer-to-peer network
Stars: ✭ 77 (-75.16%)
Mutual labels:  imageboard
Yonkoma
目前在komica.org運行的匿名版
Stars: ✭ 30 (-90.32%)
Mutual labels:  imageboard
Meguca
anonymous realtime imageboard focused on high performance and transparent moderation
Stars: ✭ 286 (-7.74%)
Mutual labels:  imageboard
iyagi-bbs
Python web board system (textboard, CGI, flatfile)
Stars: ✭ 18 (-94.19%)
Mutual labels:  imageboard
gochan
An imageboard written in Go that can run as a standalone server
Stars: ✭ 40 (-87.1%)
Mutual labels:  imageboard

Lainchan - A fork of vichan

About

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

Requirements

  1. PHP >= 5.4 (we still try to keep compatibility with php 5.3 as much as possible) PHP 7.0 is explicitly supported.
  2. MySQL/MariaDB server
  3. mbstring
  4. PHP GD
  5. PHP PDO

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

Recommended

  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 lainchan 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.

irc.lainchan.org:6697 @ #thecage

Installation

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

    git clone git://github.com/lainchan/lainchan.git
    
  2. Navigate to install.php in your web browser and follow the prompts.

  3. lainchan 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.

To migrate from a Kusaba X board, use http://github.com/vichan-devel/Tinyboard-Migration

Support

If you find a bug, please report it.

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

  • If you're unsure about how to enable or configure certain features, make sure you have read the comments in inc/config.php.
  • You can join lainchan's IRC channel for support irc.freenode.net #lainchan

Tinyboard support

vichan, and by extension lainchan, is based on a Tinyboard, so both engines have very much in common. These links may be helpful for you as well:

  • Tinyboard documentation can be found here.

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

Wanting to have lainchan in your language? You can contribute your translations to vichan at this URL:

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

Oekaki

lainchan 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.

lainchan API

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

License

See LICENSE.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].