{ "info": { "author": "Jukka Ojaniemi", "author_email": "jukka.ojaniemi@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nEvery now and then users ask if they could somehow get a view which displays \nall the documents from certain folder structure at one page. *Collective.printview* \nis an answer to this request.\n\n*Collective.printview* brings you @@printview view that you can call from every\nfolderish object in Plone. This view is drop dead simple having only one task - \ndig deep through folder structure and search for content based on settings specified\non *collective.printview* controlpanel. In controlpanel you can define which folderish content \ntypes *collective.printview* can use while it tries to dig deeper in folder structure.\nYou can also define content types which are used for getting the actual content.\nFinally you can chooce workflow states which will be made available for this search\nfor content.\n\nFor each object we're going to pull content from, *collective.printview* expects\nto find these three mehtods:\n\n1) Title()\n2) Description()\n3) getText() OR text.raw\n\nAfter @@printview has crawled through all the specified folders it returns plain\npage containing title, description and body text from all the objects it encountered.\nThe resulting page contains some javascript magic which creates footnotes after\neach links and moves the actual links to page footer.\n\n\nUsage\n=====\n\n@@printview view can be used from folderish contents actions menu (where you\ncan find cut,copy,paste,rename and delete actions as well). You can also manually\ntype @@printview after the url.\n\n\nWarning!\n========\n\nUsually we can get objects title and description from the catalog. This addon\nwould be pointless if we couldn't also get the actual bodytext. This is why \n*collective.printview* doesn't play with portal_catalog and instead of that goes\nbravely with full objects. This is something that can have serious impact on\nyour sites performance - especially if there are lot's of folders and content\nobjects under the context you're using the @@printview. @@printview uses memoize\nto cache results based on a key created from printview settings and timestamp of\na latest modification in the search context. This won't save you on a first run \nthough - you can't say I didn't warn you :)\n\n\nChangelog\n=========\n\n1.0.1 (2011-08-21)\n------------------\n\n- Fixed problems with dependencies.\n- Fixed typos in README.\n\n1.0 (2011-08-21)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.printview", "keywords": "collective.printview printview print", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.printview", "package_url": "https://pypi.org/project/collective.printview/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.printview/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/collective.printview" }, "release_url": "https://pypi.org/project/collective.printview/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Displays all specified Plone content in one printable page.", "version": "1.0.1" }, "last_serial": 706030, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4191d85737ba36cff81672faa9cac1ab", "sha256": "c9e756e1826c26b5693cd29ea274f139be8151399da41a4682bd3d1183d1d2c7" }, "downloads": -1, "filename": "collective.printview-1.0.zip", "has_sig": false, "md5_digest": "4191d85737ba36cff81672faa9cac1ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21551, "upload_time": "2011-08-21T14:04:20", "url": "https://files.pythonhosted.org/packages/5a/47/b33cc4402d164d738518532a4bdfe4ae34b0e8d57b8bfeeeb6c4ababa304/collective.printview-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "242ec502452642fa7331c466b651d149", "sha256": "eb232b94e47bc117ba701966a601cc067c0e5699a38dc676168962264a22c6d2" }, "downloads": -1, "filename": "collective.printview-1.0.1.zip", "has_sig": false, "md5_digest": "242ec502452642fa7331c466b651d149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21882, "upload_time": "2011-08-21T14:28:16", "url": "https://files.pythonhosted.org/packages/a1/53/aab89d13450d094e29c1f76efdd5e3e8eb8c5dc3cdd42c573910608aecd8/collective.printview-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "242ec502452642fa7331c466b651d149", "sha256": "eb232b94e47bc117ba701966a601cc067c0e5699a38dc676168962264a22c6d2" }, "downloads": -1, "filename": "collective.printview-1.0.1.zip", "has_sig": false, "md5_digest": "242ec502452642fa7331c466b651d149", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21882, "upload_time": "2011-08-21T14:28:16", "url": "https://files.pythonhosted.org/packages/a1/53/aab89d13450d094e29c1f76efdd5e3e8eb8c5dc3cdd42c573910608aecd8/collective.printview-1.0.1.zip" } ] }