Нет описания

Alec Nikolas Reiter 296c89fa45 Restructure docs some 7 лет назад
.tx 6cc5d2fa9d Using the transifex client to manage the translations 10 лет назад
docs 296c89fa45 Restructure docs some 7 лет назад
flaskbb 52ddd37a5c Merge pull request #435 from justanr/ISS-379-customize-markdown-renderer 7 лет назад
logs ce6e90fc96 Initial commit 11 лет назад
migrations 9cd8e0f1f8 Use date of merge for migration 7 лет назад
tests 9cccdfcabe Implement customizable markdown renderers 7 лет назад
.coveragerc a04a7c7f02 Include completely covered files in report 7 лет назад
.editorconfig 2f65fa3e3d Add editorconfig file 7 лет назад
.gitignore 946bc5fd09 Extract some logic into stand alone services 7 лет назад
.gitmodules d1606f3ce3 Update docs 8 лет назад
.landscape.yml 3f685b8b73 Making pylint happy 10 лет назад
.travis.yml 9e5d5f5ddc Add TravisBuddy 7 лет назад
AUTHORS 770d69b6d1 Add support for running tests from setup.py 9 лет назад
CHANGES 3ad9f7813d Update changelog 7 лет назад
CONTRIBUTING.md 35f5018bd7 Use flake8 to check for pep8 erros 8 лет назад
LICENSE b1bc2b1b34 Update portal plugin version 7 лет назад
MANIFEST.in a3b6280b3f Use setup.cfg for pytest and tox 7 лет назад
Makefile 62eca8c2c4 Use tox instead of py.test directly for make test 7 лет назад
NOTICE df9baec4c7 Add soft delete enabled query 7 лет назад
README.md 5fb4845755 Add irc badge to README 7 лет назад
babel.cfg 42ca53679d Better options for the translation commands 8 лет назад
celery_worker.py c9befa9d1a Fixing a lot of PEP8 errors 8 лет назад
requirements-cov.txt 946bc5fd09 Extract some logic into stand alone services 7 лет назад
requirements-dev.txt 946bc5fd09 Extract some logic into stand alone services 7 лет назад
requirements-test.txt 946bc5fd09 Extract some logic into stand alone services 7 лет назад
requirements-travis.txt 83a7a1767e Rename requirements-travis.yml to use ending .txt 7 лет назад
requirements.txt eb87025f33 Update conversations plugin 7 лет назад
setup.cfg 946bc5fd09 Extract some logic into stand alone services 7 лет назад
setup.py 02422b9048 Save plugin translations in translations cache 7 лет назад
tox.ini 946bc5fd09 Extract some logic into stand alone services 7 лет назад
wsgi.py b2b30ab912 Try instance relative path for wsgi.py first 7 лет назад

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