All Projects → ASKBOT → askbot-devel

ASKBOT / askbot-devel

Licence: Unknown, GPL-3.0 licenses found Licenses found Unknown LICENSE GPL-3.0 COPYING
Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com

Projects that are alternatives of or similar to askbot-devel

Atles
A forum software built with ASP.NET Core Blazor WebAssembly
Stars: ✭ 88 (-94.24%)
Mutual labels:  forums, questions-and-answers
Scoold
A Stack Overflow clone for teams (self-hosted)
Stars: ✭ 463 (-69.7%)
Mutual labels:  forums, questions-and-answers
Ruqqus
An open-source platform for online communities
Stars: ✭ 460 (-69.9%)
Mutual labels:  forums
DiscuzHub
A Discuz X android app
Stars: ✭ 73 (-95.22%)
Mutual labels:  forums
Laravel.io
The Laravel.io Community Portal.
Stars: ✭ 1,993 (+30.43%)
Mutual labels:  forums
Viscacha
A bulletin board and content management solution
Stars: ✭ 6 (-99.61%)
Mutual labels:  forums
Awesome Anime Sources
A curated list of everything anime.
Stars: ✭ 164 (-89.27%)
Mutual labels:  forums
Maple Bbs
a forums system based on flask
Stars: ✭ 441 (-71.14%)
Mutual labels:  forums
react-forum-system
React Forum System
Stars: ✭ 16 (-98.95%)
Mutual labels:  forums
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (-63.55%)
Mutual labels:  questions-and-answers
Popforums
A forum application running on ASP.NET Core, available in six languages.
Stars: ✭ 145 (-90.51%)
Mutual labels:  forums
Therealgd
Postmill-GD - Fork of Postmill - social link aggregator/forums-website with voting and threaded comments.
Stars: ✭ 10 (-99.35%)
Mutual labels:  forums
Misago
Misago is fully featured modern forum application that is fast, scalable and responsive.
Stars: ✭ 2,170 (+42.02%)
Mutual labels:  forums
Thredded
The best Rails forums engine ever.
Stars: ✭ 1,263 (-17.34%)
Mutual labels:  forums
Front-end-Job-Interview-Questions
Ответы на вопросы на должность Frontend разработчика.
Stars: ✭ 236 (-84.55%)
Mutual labels:  questions-and-answers
Django Machina
A Django forum engine for building powerful community driven websites.
Stars: ✭ 454 (-70.29%)
Mutual labels:  forums
Torrentpier
Main project repository
Stars: ✭ 166 (-89.14%)
Mutual labels:  forums
discourse-question-answer
Discourse Question Answer Plugin
Stars: ✭ 44 (-97.12%)
Mutual labels:  questions-and-answers
FluxBB by Visman
My modification of FluxBB
Stars: ✭ 50 (-96.73%)
Mutual labels:  forums
Vanilla
Vanilla is a powerfully simple discussion forum you can easily customize to make as unique as your community.
Stars: ✭ 2,460 (+60.99%)
Mutual labels:  forums

ATTENTION: master branch is experimental, please read below

Askbot - a Django Q&A forum platform

This is Askbot project - open source Q&A system, like StackOverflow, Yahoo Answers and some others. Askbot is based on code of CNPROG, originally created by Mike Chen and Sailing Cai and some code written for OSQA.

Demos and hosting are available at http://askbot.com.

Branch 0.7.x - is the latest version supporting Django 1.5

Branch 0.8.x - transitional version for the upgrade of the database to Django 1.7

Branch 0.9.x supports Django 1.7

Branch 0.10.x - supports Django 1.8 - the last version series to support Python 2.7

Branch master - released as versions 0.11.x - supports Django 3.2/Python 3.7 - 3.10

Installation

Installation was tested with Python 3.7 with the following commands:

pip install --upgrade pip pip install setuptools-rust python setup.py install askbot-setup # answer the questions or use parameters to askbot-setup cd <root_dir> # substitute <root_dir> with the actual directory, default is askbot_site python manage.py migrate # assumes that the database specified by askbot-setup is available

The last command above will create a working Django project in the project root directory that you specify with the askbot-setup script.

For the deployment, follow the general Django deployment documentation.

Installation

Installation was tested with Python 3.7 with the following commands:

pip install --upgrade pip pip install setuptools-rust python setup.py install askbot-setup # answer the questions or use parameters to askbot-setup cd <root_dir> # substitute <root_dir> with the actual directory, default is askbot_site python manage.py migrate # assumes that the database specified by askbot-setup is available

The last command above will create a working Django project in the project root directory that you specify with the askbot-setup script.

For the deployment, follow the general Django deployment documentation.

How to contribute

Your pull requests are very welcome, but please read the few paragraphs below, it might save our combined efforts.

Obvious bug fixes will be merged quickly, however less obvious cases should include a clear description of how to reproduce the bug. Complex cases must be accompanied with the new unit tests.

Before suggesting PR's for new features - please first discuss those features in the "Issues section". We really appreciate your efforts, but PR's may not be accepted and it might be disappointing - so please communicate. The bandwidth for the testing is valuable and limited and we would like to avoid "easter eggs" and the feature overload.

Please always use feature branches for the PR's, multiple feature/bugfix PR's are harder to understand and less likely to be accepted.

Translators: please translate at the Transifex, not via github!!! https://www.transifex.com/projects/p/askbot/.

All documentation is in the directory askbot/doc

Follow https://help.github.com/articles/fork-a-repo to to learn how to use fetch and push as well as other help on using git.

License, copyright and trademarks

Askbot software is licensed under GPL, version 3.

Copyright Askbot S.p.A and the project contributors, 2010-2022.

"Askbot" is a trademark and service mark registered in the United States, number 4323777.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].