.. _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>
   Appendix B: Sending email to askbot <sending-email-to-askbot>
   Apperdix C: Optional modules <optional-modules>
   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
