The version of vichan running on lainchan.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 8 ans
il y a 7 ans
il y a 9 ans
il y a 12 ans
il y a 10 ans
il y a 8 ans
il y a 12 ans
il y a 10 ans
il y a 10 ans
il y a 10 ans
il y a 12 ans
il y a 8 ans
il y a 11 ans
il y a 12 ans
il y a 8 ans
il y a 12 ans
il y a 12 ans
il y a 8 ans
il y a 12 ans
il y a 12 ans
il y a 8 ans
il y a 12 ans
il y a 12 ans
il y a 9 ans
il y a 12 ans
il y a 8 ans
il y a 12 ans
il y a 8 ans
il y a 12 ans
il y a 8 ans
il y a 10 ans
il y a 8 ans
il y a 10 ans
il y a 9 ans
il y a 12 ans
il y a 8 ans
il y a 10 ans
il y a 12 ans
il y a 8 ans
il y a 8 ans
il y a 8 ans
il y a 12 ans
il y a 8 ans
il y a 12 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Lainchan - A fork of vichan
  2. ========================================================
  3. About
  4. ------------
  5. Lainchan is a fork of [vichan](http://github.com/vichan-devel/vichan),
  6. a great imageboard package, actively building on it and adding a lot of features and other
  7. improvements.
  8. Requirements
  9. ------------
  10. 1. PHP >= 5.4 (we still try to keep compatibility with php 5.3 as much as possible)
  11. PHP 7.0 is explicitly supported.
  12. 2. MySQL/MariaDB server
  13. 3. [mbstring](http://www.php.net/manual/en/mbstring.installation.php)
  14. 4. [PHP GD](http://www.php.net/manual/en/intro.image.php)
  15. 5. [PHP PDO](http://www.php.net/manual/en/intro.pdo.php)
  16. We try to make sure lainchan is compatible with all major web servers and
  17. operating systems. lainchan does not include an Apache ```.htaccess``` file nor does
  18. it need one.
  19. ### Recommended
  20. 1. MySQL/MariaDB server >= 5.5.3
  21. 2. ImageMagick (command-line ImageMagick or GraphicsMagick preferred).
  22. 3. [APC (Alternative PHP Cache)](http://php.net/manual/en/book.apc.php),
  23. [XCache](http://xcache.lighttpd.net/) or
  24. [Memcached](http://www.php.net/manual/en/intro.memcached.php)
  25. Contributing
  26. ------------
  27. You can contribute to lainchan by:
  28. * Developing patches/improvements/translations and using GitHub to submit pull requests
  29. * Providing feedback and suggestions
  30. * Writing/editing documentation
  31. If you need help developing a patch, please join our IRC channel.
  32. > irc.lainchan.org:6697 @ #thecage
  33. Installation
  34. -------------
  35. 1. Download and extract lainchan to your web directory or get the latest
  36. development version with:
  37. git clone git://github.com/lainchan/lainchan.git
  38. 2. Navigate to ```install.php``` in your web browser and follow the
  39. prompts.
  40. 3. lainchan should now be installed. Log in to ```mod.php``` with the
  41. default username and password combination: **admin / password**.
  42. Please remember to change the administrator account password.
  43. See also: [Configuration Basics](https://web.archive.org/web/20121003095922/http://tinyboard.org/docs/?p=Config).
  44. Upgrade
  45. -------
  46. To upgrade from any version of Tinyboard or vichan:
  47. Either run ```git pull``` to update your files, if you used git, or
  48. backup your ```inc/instance-config.php```, replace all your files in place
  49. (don't remove boards etc.), then put ```inc/instance-config.php``` back and
  50. finally run ```install.php```.
  51. To migrate from a Kusaba X board, use http://github.com/vichan-devel/Tinyboard-Migration
  52. Support
  53. --------
  54. If you find a bug, please report it.
  55. If you need assistance with installing, configuring, or using lainchan, you may
  56. find support from a variety of sources:
  57. * If you're unsure about how to enable or configure certain features, make
  58. sure you have read the comments in ```inc/config.php```.
  59. * You can join lainchan's IRC channel for support
  60. [irc.freenode.net #lainchan](irc://irc.freenode.net/lainchan)
  61. ### Tinyboard support
  62. vichan, and by extension lainchan, is based on a Tinyboard, so both engines have very much in common. These
  63. links may be helpful for you as well:
  64. * Tinyboard documentation can be found [here](https://web.archive.org/web/20121016074303/http://tinyboard.org/docs/?p=Main_Page).
  65. CLI tools
  66. -----------------
  67. There are a few command line interface tools, based on Tinyboard-Tools. These need
  68. to be launched from a Unix shell account (SSH, or something). They are located in a ```tools/```
  69. directory.
  70. You actually don't need these tools for your imageboard functioning, they are aimed
  71. at the power users. You won't be able to run these from shared hosting accounts
  72. (i.e. all free web servers).
  73. Localisation
  74. ------------
  75. Wanting to have lainchan in your language? You can contribute your translations to vichan at this URL:
  76. https://www.transifex.com/projects/p/tinyboard-vichan-devel/
  77. Oekaki
  78. ------
  79. lainchan makes use of [wPaint](https://github.com/websanova/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:
  80. ```
  81. git submodule init
  82. git submodule update
  83. ```
  84. To enable oekaki, add all the scripts listed in `js/wpaint.js` to your `instance-config.php`.
  85. WebM support
  86. ------------
  87. Read `inc/lib/webm/README.md` for information about enabling webm.
  88. lainchan API
  89. ----------
  90. lainchan provides by default a 4chan-compatible JSON API, just like vichan. For documentation on this, see:
  91. https://github.com/vichan-devel/vichan-API/ .
  92. License
  93. --------
  94. See [LICENSE.md](http://github.com/lainchan/lainchan/blob/master/LICENSE.md).