{ "info": { "author": "ZopeSkel Team", "author_email": "zopeskel@lists.plone.org", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThis is a ZopeSkel template package for creating a skeleton Plone add-on\npackage. The skeleton package installs a plone.app.browserlayer browserlayer\nand associated css and js resources.\n\nUse this package when you want to build an add-on that adds css or js\nfunctionality without a theme. The advantage of this is that you may\nuse the functionality with different themes.\n\nThis is a development tool. You should be familiar with Plone and buildout to\nuse it.\n\nInstallation\n============\n\nAdd these lines into buildout::\n\n [buildout]\n parts = \n zopeskel\n \n [zopeskel]\n recipe = zc.recipe.egg\n eggs = \n ZopeSkel\n Paste\n PasteDeploy\n PasteScript\n zopeskel.browserlayer\n ${buildout:eggs}\n \nAnd run the buildout\n\nUsage\n======\n\nCreating a dexterity content package, typically done in your buildout's src\ndirectory::\n\n ../bin/zopeskel browserlayer\n\nNotes\n=====\n\nEgg Directories\n---------------\n\nIn order to support local commands, ZopeSkel/Paster will create Paste,\nPasteDeploy and PasteScript eggs inside your product. These are only needed\nfor development. You can and should remove them from your add-on distribution.\n\nErrors\n------\n\nIf you hit and error like this::\n\n pkg_resources.DistributionNotFound: plone.app.relationfield: Not Found for: my.product (did you run python setup.py develop?) \n\nwhen attempting to run `paster addcontent`, then you need to ensure that\nPaster knows about all the relevant eggs from your buildout.\n\nAdd `${instance:eggs}` to your `paster` section in your buildout, thusly::\n\n [zopeskel]\n recipe = zc.recipe.egg\n eggs = \n ...\n ${instance:eggs}\n entry-points = paster=paste.script.command:run\n \nwhere `instance` is the name of your ``plone.recipe.zope2instance`` section.\nRe-run the buildout and the issue should be resolved.\n\nChangelog\n=========\n\n1.0 ~ 2011-10-24\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": "http://github.com/smcmahon/zopeskel.browserlayer", "keywords": "plone zope browserlayer", "license": "GPL 2", "maintainer": null, "maintainer_email": null, "name": "zopeskel.browserlayer", "package_url": "https://pypi.org/project/zopeskel.browserlayer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zopeskel.browserlayer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/smcmahon/zopeskel.browserlayer" }, "release_url": "https://pypi.org/project/zopeskel.browserlayer/1.0/", "requires_dist": null, "requires_python": null, "summary": "Paster templates for Zope browserlayer package", "version": "1.0" }, "last_serial": 802409, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "00ed4172584fe9647077d358afbd8c2f", "sha256": "ca57d471d5be94536b7b75aee70c396b2a095c4a76c8d956cb5cdb035ffed1db" }, "downloads": -1, "filename": "zopeskel.browserlayer-1.0.zip", "has_sig": false, "md5_digest": "00ed4172584fe9647077d358afbd8c2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32441, "upload_time": "2011-10-25T02:46:29", "url": "https://files.pythonhosted.org/packages/cc/0b/ab8f583683b50cb9c7880fedd5f6b4044a8d9e814c03640ef0b632e8a6a0/zopeskel.browserlayer-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00ed4172584fe9647077d358afbd8c2f", "sha256": "ca57d471d5be94536b7b75aee70c396b2a095c4a76c8d956cb5cdb035ffed1db" }, "downloads": -1, "filename": "zopeskel.browserlayer-1.0.zip", "has_sig": false, "md5_digest": "00ed4172584fe9647077d358afbd8c2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32441, "upload_time": "2011-10-25T02:46:29", "url": "https://files.pythonhosted.org/packages/cc/0b/ab8f583683b50cb9c7880fedd5f6b4044a8d9e814c03640ef0b632e8a6a0/zopeskel.browserlayer-1.0.zip" } ] }