No Description

J. Lavoie 0d60d0306a Translated using Weblate (French) 3 years ago
.github 97426d20e7 Setup GitHub Actions (#594) 3 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs a0aa008671 add pluggy hook to customize mistune plugins 3 years ago
flaskbb 0d60d0306a Translated using Weblate (French) 3 years ago
logs ce6e90fc96 Initial commit 11 years ago
tests 7bfbc7c3ff update markup tests 3 years ago
.editorconfig 2f65fa3e3d Add editorconfig file 7 years ago
.gitignore 577ebc1aca Refactor test tooling config 6 years ago
AUTHORS 87afebcab4 Switch to codecov from coveralls 6 years ago
CHANGES 17134ad780 Update changelog for 2.1 3 years ago
CONTRIBUTING.md 35f5018bd7 Use flake8 to check for pep8 erros 8 years ago
LICENSE 7bba73e4b0 Update LICENSE copyright 3 years ago
MANIFEST.in aef52d5ffb Remove Python35 from Azure and add Python39 4 years ago
Makefile ee8be9aec1 Fix 'make install' not working correctly 3 years ago
NOTICE df9baec4c7 Add soft delete enabled query 7 years ago
README.md 370ec7af12 Update README 3 years ago
babel.cfg 42ca53679d Better options for the translation commands 8 years ago
celery_worker.py f31777ec00 Fix celery start command 4 years ago
requirements-dev.txt f2a6731075 Remove unmaintained bumpversion 3 years ago
requirements.txt 0808d516dc upgrade mistune to 2.0 3 years ago
setup.cfg 0fc9c03e53 Use setup.cfg for metadata instead of setup.py 3 years ago
setup.py 1ad94a51ad Replace itsdangerous' JWT with PyJWT 3 years ago
tox.ini f63f20cb9f Change logger to log to console in testing config 4 years ago
wsgi.py b2b30ab912 Try instance relative path for wsgi.py first 7 years ago

README.md

FlaskBB

Build Status codecov requires License

FlaskBB is a Forum Software written in Python using the micro framework Flask.

Currently, following features are implemented:

  • Private Messages
  • Admin Interface
  • Group based permissions
  • Markdown Support
  • Topic Tracker
  • Unread Topics/Forums
  • i18n Support
  • Completely Themeable
  • Plugin System
  • Command Line Interface

The official forums which are powered by FlaskBB can be reached via forums.flaskbb.org.

Quickstart

For a complete installation guide please visit the installation documentation here.

This is how you set up an development instance of FlaskBB:

  • Create a virtualenv
  • Configuration
    • make devconfig
  • Install dependencies and FlaskBB
    • make install
  • Run the development server
    • make run
  • Visit localhost:5000

License

FlaskBB is licensed under the BSD License.

Links