Skip to main content

Lightweight forum, simple interface, easy to install

Project description

license Flask PyPI - Python

stuoe是一个轻量的论坛软件,为想要快速构建论坛的人准备的,即使是一个完全不懂技术的人也可以轻松的部署。不用配置数据库环境,因为他使用Sqlite3。拥有丰富的扩展api.

Stuoe is a lightweight forum software for people who want to build a forum quickly. Even a person who doesn't know technology can easily deploy it. There is no need to configure the database environment because it uses SQLite3. It has rich extension API

Installing

使用pip用于安装和更新

Use pip For installation and updates

pip install -U stuoe

Fastest build

(nonproductive)

stuoe startproject demo
cd demo
flask run
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

Add / admin on the route to initialize the forum

Update Setup

When the version is updated

pip install -U stuoe
stuoe update --name demo
cd demo
flask db upgrade
flask run

Components

List of completed components

  • Installation interface
  • Registration and login
  • Set up personal information and view activities on your home page
  • Classification of user groups
  • Use SMTP to verify mailbox
  • Rich text editor
  • Use tags to categorize posts
  • Independent label display interface
  • The administrator can top the post
  • Administrators can lock posts (no discussion)
  • Posts posted by administrators have a validation icon
  • Reply to the post
  • Use stars for posts
  • Search the whole station
  • Overview of forum data
  • Set the title and banner of the forum
  • Set forum theme colors (19 kinds)
  • Setting up Forum robots.txt
  • Set the JS script in the forum header
  • Add Google statistics
  • Manage forum tags (set title, set icon)

Stuoe is still in the preview version, there are too many deficiencies to be improved. You can wait for the beta version, or you can join us in the development

Contact

Contributor

Key contributors

The ranking is statistically ranked by GitHub. For more information, please refer to: Contributor

If you want to pull requests, the code should be written in accordance with PEP8, with appropriate comments and clear remarks. HTML file, please format

Link

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stuoe-0.1.3.tar.gz (3.6 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page