{ "info": { "author": "Mikel Larreategi & Lur Ibargutxi", "author_email": "mlarreategi@codesyntax.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\n`Resource Registries`_ creates a unique URL each time a CSS or JS file is modified providing a way create unique files without having to rename the original ones.\n\nIt also has a feature to concatenate several CSS or JS files to less files to the user. But with the way this concatenation is done sometimes the files that can be safely concatenated are not, because the tool just tries to concatenate one file with the previous file. For example:\n\nWe have 4 files registered in this order: a.css, b.css, c.css and d.css. If a.css, b.css and d.css are compatible to be concatenated but c.css is not, `Resource Registries`_ will create 3 files: ab.css, c.css and d.css.\n\nThis product, patches the way those concatenated files are created to check all previously concatenated files and concatenate the file there. This way, in the previous example, the patch will create 2 files: abd.css and d.css\n\n\nInstalling\n==========\n\nAdd this product to your buildout, re-run buildout and restart your instance, the patch will be applied automatically.\n\nTo remove this feature, just remove the product from your buildout, re-run it and restart the instance.\n\nThe product doesn't create an install profile entry in the Products Control Panel and doesn't save anything on the database.\n\n\n.. _`Resource Registries`: https://pypi.python.org/pypi/Products.ResourceRegistries\n\nChangelog\n=========\n\n1.0 (2015-03-02)\n----------------\n\n- Initial implementation\n [erral]", "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/codesyntax/cs.plonepatches.resourceregistries", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "cs.plonepatches.resourceregistries", "package_url": "https://pypi.org/project/cs.plonepatches.resourceregistries/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cs.plonepatches.resourceregistries/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/codesyntax/cs.plonepatches.resourceregistries" }, "release_url": "https://pypi.org/project/cs.plonepatches.resourceregistries/1.0/", "requires_dist": null, "requires_python": null, "summary": "A patch for Resource Registries to create a single minified file. Two if the user is logged-in", "version": "1.0" }, "last_serial": 1444320, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "0ab308342c1050bb8fa51da0ed9850e0", "sha256": "0054f9e598d63f1560282b66fdc08254d2bc48e29fce2db6f373c2f00e3f6b93" }, "downloads": -1, "filename": "cs.plonepatches.resourceregistries-1.0.zip", "has_sig": false, "md5_digest": "0ab308342c1050bb8fa51da0ed9850e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27447, "upload_time": "2015-03-02T08:45:19", "url": "https://files.pythonhosted.org/packages/30/2e/aa071a6cb5e932dd99e9cb40355c55ff57148cc023c7fdfe5af618fdb60d/cs.plonepatches.resourceregistries-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0ab308342c1050bb8fa51da0ed9850e0", "sha256": "0054f9e598d63f1560282b66fdc08254d2bc48e29fce2db6f373c2f00e3f6b93" }, "downloads": -1, "filename": "cs.plonepatches.resourceregistries-1.0.zip", "has_sig": false, "md5_digest": "0ab308342c1050bb8fa51da0ed9850e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27447, "upload_time": "2015-03-02T08:45:19", "url": "https://files.pythonhosted.org/packages/30/2e/aa071a6cb5e932dd99e9cb40355c55ff57148cc023c7fdfe5af618fdb60d/cs.plonepatches.resourceregistries-1.0.zip" } ] }