{ "info": { "author": "Rene Jochum", "author_email": "rene@jochums.at", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.0", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nA blog for Plone 5. Ideas have been take from `ftw.blog `_ and `plone.app.event `_.\n\nI've written it to learn Plone.\n\n\nInstall\n=======\n\n- Add ``collective.blog`` to your buildout configuration\n\n::\n\n [instance]\n eggs =\n collective.blog\n\n- Run buildout\n\n- Install ``collective.blog`` in portal_setup\n\nYou can of course install it also by adding to to your `site` package.\n\n- Add it to your packages **setup.py**\n\n::\n\n install_requires=[\n ...\n `collective.blog`\n ]\n\n- Add its profile as dependency to your **profiles/default/metadata.xml**\n\n::\n\n profile-collective.blog:default\n\n\nRegistry settings\n=================\n\n- `collective.blog.interfaces.IBlogSettings.show_lead_image`\n Show lead image in blog entries.\n\n **default**: False\n\n **WARNING**: Don't disable once you added a lead image to a blog entry,\n you won't be able to save that entry else.\n\n- `collective.blog.interfaces.IBlogSettings.batch_size`\n Number of blog entries to show on batch (prev/next) navigations.\n\n **default**: 10\n\n- `collective.blog.interfaces.IBlogSettings.show_folder_title`\n Show the folders title on blog listings.\n\n **default**: False\n\n- `collective.blog.interfaces.IBlogSettings.allow_anonymous_view_about`\n Allow anonymous users to see the about line.\n\n **default**: False\n\n\nViews\n=====\n\nblog_listing\n------------\n\nA fast listing view for the content type `Blog Entry` it doesn't call getObject if\nif you don't enable `show_lead_image`.\n\nIt show's all entries from all subfolders of the Folder where ist activated,\nthis is usefull for archived content. We will soon publish a addon which allows\nyou to archive your content (based on `sc.contentrules.groupbydate `_).\n\n\nBlog Listing supports some request parameters:\n\n- **tags**: A subject\n- **SearchableText**: Any Text\n\nDate range:\n\n- **start**: The start date to search for, as example: 2015-09-01\n- **end**: The end date to search for, as example: 2015-09-30, if omitted it searches until today.\n\nOr by `year`, `year and month` or `year, month and day`\n\n- **year**: The Year\n- **month**: The month, can be omitted then it will search for the whole year\n- **day**: The day, if bove the year and month have been given show only this day, can be omitted then it searches for the whole month.\n\n\nPortlets\n========\n\nTagcloud\n--------\n\nA portlet to show all tags in a cloud.\n\nIt supports these parameters:\n\n - **Max. Fontsize**: Max. font size in em.\n - **Min. Fontsize**: Min. font size in em.\n\n - **Search base**: Select search base Folder to search for tags. The URL to to this item will also be used to link to in tag searches.\n\t\t If empty, the whole site will be searched and the tag cloud view will be called on the site root.\n\n\nUninstall\n=========\n\nThis package provides an uninstall Generic Setup profile, however, it will\nnot uninstall the package dependencies.\nMake sure to uninstall the dependencies if you no longer use them.\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.blog/issues\n- Source Code: https://github.com/collective/collective.blog\n\n\nSupport\n-------\n\nIf you are having issues, please let me know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Rene Jochum, rene@jochums.at\n\nChangelog\n=========\n\n\n1.0a1 (2016-02-14)\n------------------\n\n- Initial release.\n [pcdummy]", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/collective.blog", "keywords": "Python Plone", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "collective.blog", "package_url": "https://pypi.org/project/collective.blog/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.blog/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/collective.blog" }, "release_url": "https://pypi.org/project/collective.blog/1.0a1/", "requires_dist": null, "requires_python": "", "summary": "A blog addon for Plone 5.", "version": "1.0a1" }, "last_serial": 1955823, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "5d5eae052e8eb84611dd9913cc02e98f", "sha256": "f599855abad4cefcdd7e37ae954093f7b1305526b9b1d629275afd9cb4d458d1" }, "downloads": -1, "filename": "collective.blog-1.0a1.tar.gz", "has_sig": false, "md5_digest": "5d5eae052e8eb84611dd9913cc02e98f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27014, "upload_time": "2016-02-14T18:26:50", "url": "https://files.pythonhosted.org/packages/b0/4f/0ac6f98a34548837393d8acf27b06a4164c6faff6960f2ae7bc2928b618a/collective.blog-1.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d5eae052e8eb84611dd9913cc02e98f", "sha256": "f599855abad4cefcdd7e37ae954093f7b1305526b9b1d629275afd9cb4d458d1" }, "downloads": -1, "filename": "collective.blog-1.0a1.tar.gz", "has_sig": false, "md5_digest": "5d5eae052e8eb84611dd9913cc02e98f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27014, "upload_time": "2016-02-14T18:26:50", "url": "https://files.pythonhosted.org/packages/b0/4f/0ac6f98a34548837393d8acf27b06a4164c6faff6960f2ae7bc2928b618a/collective.blog-1.0a1.tar.gz" } ] }