{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Office/Business :: News/Diary", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=======\nsc.blog\n=======\n\n.. contents:: Table of Contents\n\nLife, the Universe, and Everything\n----------------------------------\n\nThis package includes a content type, views and viewlets to represent a blog\ninside a Plone site.\n\nAny content type inside a blog (except Image, File and Folder) can be a post.\n\nMostly Harmless\n---------------\n\n.. image:: https://secure.travis-ci.org/simplesconsultoria/sc.blog.png?branch=master\n :target: http://travis-ci.org/simplesconsultoria/sc.blog\n\n.. image:: https://coveralls.io/repos/simplesconsultoria/sc.blog/badge.png?branch=master\n :target: https://coveralls.io/r/simplesconsultoria/sc.blog\n\nGot an idea? Found a bug? Let us know by `opening a support ticket`_.\n\nDon't Panic\n-----------\n\nInstallation\n^^^^^^^^^^^^\n\nTo enable this product in a buildout-based installation:\n\n#. Edit your buildout.cfg and add ``sc.blog`` to the list of eggs to\n install::\n\n [buildout]\n ...\n eggs =\n sc.blog\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to ``sc.blog`` and click the 'Activate' button.\n\n.. Note::\n You may have to empty your browser cache and save your resource registries\n in order to see the effects of the product installation.\n\nUsage\n^^^^^\n\nJust install the package and start adding Blogs and Posts.\n\nA blog may have an associated image that is shown in a viewlet located below\nthe breadcrumb.\n\nTODO List\n^^^^^^^^^\n\n* Navigation portlet listing posts on chronological order (refs. `#4`_)\n* Tag Cloud portlet listing tags in posts (refs. `#6`_)\n\nNot entirely unlike\n-------------------\n\n`blog.star`_\n A suite of blogging modules for Plone. It is primarily designed for\n integrators. Most people who use Plone for blogging also uses Plone as a\n customized content management system, and they have specific requirements\n and their own skin, custom content types and other integrations. It turned\n out that other Plone blogging products make a lot of assumption about how\n you are to use it, what you want from a blog, and how your site is set up.\n\n\n`ftw.blog`_\n ftw.blog provides a blog implementation for Plone featuring tags and\n categories. A user can add a new blog entry and tag it using tags and\n categories. Available categories are defined by the creator of the blog,\n whilst tags can be added freely by the author of a blog entry. Blog\n entries are listed in chronological order, in a tag cloud, by categories,\n and in a monthly archive. Entries can be searched by using the search\n function of the blog.\n\n`Scrawl`_\n A dirt-simple blog product for Plone. It copies the News Item content type\n to create a Blog Entry (with a slightly tweaked view template) and adds an\n alternative view to Collections (blog_view). Note that blog_view shows\n either the description of each contained blog entry (if it exists) or the\n entire body. It's up to the user to limit those results in an intelligent\n way so that page loads doesn't take too long.\n\n.. _`#4`: https://github.com/simplesconsultoria/sc.blog/issues/4\n.. _`#6`: https://github.com/simplesconsultoria/sc.blog/issues/6\n.. _`blog.star`: https://pypi.python.org/pypi/collective.blog.star\n.. _`collective.nitf`: https://github.com/collective/collective.nitf\n.. _`ftw.blog`: https://pypi.python.org/pypi/ftw.blog\n.. _`opening a support ticket`: https://github.com/simplesconsultoria/sc.blog/issues\n.. _`Scrawl`: https://pypi.python.org/pypi/Products.Scrawl\n\nShare and Enjoy\n---------------\n\n``sc.blog`` would not have been possible without the contribution of the\nfollowing people:\n\n- H\u00e9ctor Velarde\n- `Brendan Mitchell`_ (icon)\n\nYou can find an updated list of package contributors on `GitHub`_.\n\nDevelopment sponsored by `Simples Consultoria`_.\n\n.. _`Brendan Mitchell`: http://www.theblogicon.com/\n.. _`GitHub`: https://github.com/simplesconsultoria/sc.blog/contributors\n.. _`Simples Consultoria`: http://www.simplesconsultoria.com.br/\n\nChangelog\n---------\n\nThere's a frood who really knows where his towel is.\n\n1.1b1 (2017-02-16)\n^^^^^^^^^^^^^^^^^^\n\n- Drop support for Python 2.6.\n [hvelarde]\n\n- Remove dependency on five.grok (closes `#11`_).\n [rodfersou]\n\n- Remove hard dependency on plone.app.referenceablebehavior as Archetypes is no longer the default framework in Plone 5.\n Under Plone < 5.0 you should now explicitly add it to the `eggs` part of your buildout configuration to avoid issues while upgrading.\n [hvelarde]\n\n\n1.0b3 (2014-06-26)\n^^^^^^^^^^^^^^^^^^\n\n- The ``IExcludeFromNavigation`` behavior is now enabled by default.\n [hvelarde]\n\n\n1.0b2 (2013-12-16)\n^^^^^^^^^^^^^^^^^^\n\n- Fix issue accessing blogs with VHM urls (closes `#9`_). [jpgimenez]\n\n- The method that returns the content types that are considered blog posts\n was fixed and renamed from ``query_portal_types`` to\n ``get_blog_friendly_types``.\n [hvelarde]\n\n\n1.0b1 (2013-11-11)\n^^^^^^^^^^^^^^^^^^\n\n- Add support for object relations. [hvelarde]\n\n- RobotFramework tests (closes `#7`_). [jpgimenez]\n\n- Implements recursion into views to display posts than there are inside\n subfolders of the blog (closes `#5`_). [jpgimenez]\n\n- Fix blog_summary_view (closes `#3`_). [jpgimenez]\n\n\n1.0a5 (2013-10-30)\n^^^^^^^^^^^^^^^^^^\n\n- Remove dependency on collective.nitf; now any content type inside a blog\n (except Image, File and Folder) can be a post. [jpgimenez]\n\n\n1.0a4 (2013-05-02)\n^^^^^^^^^^^^^^^^^^\n\n- Register static resource directory manually as Grok no longer does it.\n Package is now Plone 4.3 compatible. [hvelarde]\n\n\n1.0a3 (2013-04-10)\n^^^^^^^^^^^^^^^^^^\n\n- Refactor template of blog header: now it will display the blog image, if\n present, or the blog title, if not. [hvelarde]\n\n- Image field is no longer required by default. [hvelarde]\n\n- In order to fix ordering in plone.abovecontent viewlet manager, we had to\n register the plone.path_bar viewlet before everything and then register the\n sc.blog.blogheader viewlet after everything. [hvelarde]\n\n\n1.0a2 (2013-04-04)\n^^^^^^^^^^^^^^^^^^\n\n- Fix batch size and ordering of posts on blogs. Now up to 10 posts are shown\n per page and they are sorted by effective date in descending order.\n [hvelarde]\n\n- Disallow comments on blogs by default as users comment on posts. [hvelarde]\n\n\n1.0a1 (2013-03-15)\n^^^^^^^^^^^^^^^^^^\n\n- Initial release.\n\n.. _`#3`: https://github.com/simplesconsultoria/sc.blog/issues/3\n.. _`#5`: https://github.com/simplesconsultoria/sc.blog/issues/5\n.. _`#7`: https://github.com/simplesconsultoria/sc.blog/issues/7\n.. _`#9`: https://github.com/simplesconsultoria/sc.blog/issues/9\n.. _`#11`: https://github.com/simplesconsultoria/sc.blog/issues/11", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/simplesconsultoria/sc.blog", "keywords": "plone dexterity blog", "license": "GPLv2", "maintainer": "", "maintainer_email": "", "name": "sc.blog", "package_url": "https://pypi.org/project/sc.blog/", "platform": "", "project_url": "https://pypi.org/project/sc.blog/", "project_urls": { "Homepage": "https://github.com/simplesconsultoria/sc.blog" }, "release_url": "https://pypi.org/project/sc.blog/1.1b1/", "requires_dist": null, "requires_python": "", "summary": "A content type describing a blog.", "version": "1.1b1" }, "last_serial": 2646858, "releases": { "1.0b3": [ { "comment_text": "", "digests": { "md5": "90efc36fe1641e63abf1de39152ccdd5", "sha256": "36b900ae0f8ae73d04efbc1ecc595e1788b457c59cd5703553aeebde2b5419bf" }, "downloads": -1, "filename": "sc.blog-1.0b3.zip", "has_sig": false, "md5_digest": "90efc36fe1641e63abf1de39152ccdd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43857, "upload_time": "2014-06-26T18:49:12", "url": "https://files.pythonhosted.org/packages/32/e7/903df15f1809cea692c69fcf49db97f3e93fa7429cc0196ad57cadb36140/sc.blog-1.0b3.zip" } ], "1.1b1": [ { "comment_text": "", "digests": { "md5": "18de92a2013381b94c42486aabd861f3", "sha256": "a1d6932ce7bff69d6f916ef9ccddd68e7e7d1ea064b8a6c109d1893a90646702" }, "downloads": -1, "filename": "sc.blog-1.1b1.tar.gz", "has_sig": false, "md5_digest": "18de92a2013381b94c42486aabd861f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26267, "upload_time": "2017-02-16T14:06:31", "url": "https://files.pythonhosted.org/packages/ea/8c/d23e9fade282bf69892c1a9ec0e5e875adb726841c80ae99b37e6835f531/sc.blog-1.1b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "18de92a2013381b94c42486aabd861f3", "sha256": "a1d6932ce7bff69d6f916ef9ccddd68e7e7d1ea064b8a6c109d1893a90646702" }, "downloads": -1, "filename": "sc.blog-1.1b1.tar.gz", "has_sig": false, "md5_digest": "18de92a2013381b94c42486aabd861f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26267, "upload_time": "2017-02-16T14:06:31", "url": "https://files.pythonhosted.org/packages/ea/8c/d23e9fade282bf69892c1a9ec0e5e875adb726841c80ae99b37e6835f531/sc.blog-1.1b1.tar.gz" } ] }