{ "info": { "author": "Evgeny.Fadeev", "author_email": "evgeny.fadeev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Natural Language :: Finnish", "Natural Language :: German", "Natural Language :: Russian", "Natural Language :: Serbian", "Natural Language :: Turkish", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Communications", "Topic :: Communications :: Email :: Mailing List Servers", "Topic :: Communications :: Usenet News", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "Askbot will work alone or with other django apps (with some limitations, please see below), Django 1.8, PostgresQL(recommended) and MySQL(**) (MyISAM backend only - see footnote **)\n\n This version of Askbot supports only Django 1.8.\n\n To upgrade, or select version of Askbot working with earlier versions of Django,\n please follow instructions at\n https://github.com/ASKBOT/askbot-devel/blob/master/askbot/doc/source/upgrade.rst\n\nQuestions? Suggestions? Found a bug? -> please post at http://askbot.org/en/questions/\n\nFeatures\n========\n\n* standard Q&A functionalities including votes, reputation system, etc.\n* user levels: admin, moderator, regular, suspended, blocked\n* per-user inbox for responses & flagged items (for moderators)\n* email alerts - instant and delayed, optionally tag filtered\n* search by full text and a set of tags simultaneously\n* imports data from StackExchange, Jive, ZenDesk\n\nInstallation\n============\n\nThe general steps are:\n\n* install the code\n* if there is no database yet - create one\n* create a new or configure existing django site for askbot\n* create/update the database tables\n\nMethods to install code\n-----------------------\n\n* **pip install askbot**\n* **download .tar.gz** file from the bottom of this page, then run **python setup.py install**\n* clone code from the github **git clone git://github.com/ASKBOT/askbot-devel.git**, and then **python setup.py develop**\n\nCreate/configure django site\n----------------------------\n\nEither run command **askbot-setup** or merge contents of directory **askbot/setup_templates** in the source code into your project directory.\n\n\nCreate/update database tables\n-----------------------------\n\nBack up your database if it is not blank, then two commands:\n\n* python manage.py syncdb\n* python manage.py migrate\n\nThere are two apps to migrate - askbot and django_authopenid (a forked version of the original, included within askbot), so you can as well migrate them separately\n\nLimitations\n===========\n\nThere are some limitations that will be removed in the future. If any of these cause issues - please do not hesitate to contact support@askbot.com.\n\nAskbot patches `auth_user` table. The migration script will automatically add missing columns, however it will not overwrite any existing columns. Please do back up your database before adding askbot to an existing site.\n\nIncluded into askbot there are two forked apps: `django_authopenid` and `livesettings`. If you have these apps on your site, you may have trouble installing askbot.\n\nUser registration and login system is bundled with Askbot, but can be replaced with any other. It is quite good though, it allows logging in with password and many authentication service providers, including popular social services and recover account by email.\n\nIf there are any other collisions, askbot will simply fail to install, it will not damage your data.\n\nBackground Information\n======================\nAskbot is based on CNPROG project by Mike Chen and Sailing Cai, project which was originally inspired by StackOverflow and Yahoo Answers.\n\nFootnotes\n=========\n(**) - With MySQL you have to use MyISAM data backend, because it's the only one that supports Full Text Search.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://askbot.org", "keywords": "forum,community,wiki,Q&A", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "sch-askbot", "package_url": "https://pypi.org/project/sch-askbot/", "platform": "", "project_url": "https://pypi.org/project/sch-askbot/", "project_urls": { "Homepage": "http://askbot.org" }, "release_url": "https://pypi.org/project/sch-askbot/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Question and Answer forum, like StackOverflow, written in python and Django", "version": "1.0.1" }, "last_serial": 4589447, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "00a1c20e8bce6be7248b001a56106c5d", "sha256": "4330469a777957b8afe09dc57bb679d67cc23f8d0b9f2bf8bae2ddd9c92f7d81" }, "downloads": -1, "filename": "sch-askbot-1.0.1.tar.gz", "has_sig": false, "md5_digest": "00a1c20e8bce6be7248b001a56106c5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8510110, "upload_time": "2018-12-12T09:13:31", "url": "https://files.pythonhosted.org/packages/83/5e/672b4a00bff513d3f052c5f83d9ad8836b77486d9386ba686382d49755f9/sch-askbot-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00a1c20e8bce6be7248b001a56106c5d", "sha256": "4330469a777957b8afe09dc57bb679d67cc23f8d0b9f2bf8bae2ddd9c92f7d81" }, "downloads": -1, "filename": "sch-askbot-1.0.1.tar.gz", "has_sig": false, "md5_digest": "00a1c20e8bce6be7248b001a56106c5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8510110, "upload_time": "2018-12-12T09:13:31", "url": "https://files.pythonhosted.org/packages/83/5e/672b4a00bff513d3f052c5f83d9ad8836b77486d9386ba686382d49755f9/sch-askbot-1.0.1.tar.gz" } ] }