This repository was archived by the owner on Mar 18, 2025. It is now read-only.
bebraven/osqa
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The OSQA project - open source Q&A system Project Q&A site - http://meta.osqa.net Homepage - http://www.osqa.net Bug tracking - http://jira.osqa.net Wiki - http://wiki.osqa.net * The ‘stats’ module sends install info to our OSQA directory, including number of users, number of questions, and the email addresses of the super users. These email addresses are not sold to any third party. # Braven Notes We setup a server running OSQA using the [Bitnami OSQA stack](https://bitnami.com/stack/osqa). [Here](https://bitnami.com/stack/osqa/README.txt) is a readme with more technical info. ## Custom Endpoints Create user: curl --data "access_token=<insert_BZ_QA_TOKEN>&name=<insert_name>&email=<insert_email>&url=<https://join.bebraven.org/openid/user/<insert_user_id>>" http://help.bebraven.org/account/create-user/ Destroy user: curl --data "access_token=<insert_BZ_QA_TOKEN>&email=<insert_email>" http://help.bebraven.org/account/destroy-user/ Change email address for a user: curl --data "access_token=<insert_BZ_QA_TOKEN>&old_email=<insert_current_email>&new_email=<insert_new_email>" http://help.bebraven.org/account/change-user-email/ Disable notifications for a user: curl --data "access_token=<insert_BZ_QA_TOKEN>&email=<insert_email>" http://help.bebraven.org/account/disable-notifications/
Releases
No releases published
Languages
- Python 74.8%
- JavaScript 13.4%
- HTML 9.2%
- CSS 2.5%
- PLpgSQL 0.1%
- Shell 0.0%