{ "info": { "author": "Praekelt Foundation", "author_email": "dev@praekelt.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-livechat\n===============\n\ndjango-livechat provides a simple application to enable a very rudimentary\n\"live\" chat session around a selected topic. It is based on functionality\noriginally developed for the Ummeli website.\n\nA LiveChat model can be instantiated on its own, or hanging of another content\ntype. It subclasses jmbo.ModelBase to use the commenting, moderating, likes,\netc. functionality provided by the jmbo framework.\n\nIn the admin site, on any live chat model's change form view, there is a new\nbutton in the toolbar at the top right of the page to enable a moderator or\nexpert to participate in the livechat, and respond to questions or posts.\n\nA context processor checks for active live chats, and will add it to the\nrequest context for use in templates, and to modify URLs, if necessary.\n\nThere are template tags that will display an entire live chat and its comments\nthread in a template, as well as to display a banner advertising an upcoming\nlive chat.\n\n\nDependencies\n------------\n\n### System libraries\n\n- T.B.D.\n\n### Python packages\n\n- Django 1.4.5\n- South 0.8.1\n- jmbo 0.5.5 The version is important!\n\nOther dependencies include:\n\n- django-category 0.1.1\n- django-likes 0.0.12\n- django-photologue 2.7\n- django-preferences 0.0.6\n- django-publisher 0.0.3\n- django-secretballot 0.2.3\n- django-sites-groups 0.1.2\n- django-tastypie 0.10.0\n- python-dateutil 2.1\n\nUsage\n-----\n\nFor production, install the application with:\n\n python setup.py install\n\nFor development, install the application with:\n\n python setup.py develop\n\n### Settings\n\nThe following settings must be added to settings.py:\n\n INSTALLED_APPS += (\n 'livechat',\n )\n\nThe jmbo application and its dependecies should also be installed, but will probably\nalready be installed. Refer to the jmbo application's documentation for more\ninformation.\n\nYou can add a context processor to add the newest live chat that is in progress\nto the request context.\n\n\n TEMPLATE_CONTEXT_PROCESSORS += (\n \"livechat.context_processors.current_livechat\",\n )\nAuthors\n=======\n\nPraekelt Foundation\n-------------------\n\n* Jurgen Blignaut\n* Milton Madanda\nChangelog\n=========\n\n1.0.0\n=====\n - Initial release to pypi\n\n2013-09-17 - Created Initial Live Chat Product", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/praekelt/django-livechat", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-livechat", "package_url": "https://pypi.org/project/django-livechat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-livechat/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/praekelt/django-livechat" }, "release_url": "https://pypi.org/project/django-livechat/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Very Simple Live Chat Django Application", "version": "1.0.1" }, "last_serial": 4623888, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "eec40ecfd9745dcfdb621d9202b8494e", "sha256": "d2cf0b438cdf0d7dc7b0e12f99cae39e36a4cd573c2a873449739fa3cbc5b816" }, "downloads": -1, "filename": "django-livechat-1.0.0.zip", "has_sig": false, "md5_digest": "eec40ecfd9745dcfdb621d9202b8494e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33964, "upload_time": "2015-04-22T06:33:50", "url": "https://files.pythonhosted.org/packages/15/2c/7935fac31c61486485fb80ed0067de30ea18a7ee7c6d0a1b38dc0dfee84d/django-livechat-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "94be8dbbdea7229c3ae553db015efdac", "sha256": "7c7f17a52ab3a868c7c43f86b4ef55486f4ce630923fa2ffdbf95f0604c60b95" }, "downloads": -1, "filename": "django-livechat-1.0.1.tar.gz", "has_sig": false, "md5_digest": "94be8dbbdea7229c3ae553db015efdac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17927, "upload_time": "2015-04-22T06:39:57", "url": "https://files.pythonhosted.org/packages/ed/13/56e033329b987d8c181e09d435b58ffd98c25b41fdaeef3285e33a3b0959/django-livechat-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94be8dbbdea7229c3ae553db015efdac", "sha256": "7c7f17a52ab3a868c7c43f86b4ef55486f4ce630923fa2ffdbf95f0604c60b95" }, "downloads": -1, "filename": "django-livechat-1.0.1.tar.gz", "has_sig": false, "md5_digest": "94be8dbbdea7229c3ae553db015efdac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17927, "upload_time": "2015-04-22T06:39:57", "url": "https://files.pythonhosted.org/packages/ed/13/56e033329b987d8c181e09d435b58ffd98c25b41fdaeef3285e33a3b0959/django-livechat-1.0.1.tar.gz" } ] }