An open API service indexing awesome lists of open source software.

https://github.com/flaskbb/flaskbb-plugin-portal

A simple portal plugin for FlaskBB
https://github.com/flaskbb/flaskbb-plugin-portal

flaskbb flaskbb-plugin portal

Last synced: about 1 year ago
JSON representation

A simple portal plugin for FlaskBB

Awesome Lists containing this project

README

          

# Portal Plugin for FlaskBB

This plugin provides a simple portal for FlaskBB.

In addition to the settings that can be changed via the management panel,
one setting has to be added (if desired) to your ``flaskbb.cfg``:
```python
PLUGIN_PORTAL_URL_PREFIX="/yourportalurlprefix"
```
This setting allows you to change the URL of the portal from the default
value of ``/portal`` to something else. Be sure to **not** change it to something that
could conflict with one of the ``URL_PREFIX``es of FlaskBB.

# Installation

This plugin can be installed from PyPI via:
```bash
$ pip install flaskbb-plugin-portal
```

# License

``flaskbb-plugin-portal`` is licensed under the
[BSD License](https://github.com/flaskbb/flaskbb-plugin-portal/blob/master/LICENSE).

# Links

* [FlaskBB Website](https://flaskbb.org)
* [Source Code](https://github.com/flaskbb/flaskbb-plugin-portal)
* [Issue Tracker](https://github.com/flaskbb/flaskbb-plugin-portal/issues)