{ "info": { "author": "Ivo van der Wijk", "author_email": "wheelcms@in.m3r.nl", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "WheelCMS comments\n=================\n\n![Build status](https://travis-ci.org/wheelcms/wheelcms_comments.png)\n\nThis package provides support for simple (local) comments on WheelCMS content.\nIt's similar to the\n[wheelcms_disqus package](https://github.com/wheelcms/wheelcms_disqus/), but does\nnot require an external service.\n\nInstallation\n------------\n\nAdd wheelcms_comments to your INSTALLED_APPS *before* the wheelcms_axle package, e.g.\n\n INSTALLED_APPS = (\n \"wheelcms_comments\",\n ...\n \"wheelcms_axle\",\n )\n\n\nif your base definition of INSTALLED_APPS is out of your direct control\n(e.g. when using\n[wheelcms_project](https://github.com/wheelcms/wheelcms_project)), try\nsomething like this:\n\n INSTALLED_APPS = (\n \"wheelcms_comments\",\n ) + INSTALLED_APPS\n\n\nwheelcms_comments uses [django-simple-captcha](https://django-simple-captcha.readthedocs.org/en/latest/usage.html), so you will need to include this\nas well:\n\nAdd\n\n from django.conf.urls.defaults import *\n\n urlpatterns += patterns('',\n url(r'^captcha/', include('captcha.urls')),\n )\n\nto your urls.py. Like with the INSTALLED_APPS, make sure the captcha\npattern matches *before* the base patterns or else the WheelCMS patterns\nwill intercept the /captcha requests.\n\ndjango-simple-captcha depends on the PIL library. You may need to install \"python-imaging\" or Pillow depending on your OS/Distribution. You will also need FreeType support with your PIL.\n\nLastly, add 'captcha' to your INSTALLED_APPS\n\nUsing comments\n--------------\n\nNow you should be able to enable commenting in your site's settings (save\nthe settings the first time, it may show incorrectly that comments are\nalready enabled).\n\nYou can also enable/disable comments on a per-content basis.\n\nNew contents will be created as WheelCMS content (content type Comment)\nwith an initial state 'pending'. You can use the workflow dropup in the\ntoolbar to moderate pending comments.\n\nUpgrade notes\n-------------\n\npre 0.2 users should fake migrate the first migration:\n\n manage.py migrate wheelcms_comments 0001 --fake", "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/wheelcms/wheelcms_comments", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "wheelcms_comments", "package_url": "https://pypi.org/project/wheelcms_comments/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wheelcms_comments/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/wheelcms/wheelcms_comments" }, "release_url": "https://pypi.org/project/wheelcms_comments/0.2/", "requires_dist": null, "requires_python": null, "summary": "WheelCMS comments package", "version": "0.2" }, "last_serial": 872681, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "3ab08b7ec5613432187d25ae805d5653", "sha256": "5c7b9252666398dd8363885b082bf283361acbe4863107496263f50dfd040f77" }, "downloads": -1, "filename": "wheelcms_comments-0.2.tar.gz", "has_sig": false, "md5_digest": "3ab08b7ec5613432187d25ae805d5653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10491, "upload_time": "2013-09-24T11:45:43", "url": "https://files.pythonhosted.org/packages/17/16/2d5034714ab38273a3db1f94bd2e456d641039e47ee52c14bd479635de76/wheelcms_comments-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ab08b7ec5613432187d25ae805d5653", "sha256": "5c7b9252666398dd8363885b082bf283361acbe4863107496263f50dfd040f77" }, "downloads": -1, "filename": "wheelcms_comments-0.2.tar.gz", "has_sig": false, "md5_digest": "3ab08b7ec5613432187d25ae805d5653", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10491, "upload_time": "2013-09-24T11:45:43", "url": "https://files.pythonhosted.org/packages/17/16/2d5034714ab38273a3db1f94bd2e456d641039e47ee52c14bd479635de76/wheelcms_comments-0.2.tar.gz" } ] }