Image board engine, Danbooru-style.
Go to file
rr- 98c6128829 client/build: true template precompiling
Rather than putting templates in DOM nodes, output JS functions
themselves.

This fixes transpiling for IE11, where ES6 parts of the templates
wouldn't get passed through Babel.
2016-05-21 10:04:23 +02:00
client client/build: true template precompiling 2016-05-21 10:04:23 +02:00
server server/images: replace pipes with temp files 2016-05-20 21:34:02 +02:00
.gitignore server/tests: switch to pytest 2016-04-15 18:00:06 +02:00
API.md server/tags: fix wrong case in merging requests 2016-05-11 18:42:56 +02:00
INSTALL.md docs/install: fix obsolete info 2016-04-21 10:25:46 +02:00
README.md docs/readme: update links to roadmap 2016-04-17 17:24:19 +02:00
config.yaml.dist server/users: hardcode available ranks 2016-05-08 16:59:25 +02:00

README.md

This repository is under the process of being rewritten. Stay tuned! You can check the current progress on client here and server here.

The reasons behind this rewrite include:

  • Improving user experience: better upload form, larger thumbnails, making top navigation stay out of user way. Maybe other goodies!
  • Finally having good, well-documented REST API.
  • Simplifying user registration.
  • Replacing PHP with Python 3.5.
  • Replacing prior JS mess with proper MVC.
  • Replacing MySQL (MariaDB) with Postgres.
  • Replacing composer, npm, mod_rewrite (=Apache), imagick, ffmpeg or gnash and pdo_mysql with just pip, npm and ffmpeg.
  • Replacing grunt with npm scripts.
  • Making hosting more flexible: offer simple self hosted application that can be combined with any reverse proxy.