summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/index.rst
blob: a7fb8122f7e20bec49d0a0dee25bd2ead1c9b101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. _index:

=============================
Askbot Project Documentation
=============================

Askbot is an open source Question and Answer (Q&A) forum project inspired by StackOverflow 
and YahooAnswers.

It is quick and easy to install and deploy askbot on your site.
Have questions? - please ask
at the forum_ or by email at admin@askbot.org

.. toctree::
   :maxdepth: 1

   Install the software <install>
   Create the database <create-database>
   Create and configure the site files<initial-configuration>
   Initialize the database tables <initialize-database-tables>
   Deploy on a webserver <deployment>
   Import data (StackExchange) <import-data>
   Appendix A: Maintenance procedures <management-commands>
   Contributors <contributors>

Some background information: Askbot is written in Python on top of the Django platform.
Code of Askbot grew out of CNPROG project originally written by 
Mike Chen and Sailing Cai.

.. _Python: http://www.python.org/download/
.. _YahooAnswers: http://answers.yahoo.com/
.. _StackOverflow: http://stackoverflow.com/
.. _Django: http://djangoproject.com
.. _CNPROG: http://cnprog.com
.. _forum: http://askbot.org
.. _`development version`: http://github.com/ASKBOT/askbot-devel