Нет описания

honmaple 922ca18e3c all topic order,Tags add time column,add title 8 лет назад
config.example 0be2565e33 add like reply 8 лет назад
maple 922ca18e3c all topic order,Tags add time column,add title 8 лет назад
screenshooter d090769c3b add default avatar with flask-avatar. add admin 8 лет назад
.gitignore d090769c3b add default avatar with flask-avatar. add admin 8 лет назад
LICENSE 04812ea5ee Initial commit 9 лет назад
README.org d090769c3b add default avatar with flask-avatar. add admin 8 лет назад
babel.cfg 39d5a13178 国际化,时区设置 增加翻译文件,优化jinja2模板 8 лет назад
manager.py 39d5a13178 国际化,时区设置 增加翻译文件,优化jinja2模板 8 лет назад
requirements.txt d090769c3b add default avatar with flask-avatar. add admin 8 лет назад
run.py bc6f51c27b 增加topic投票,上传用户头像,topic可按投票排序 8 лет назад

README.org

Honmaple(maplebb)

This is a free,open-source forums system based on the flask

Features

  • Register & login & forget password
  • Board and tags
  • Collect
  • Like replies
  • Follow tags,users,topics
  • Privacy setting
  • Choice markdown to ask
  • Tags rss
  • Avatar
  • Topic vote

Installation

Some package is not neccessary

pip install -r requirements.txt

Then,you should comment maple/topic/forms.py

 category = SelectField(
     _('Category:'),
     choices=[(b.id, b.board + '   --' + b.parent_board)
              for b in Board.query.all()],
     coerce=int)

Now,please init db use

 python manage.py db init 
 python manage.py db migrate -m "first migrate"
 python manage.py db upgrade

Finally,you can register a account,and `update users set is_superuser = true`

Ok ,visit forums.localhost:5000/admin to add something

Demo

Please visit forums.honmaple.org

License

Honmaple is open-sourced software licensed under the GPL3 license