No Description

Alec Nikolas Reiter 4ed686a053 Merge pull request #377 from sheybey/master 7 years ago
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 years ago
docs 38042c47ad Add flaskbb_tpl_profile_settings_menu hook to hooks list 7 years ago
flaskbb 5961e1fd25 add self argument to TrivializeTopic::post 7 years ago
logs ce6e90fc96 Initial commit 11 years ago
migrations 1d7e983664 Redate plugin migration so its less confusing 7 years ago
tests 9d1dca31c7 Use SettingValueType enum in test fixture 7 years ago
.coveragerc 26a0788a00 Add coveragerc 8 years ago
.editorconfig 2f65fa3e3d Add editorconfig file 7 years ago
.gitignore 8d6155a834 Merge branch 'master' into Pluggy 7 years ago
.gitmodules d1606f3ce3 Update docs 8 years ago
.landscape.yml 3f685b8b73 Making pylint happy 10 years ago
.travis.yml f87e4a19f4 Drop Python 3.3 and add Python 3.6 support 8 years ago
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 years ago
CHANGES 3ad9f7813d Update changelog 7 years ago
CONTRIBUTING.md 35f5018bd7 Use flake8 to check for pep8 erros 8 years ago
LICENSE 1e7c19dbc4 Add and update source file headers 8 years ago
MANIFEST.in 4d1b3b3f4d Add NOTICE to MANIFEST 7 years ago
Makefile fdd2199e6f Makefile improvements 7 years ago
NOTICE df9baec4c7 Add soft delete enabled query 7 years ago
README.md a74a948478 Improve README 8 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
pytest.ini 26a0788a00 Add coveragerc 8 years ago
requirements-dev.txt 35f5018bd7 Use flake8 to check for pep8 erros 8 years ago
requirements.txt 2e1713ef54 Update dependencies 7 years ago
setup.py 1a02bb0adf add click-log to setup.py 7 years ago
tox.ini 0d7f7aa077 tox: test against 3.6 8 years ago
wsgi.py 32ddf5860d Add reverse proxy middleware 8 years ago

README.md

FlaskBB

Build Status Coverage Status Code Health 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

Checkout the FlaskBB Forums to see an actual running instance of FlaskBB. Use demo//demo as login for the test user.

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