{ "info": { "author": "Erico Andrei, Maik Derstappen ", "author_email": "erico@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "=========================\nProducts.CMFContentPanels\n=========================\n\nOverview\n=========\n\n Products.CMFContentPanels is a Plone product to build manageable composite pages.\n \n You can create new content object which is composed of other contents as\n configurable 'content panels'. You can change the layout, the panel\n skin and the content viewlet through the web. \n There is no need to use special content objects, you can just use the standard plone content and compose them\n \n\nRequirements\n============\n\n * Plone 4.x (http://plone.org/products/plone)\n\nFeatures\n=========\n\n * Support multi-page and multi-column\n\n * fully functional layout management, easy to use: move panels\n left/right/up/down\n\n * predefined viewlets for Document, Image, Folder, Topic, ZWiki Page,\n PloneChat, mxmDynamicPage.\n\n * each viewlet is configurable. it is quite easy to add new viewlets.\n You can add a RSS viewlet or a simplet text viewlet.\n\n * contentpanels content can be used as a portle thru collective.portlet.content.\n\n * support multi-rows: use 'tile' page layout mode, and each page\n becomes a new row!\n\nInstallation\n============\n\n To use this product, on a buildout based installation:\n \n 1. Edit your buildout.cfg and add ``Products.CMFContentPanels``\n to the list of eggs to install ::\n \n [buildout]\n ...\n eggs = \n Products.CMFContentPanels\n \n \n After updating the configuration file you need to run the ''bin/buildout'',\n which will take care of updating your system.\n \n Go to the 'Site Setup' page in the Plone interface and click on the\n 'Add/Remove Products' link.\n \n Choose the product (check its checkbox) and click the 'Install' button.\n \n Uninstall -- This can be done from the same management screen, but only\n if you installed it from the quick installer.\n\n\nExtending Products.CMFContentPanels (For Developers)\n====================================================\n\nNew viewlets\n------------\n \n Viewlet is a view of content which can be selected in contentpanels.\n Viewlet can be a zpt or a zpt macro. Viewlets are registered with\n CMF Action mechanism.\n\n 1. Write a viewlet for your content.\n You can refer to stuff at 'CMFContentPanels/skins/cp_viewlets',\n where are default viewlets.\n\n 2. All viewlets are registered in portal_contentpanels.\n You can also register viewlets using::\n\n from Products.CMFContentPanels import registerViewlets\n registerViewlets(you_viewlets)\n\n With this way, if you reinstall CMFContentPanels, your viewlets\n configuration will not lost.\n\nHow to make viewlets configurable\n---------------------------------\n\n 1. Viewlet configuration form fields can be define in a macro\n with name: '(your_viewlet_macroname)_viewletconf'\n\n For example, 'viewlets_folder_recent.pt' has 2 macros:\n 'base_portlet' and 'base_portlet_viewletconf'\n\n 2. The form fields will be showed and saved automatically\n\n 3. Your viewlet can use the form variables in a dict named\n 'viewletOptions', for example 'viewletOptions[\"itemCount\"]'\n\nHow to add new panel skins\n--------------------------\n \n You can define a new css wrapper to define a new panel skin:\n\n 1. Customise contentpanels_skin.css.dtml, write your new css wrapper there\n\n 2. Go to ZMI 'portal_contentpanels', in the properties view, add your new\n wrapper there.\n\nCredits\n=======\n\n * `Simples Consultoria ` for \n sponsoring the eggfication of this product.\n\n * \"ZopeChina.com\":http://www.zopechina.com, a leading Zope Service provider\n in China. ZopeChina.com runs the biggest Chinese Zope community in China -\n \"CZUG.org\":http://czug.org (China Zope User Group). We are trying to make\n Zope/Plone works better for Chinese people.\n\n * ausum's \"CMFPortlets\":http://www.zope.org/Members/ausum/CMFPortlets , many\n idea comes from CMFPortlets. Thanks!\n\n * The Rounded panels technique is from Denis Mishunoff's how-to:\n http://plone.org/documentation/how-to/portlets-with-rounded-corners-and-shadow\n\nBug report and feature request\n==============================\n\n In the \"Products.CMFContentPanels product area\":\n http://plone.org/products/cmfcontentpanels\n you can report bugs and request new features.", "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/collective/Products.CMFContentPanels", "keywords": "plone web composite_pages CMFContentPanels", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.CMFContentPanels", "package_url": "https://pypi.org/project/Products.CMFContentPanels/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.CMFContentPanels/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/collective/Products.CMFContentPanels" }, "release_url": "https://pypi.org/project/Products.CMFContentPanels/2.6b2/", "requires_dist": null, "requires_python": null, "summary": "CMFContentPanels is a plone portlets product to build composite pages", "version": "2.6b2" }, "last_serial": 784990, "releases": { "2.6a1": [ { "comment_text": "", "digests": { "md5": "15a516da3c3629091dc1aaba0b736e24", "sha256": "b650a93bf1b8b22aad7f3d23731b4fd37fe6ab66dc06f7816f5087fd8c669265" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a1-py2.4.egg", "has_sig": false, "md5_digest": "15a516da3c3629091dc1aaba0b736e24", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 177105, "upload_time": "2009-03-01T23:10:22", "url": "https://files.pythonhosted.org/packages/85/13/3ccd5a70295a7e6c53450ee230753283841764be67c36f233767cb583832/Products.CMFContentPanels-2.6a1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2e2da52c2ecff4d8489ef2152675ada0", "sha256": "52e99d8f6853903beabcc9730075ebc007095e8c7eda5b720a4c1770a2c7f9d7" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a1.tar.gz", "has_sig": false, "md5_digest": "2e2da52c2ecff4d8489ef2152675ada0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100437, "upload_time": "2009-03-01T23:10:18", "url": "https://files.pythonhosted.org/packages/ed/3a/c51bb6224ef0d2b335fb59ef66c43fcd94cbe5fe08ded865b2f3b265b6b1/Products.CMFContentPanels-2.6a1.tar.gz" } ], "2.6a2": [], "2.6a2dev": [ { "comment_text": "", "digests": { "md5": "153510f0d80e4d95eb4290355e22bf35", "sha256": "9b8c3b44cb814ccc35c7c70868400181767762ae88100b9c648edd787b0314db" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a2dev-py2.4.egg", "has_sig": false, "md5_digest": "153510f0d80e4d95eb4290355e22bf35", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 178757, "upload_time": "2009-12-12T14:38:32", "url": "https://files.pythonhosted.org/packages/03/db/aec1ebc57c0e261401bfa6cb497133204152d1fc5bfca978804c5a22656a/Products.CMFContentPanels-2.6a2dev-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "2c84d98e2b61ea57cd59f98343da97a5", "sha256": "c0bfeba4b9574f77865c8aee96952229984aeefeca7be7eef76fbaccf85f4496" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a2dev.tar.gz", "has_sig": false, "md5_digest": "2c84d98e2b61ea57cd59f98343da97a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 104004, "upload_time": "2009-12-12T14:38:26", "url": "https://files.pythonhosted.org/packages/62/16/5733f3b8a634bdeb765959a34b0d4e7b10978a4fb344d6886775492c7863/Products.CMFContentPanels-2.6a2dev.tar.gz" } ], "2.6a7": [ { "comment_text": "", "digests": { "md5": "c774e766798263d180156fd1e93b766e", "sha256": "dae742e75ea8f7b05f3a32b3d42c075a3006cc6c1f85f8919ed7b20aae8b2d9a" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a7-py2.4.egg", "has_sig": false, "md5_digest": "c774e766798263d180156fd1e93b766e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 178683, "upload_time": "2010-01-14T17:29:39", "url": "https://files.pythonhosted.org/packages/01/25/31bdc96c278abd9ca78e4aff04c7255e290157174492da9542893b313810/Products.CMFContentPanels-2.6a7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "478147eea321f1a398006a058603eab8", "sha256": "bebc817218d7fc90b9579cd80aaf0e44b09ec362384406e654610cc0f8beff82" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a7.tar.gz", "has_sig": false, "md5_digest": "478147eea321f1a398006a058603eab8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101857, "upload_time": "2010-01-14T17:29:36", "url": "https://files.pythonhosted.org/packages/35/46/0b635fee30224d580acb019629cf13dcf2b3df1e8f7b084e801fc474c4cb/Products.CMFContentPanels-2.6a7.tar.gz" } ], "2.6a8dev": [ { "comment_text": "", "digests": { "md5": "00ef351994cf486480c93781f90cd12b", "sha256": "928486331e23cbabdb1a4ff3d7da6faf3a7aa4798d2f755d158fcbc916b99500" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a8dev.tar.gz", "has_sig": false, "md5_digest": "00ef351994cf486480c93781f90cd12b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101803, "upload_time": "2010-10-11T23:28:06", "url": "https://files.pythonhosted.org/packages/2c/33/cf37be20ece4750b97d7eceb15f05d067c7de6b75a46c0b469fee0b94df3/Products.CMFContentPanels-2.6a8dev.tar.gz" } ], "2.6a9dev": [ { "comment_text": "", "digests": { "md5": "d4681cbde9bb3d6a39b06917d153e0e6", "sha256": "acfbf0fe092527d782a9f0fdc04c9865056ec470608dda0d2b657ccdeb31ac68" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6a9dev.tar.gz", "has_sig": false, "md5_digest": "d4681cbde9bb3d6a39b06917d153e0e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101936, "upload_time": "2010-12-22T19:32:53", "url": "https://files.pythonhosted.org/packages/16/fd/04a392a00fa39cdd967f4a54ef411ad79a3b5dabbf62333844080c8f65d4/Products.CMFContentPanels-2.6a9dev.tar.gz" } ], "2.6b1": [ { "comment_text": "", "digests": { "md5": "f497ac58d55797d1a14a3d60baaba663", "sha256": "843afb5fd01435f800f9a87b55821f97b05fdc63c1641885a8bd849071838ec3" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6b1.tar.gz", "has_sig": false, "md5_digest": "f497ac58d55797d1a14a3d60baaba663", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90349, "upload_time": "2011-12-04T23:39:01", "url": "https://files.pythonhosted.org/packages/03/01/409e15bd89d6a89b1e0b5d00de09a593e52335028daae124da9a232f1b20/Products.CMFContentPanels-2.6b1.tar.gz" } ], "2.6b2": [ { "comment_text": "", "digests": { "md5": "98a73bc34e339bda3f32175cf2071349", "sha256": "13c4c7460efc3509cb6c01c7ef0a20c67f74aed2fb298c7185fce2a6e12969d6" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6b2.tar.gz", "has_sig": false, "md5_digest": "98a73bc34e339bda3f32175cf2071349", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103049, "upload_time": "2012-02-16T19:32:37", "url": "https://files.pythonhosted.org/packages/0b/6e/845dcd1e4976449d138ba61e959a97b671abb7e82433ed3083ac0c9e1d13/Products.CMFContentPanels-2.6b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98a73bc34e339bda3f32175cf2071349", "sha256": "13c4c7460efc3509cb6c01c7ef0a20c67f74aed2fb298c7185fce2a6e12969d6" }, "downloads": -1, "filename": "Products.CMFContentPanels-2.6b2.tar.gz", "has_sig": false, "md5_digest": "98a73bc34e339bda3f32175cf2071349", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 103049, "upload_time": "2012-02-16T19:32:37", "url": "https://files.pythonhosted.org/packages/0b/6e/845dcd1e4976449d138ba61e959a97b671abb7e82433ed3083ac0c9e1d13/Products.CMFContentPanels-2.6b2.tar.gz" } ] }