No Description

Peter Justin 9435c27fc2 Merge pull request #552 from h5rdly/master 4 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs fa1d437e8a Add note that FlaskBB should be installed inside an venv 6 years ago
flaskbb 0885238df7 Get involved users of a topic before deleting it 5 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 9cd8e0f1f8 Use date of merge for migration 7 years ago
tests 0885238df7 Get involved users of a topic before deleting it 5 years ago
.azure-pipelines.yml 78b8aa2cde Pass environment variables to tox 6 years ago
.bumpversion.cfg 9fc144899e Bump version: 2.0.1 → 2.0.2 6 years ago
.editorconfig 2f65fa3e3d Add editorconfig file 7 years ago
.gitignore 577ebc1aca Refactor test tooling config 6 years ago
.gitmodules d1606f3ce3 Update docs 8 years ago
AUTHORS 87afebcab4 Switch to codecov from coveralls 6 years ago
CHANGES ed66fd8f7f Reimplement user module using services 6 years ago
CONTRIBUTING.md 35f5018bd7 Use flake8 to check for pep8 erros 8 years ago
LICENSE 87afebcab4 Switch to codecov from coveralls 6 years ago
MANIFEST.in a3b6280b3f Use setup.cfg for pytest and tox 7 years ago
Makefile 899036b3ec Update Makefile to also build sdist packages 7 years ago
NOTICE df9baec4c7 Add soft delete enabled query 7 years ago
README.md fe2caf0c74 Remove testing instance 5 years ago
babel.cfg 42ca53679d Better options for the translation commands 8 years ago
celery_worker.py c9befa9d1a Fixing a lot of PEP8 errors 8 years ago
requirements-dev.txt 66e6366756 Make Travis Pass Again 6 years ago
requirements.txt a882fa7555 Update pillow dependency in requirements.txt 4 years ago
setup.cfg 577ebc1aca Refactor test tooling config 6 years ago
setup.py 03514c3371 Update pillow dependency in setup.py 4 years ago
tox.ini 78b8aa2cde Pass environment variables to tox 6 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