summaryrefslogtreecommitdiffstats
path: root/askbot/doc/source/index.rst
blob: 353b9105d1e52ece9f521afc5fbe9235cd62a988 (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
37
38
39
40
41
42
43
44
.. _index:

==================
Documentation Home
==================

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 & ZenDesk) <import-data>
   Moderation <moderation>
   Appendix A: Maintenance procedures <management-commands>
   Appendix B: Sending email to askbot <sending-email-to-askbot>
   Appendix C: Optional modules <optional-modules>
   Appendix D: Askbot as reusable Django application <askbot-as-reusable-django-application>
   Appendix E: Customizing skin in askbot <customizing-skin-in-askbot>
   Appendix F: Intranet setup <intranet-setup>
   Footnotes <footnotes>
   Contributors <contributors>
   Changelog<changelog>

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