forked from jeffreywugz/osqa
-
Notifications
You must be signed in to change notification settings - Fork 2
OSQA is a free, entry-level Q&A system from the makers of AnswerHub, the market-leading professional Q&A platform. Looking for Enterprise functionality? Checkout http://answerhub.com
License
beyond-z/osqa
Folders and files
Name | Name | Last commit message | 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/
About
OSQA is a free, entry-level Q&A system from the makers of AnswerHub, the market-leading professional Q&A platform. Looking for Enterprise functionality? Checkout http://answerhub.com
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 74.8%
- JavaScript 13.4%
- HTML 9.2%
- CSS 2.5%
- PLpgSQL 0.1%
- Shell 0.0%