{ "info": { "author": "Praekelt Foundation", "author_email": "dev@praekelt.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "molo.yourtips\n#############\n.. image:: https://travis-ci.org/praekeltfoundation/molo.yourtips.svg\n :target: https://travis-ci.org/praekeltfoundation/molo.yourtips\n.. image:: https://img.shields.io/pypi/v/molo.yourtips.svg\n :target: https://pypi.python.org/pypi/molo.yourtips\n.. image:: https://coveralls.io/repos/github/praekeltfoundation/molo.yourtips/badge.svg\n :target: https://coveralls.io/github/praekeltfoundation/molo.yourtips\n\n**This feature enables youth to share short tips with one another.**\n\n.. contents:: Table of Contents\n :depth: 1\n\nRequirements\n============\n\n#. django >= 1.8\n\n#. molo.core >= 5.5.0\n\n#. django-secretballot >= 0.7.0\n\n#. django-likes >= 1.11\n\nPrerequisite\n============\n#. Install or add ``django-likes`` to your Python path.\n\n#. Configure ``django-secretballot`` as described `here `_.\n\n#. Add ``likes`` to your ``INSTALLED_APPS`` setting.\n\n#. Add likes url include to your project's ``urls.py`` file::\n\n url(r'^likes/',\n include('likes.urls',\n namespace='likes',\n app_name='likes')),\n\n#. Add ``likes.middleware.SecretBallotUserIpUseragentMiddleware`` to your ``MIDDLEWARE_CLASSES`` setting, i.e.::\n\n MIDDLEWARE_CLASSES = (\n ...other middleware classes...\n \"likes.middleware.SecretBallotUserIpUseragentMiddleware\",\n )\n\n#. Add ``django.core.context_processors.request`` to your ``TEMPLATE_CONTEXT_PROCESSORS`` setting, i.e.::\n\n TEMPLATE_CONTEXT_PROCESSORS = (\n ...other context processors...\n \"django.core.context_processors.request\",\n )\n\nInstallation\n============\n\n#. pip install molo.yourtips\n\n#. Add ``molo.yourtips`` to your ``INSTALLED_APPS`` settings.\n\n#. Add yourtips url include to your project's ``urls.py`` file::\n\n url(r'^yourtips/', include('molo.yourtips.urls',\n namespace='molo.yourtips')),\n\n#. Create and publish a YourTips page on the CMS. By adding the YourTips page the\n\nFeature List\n============\n\n#. This feature enables youth to share short (twitter length - 140 characters) tips on the platform with one another.\n#. User submitted tips are curated by content managers and published on the platform.\n#. Users can interact with published tips by liking each others tips or sharing (requires consent from author) on facebook or twitter.\n\nYourTips Settings\n=================\n\nHomepage Banner Copy\n--------------------\n\n#. By default the homepage banner copy is ``Do you have advice you can share with other youth on relationships?``.\n#. The homepage banner copy by adding the copy the yourtips settings.\n\nAuthors\n=======\n\nPraekelt.Org\n------------\n* Saeed Marzban\n* Mitso Qalaba\n\nPraekelt Consulting\n-------------------\n* Cilliers Blignaut\n\n\nChange Log\n==========\n\n7.0.0\n-----\n- Add support for Molo 7\n\n6.0.1\n-----\n- Uses objects instead of default_manager in the migration\n http://django-mptt.github.io/django-mptt/upgrade.html#id1\n\n6.0.0\n-----\n- Molo 6 compatibility\n\n5.0.8\n-----\n- Molo plugin templates refactor and cleanup\n\n5.0.7\n-----\n- Bug Fix: filter content by site in the template tags\n\n\n5.0.6\n-----\n- Bug Fix: change the parent page for yourtips tip section index page when copy\n\n5.0.5\n-----\n- Bug fix: Date range filter on tip and entry wagtail admin.\n\n5.0.4\n-----\n- Bug fix: Only activate \"YourTips\" with published YourTip pages.\n- Change: Verification message on tip submission form show word count now.\n- Change: Download CSV on converted tip articles to only download relevant information.\n\n5.0.3\n-----\n- Bug fix popular tip ListView\n- New feature Download CSV\n\n5.0.1\n-----\n- Update travis password\n\n5.0.0\n-----\n- Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/praekeltfoundation/molo.yourtips", "keywords": "praekelt,mobi,web,django", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "molo.yourtips", "package_url": "https://pypi.org/project/molo.yourtips/", "platform": "", "project_url": "https://pypi.org/project/molo.yourtips/", "project_urls": { "Homepage": "https://github.com/praekeltfoundation/molo.yourtips" }, "release_url": "https://pypi.org/project/molo.yourtips/7.0.0/", "requires_dist": null, "requires_python": "", "summary": "This feature enables youth to share short tips with one another", "version": "7.0.0" }, "last_serial": 4390140, "releases": { "5.0.0": [ { "comment_text": "", "digests": { "md5": "c6eacf58cc27e1d62f46c8acec1ac879", "sha256": "76fa3a9c404d9ff5a48785c0ea9ec5986215e4728bd7977ccd99e22ee7918262" }, "downloads": -1, "filename": "molo.yourtips-5.0.0.tar.gz", "has_sig": false, "md5_digest": "c6eacf58cc27e1d62f46c8acec1ac879", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16839, "upload_time": "2017-07-10T12:48:32", "url": "https://files.pythonhosted.org/packages/f6/4f/b314c99d5c1ff9aaeed02796451d89947066ae9f0e61d693e78fe464ce6a/molo.yourtips-5.0.0.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "9420768c4656c865e37ad5de1fdbd460", "sha256": "36675d026026e9a0333d71fe98e4145862a1d65bbb16914982a447d7ffbea7ec" }, "downloads": -1, "filename": "molo.yourtips-5.0.1.tar.gz", "has_sig": false, "md5_digest": "9420768c4656c865e37ad5de1fdbd460", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16903, "upload_time": "2017-07-10T13:56:56", "url": "https://files.pythonhosted.org/packages/b5/7b/bb1dbba1f7fb9fc2b4be436c77acb85b9b7dd730822a67c01d336f61c2c9/molo.yourtips-5.0.1.tar.gz" } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "3680f18884fa27cfcc1c71f9c0931e9b", "sha256": "f192ac902dddb8add3c51f9e25ae56bff545f0d453ebd21aa1fc1a5f9407f051" }, "downloads": -1, "filename": "molo.yourtips-5.0.2.tar.gz", "has_sig": false, "md5_digest": "3680f18884fa27cfcc1c71f9c0931e9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17001, "upload_time": "2017-07-10T13:58:47", "url": "https://files.pythonhosted.org/packages/7c/f4/748e2b608157fe989849e527646d7c1a6de1b421b233fef1f1a708b36597/molo.yourtips-5.0.2.tar.gz" } ], "5.0.3": [ { "comment_text": "", "digests": { "md5": "589472f5f4ac63729f0334765e72b5d5", "sha256": "9669cd68215c4b6eedc8af6e7eec9e89fecb4a9585e26aa0ca1ff8f02b18bce7" }, "downloads": -1, "filename": "molo.yourtips-5.0.3.tar.gz", "has_sig": false, "md5_digest": "589472f5f4ac63729f0334765e72b5d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18410, "upload_time": "2017-07-13T12:34:15", "url": "https://files.pythonhosted.org/packages/d8/99/27dd548fefbea222d10d1b5a65ad95a67c57d2be4c3a1ffb231e3dcc22f8/molo.yourtips-5.0.3.tar.gz" } ], "5.0.4": [ { "comment_text": "", "digests": { "md5": "665ee94406803bb4273b07b77d1d23e6", "sha256": "e702f2b1364c25719a2b8c9b75a646a2bfb6abaca85d95c3cfb46cc682190211" }, "downloads": -1, "filename": "molo.yourtips-5.0.4.tar.gz", "has_sig": false, "md5_digest": "665ee94406803bb4273b07b77d1d23e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19432, "upload_time": "2017-07-24T12:07:44", "url": "https://files.pythonhosted.org/packages/dc/17/3433dce008669d8ec5a6d21796901cbae4584cccc8e285dcde5586059609/molo.yourtips-5.0.4.tar.gz" } ], "5.0.5": [ { "comment_text": "", "digests": { "md5": "a204ebdffd04d739f069bf8510b8f374", "sha256": "c69c5676c653100a644ff5299edda2bf1e44cbddc19ad4d72060e2c959a6f5fa" }, "downloads": -1, "filename": "molo.yourtips-5.0.5.tar.gz", "has_sig": false, "md5_digest": "a204ebdffd04d739f069bf8510b8f374", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19771, "upload_time": "2017-08-01T14:20:49", "url": "https://files.pythonhosted.org/packages/21/2f/4cff69a492f78239a7ba63d69de8da3e43bcd9d5123a4ad27b3298ea7fa3/molo.yourtips-5.0.5.tar.gz" } ], "5.0.6": [ { "comment_text": "", "digests": { "md5": "e1f682def7bae0b5efa8d573d6d4b4e0", "sha256": "43a2f9d2ecacb0895aa91b992e080fe020bd46e42462f90473d5f499ae4a4862" }, "downloads": -1, "filename": "molo.yourtips-5.0.6.tar.gz", "has_sig": false, "md5_digest": "e1f682def7bae0b5efa8d573d6d4b4e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19899, "upload_time": "2017-09-28T14:38:35", "url": "https://files.pythonhosted.org/packages/bc/3e/be94065839475c38978961ca26ddafb4dfea334d5c90d00fbef40a1db482/molo.yourtips-5.0.6.tar.gz" } ], "5.0.7": [ { "comment_text": "", "digests": { "md5": "08d01406c38dde4aba711f798484eed5", "sha256": "08cf0df06bb3df0f087f160813e2ad3de4110b060c513a5d5d6c2f3aa1c74616" }, "downloads": -1, "filename": "molo.yourtips-5.0.7.tar.gz", "has_sig": false, "md5_digest": "08d01406c38dde4aba711f798484eed5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20080, "upload_time": "2017-10-04T08:56:43", "url": "https://files.pythonhosted.org/packages/7d/c1/21fdf7e99393f0c40025735cdbcdbbd735432302d65fe5888c58108f6828/molo.yourtips-5.0.7.tar.gz" } ], "5.0.8": [ { "comment_text": "", "digests": { "md5": "511456ee7804fd6928521e20d21e2810", "sha256": "7859b3e9afd6eea737cda8df43bca6baf8f4af3ac6b0a63f82d50e4dc872d395" }, "downloads": -1, "filename": "molo.yourtips-5.0.8.tar.gz", "has_sig": false, "md5_digest": "511456ee7804fd6928521e20d21e2810", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19835, "upload_time": "2018-01-15T15:02:04", "url": "https://files.pythonhosted.org/packages/e8/ab/eac4b2f8eeffc9751a43a7bd43de27663d87df2933ef1b63934633290a79/molo.yourtips-5.0.8.tar.gz" } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "a8a9c910ccc305067adfe65587754ba2", "sha256": "d0f95172e8a41ef9462bdb4059c694c6847c5948464dad6e4eb4a7e514f9ee12" }, "downloads": -1, "filename": "molo.yourtips-6.0.0.tar.gz", "has_sig": false, "md5_digest": "a8a9c910ccc305067adfe65587754ba2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20014, "upload_time": "2018-08-10T13:58:12", "url": "https://files.pythonhosted.org/packages/68/5e/202585791a52bb684536bfe7d5e2db3d0e1dc404723c938c033fe72f37a1/molo.yourtips-6.0.0.tar.gz" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "3732689d41b21f9d6aae4bfda0ddc9a5", "sha256": "c080332d7182258e32b1fa74295d9e5f0226126de8a8d177baf6026037f0b524" }, "downloads": -1, "filename": "molo.yourtips-6.0.1.tar.gz", "has_sig": false, "md5_digest": "3732689d41b21f9d6aae4bfda0ddc9a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20083, "upload_time": "2018-08-15T09:40:20", "url": "https://files.pythonhosted.org/packages/7b/9a/23acc6cb0f4dd15e2babe44616daac34dc435baf342321e3d9e7c4fb0799/molo.yourtips-6.0.1.tar.gz" } ], "7.0.0": [ { "comment_text": "", "digests": { "md5": "0eab1d0a0b6e1b92c1ec158452780dfa", "sha256": "78c620053f3646e851614bd7d068bdda5a965d97bbe77e899823899092c0ee5f" }, "downloads": -1, "filename": "molo.yourtips-7.0.0.tar.gz", "has_sig": false, "md5_digest": "0eab1d0a0b6e1b92c1ec158452780dfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20300, "upload_time": "2018-10-18T12:47:09", "url": "https://files.pythonhosted.org/packages/12/53/f19f315b108a60ee14bc97df5bcf41285620bd4d7c187edbcd750b03aaf6/molo.yourtips-7.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0eab1d0a0b6e1b92c1ec158452780dfa", "sha256": "78c620053f3646e851614bd7d068bdda5a965d97bbe77e899823899092c0ee5f" }, "downloads": -1, "filename": "molo.yourtips-7.0.0.tar.gz", "has_sig": false, "md5_digest": "0eab1d0a0b6e1b92c1ec158452780dfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20300, "upload_time": "2018-10-18T12:47:09", "url": "https://files.pythonhosted.org/packages/12/53/f19f315b108a60ee14bc97df5bcf41285620bd4d7c187edbcd750b03aaf6/molo.yourtips-7.0.0.tar.gz" } ] }