{ "info": { "author": "Jean-mat Grimaldi & Gilles Lenfant's good advice and moral support", "author_email": "jeanmat.grimaldi@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction :\n==============\n\nChange the skin of your plone site, change the skin of any content based on ATFolder on the site,\nusing a simple form.\n\nJust Upload images with the same name in the skin using a tgz or a zip,\nto overload standard plone skin images referenced in css.\n\nYou can add a css for each skin.\n\nYou can choose to overload, all parts, or just some parts, of the plone standard css.\n\nYou can change Logo, Footer or Colophon viewlets using phantasy skin edit form.\n\nYou can choose to display or not plone standard dynamic viewlets (searchbox, site actions ...)\n\nThe viewlets configuration is taken from the first skin associated with a parent object.\n\nThe css are taken from all skins associated with all parents.\n\nThe static viewlets edition could be more easy for users if Products.FCKeditor\nis installed in Plone (the FCKwidget is used).\n\nYou can add a favicon for each skin, uploading a favicon.ico file.\n\nDependencies :\n==============\n\n- Plone 4.0.x, Plone 4.1.x.\n\n- archetypes.schemaextender\n (used to add a referencefield to standard Plone Folders)\n\n- Products.SmartColorWidget\n\nAll dependencies are installed when using buildout or easy_install.\n\nInstallation :\n==============\n\nread docs/INSTALL.txt inside product to install it in your Zope instance\n\nThen in your Plone Site, use portal_quick_installer to install it in Plone,\nthis will also install Products.SmartColorWidget.\n\n\nFAQ :\n=====\n\n* How to make my own phantasy config and css ?\n\n Just look at the aws.minisite package code, it's a complete example which will show\n you how to make a new skin schema and how to override phantasy css. In aws.minisite\n you will also find a way to use collective.phantasy with a different\n strategy (the schema extender field is no more used, instead, when\n creating a new \"Mini Site\" you are invited to choose a skin, and this skin is\n copied/pasted inside the Mini Site. Then the Mini Site owner is able\n to change the mini site skin by himself.)\n\n\nROADMAP :\n=========\n\n* Replace Archetypes Schema with a zope3 schema for skin data\n (no planning for now)\n\n\nChangelog\n=========\n\n2.6 (2015-01-19)\n----------------\n\n- Override .png images instead of .gif ones\n Content types use .png icons instead of .gif\n (Plone 4.3 compatibility).\n\n\n2.5 (2014-01-26)\n----------------\n\n- Do not use background-image for 'required' field anymore.\n [thomasdesvenain]\n\n\n2.4 (2014-01-15)\n----------------\n\n- Protect css view to avoid site errors on private websites.\n [thomasdesvenain]\n\n- Fixed tests.\n [thomasdesvenain]\n\n- Added buildout and fix test packages dependencies.\n [laulaz]\n\n- Plone 4.3 compatibility.\n [thomasdesvenain]\n\n- Replace 'p' elements by 'span' in logo because logo is in an 'a' element.\n [thomasdesvenain]\n\n- Collapsible border is no longer managed by phantasy.\n [thomasdesvenain]\n\n- Fixed contenttype-image icons.\n [thomasdesvenain]\n\n\n2.3 (2012-04-11)\n----------------\n\n- Fixed event details borders styles.\n [thomasdesvenain]\n\n- Fix: do not call header background image in css if it hasn't been set.\n [thomasdesvenain]\n\n- Set plone.resource ruleset for PhantasySkinImage and PhantasySkinFile\n for caching.\n [vincentfretin]\n\n- Set default values for horizontal navigation.\n [thomasdesvenain]\n\n\n2.2 (2011-12-02)\n----------------\n\n* We can setup header background.\n [thomasdesvenain]\n\n* Add a field to switch calendar portlet skins overload.\n [thomasdesvenain]\n\n* Improved borders customization.\n [thomasdesvenain]\n\n* Add fields for global navigation colors\n (So global navigation colors can now be different\n than link and global background colors).\n [thomasdesvenain]\n\n\n2.1 (2011-06-30)\n----------------\n\n* Fixed livesearch results colors.\n [thomasdesvenain]\n\n* Set languageIndependent=True for local_phantasy_skin field.\n [vincentfretin]\n\n* We can add a custom favicon uploading favicon.ico.\n [thomasdesvenain]\n\n\n2.0 (2011-04-28)\n----------------\n\n* Non manager can import skinned file names in skin.\n [thomasdesvenain]\n\n* Added portlet headers color and listing headers color fields.\n Added personal tools background and font colors.\n [thomasdesvenain]\n\n* Added an 'apply' button on Phantasy Skin edit form.\n [thomasdesvenain]\n\n* Css id is automatically set when a css is added to skin.\n [thomasdesvenain]\n\n* Translation fixes.\n Schemata translated.\n [thomasdesvenain]\n\n* Two profiles : profile by default and profile with example contents.\n [thomasdesvenain]\n\n* Buildout can be set so ATFolder is not skinnable.\n [thomasdesvenain]\n\n* Bugfixes.\n\n* Plone 4.0 and 4.1 compatible (no 3.x backward compatibility) .\n [thomasdesvenain]\n\n* removed embedded jquery\n [thomasdesvenain]\n\n1.1\n---\n\n* fix small IE bug in skin view template\n\n1.0\n---\n\n* Added the ability to overload some static viewlets (logo, footer, colophon)\n with phantasy skin edit form\n\n* Added the ability to hide/show dynamic viewlets with phantasy skin edit form\n\n* The ATFolder schema extender is now using IBrowserLayerAwareExtender,\n the extender will be only available if collective.phantasy is installed in Plone\n\n* Added ISkinnableRoot interface, used to get skin inside a folder which implements it\n\n* remove dependency to plone.browserlayer (included in plone 3.1)\n\n* referencebrowser overload to avoid errors when searching for folderish content types\n\n* refactoring for i18ndude utilisation\n\n* i18n french added (work in progress)\n\n* Added screen shot field for skins\n\n* Added tests for viewlets overrides (static and dynamic)\n\n* Fix links classes order\n\n* css links changed (icons links doesn't exist anymore in plone 3.3+)\n\n* skin view simplified\n\n0.9\n---\n\n* Fixed a new security issue in cases where some sites use a specific intranet-style workflow.\n (thx to Kamon Ayeva)\n\n\n0.8\n---\n\n* fix permission for phantasy viewlet\n zope.Public is more appropriate : avoid Unauthorized exceptions in some cases\n\n* fix version to 0.8\n\n* synchronize setup.py version with metadata.xml\n\n* fix doctests when using IPython\n\n* fix Manifest.in to avoid errors with docs folder in zip package\n\n0.7\n---\n\n* avoid acquisition problems for css images when skin is created in portal_factory,\n in this case css_url = portal_url\n\n* fix css content type when uploading a tgz or zip file\n\n0.6\n---\n\n* Manifest.in was missing at root : fix big problem with \"python setup.py sdist\"\n when using collective.releaser 0.6.1, only \".py\" files were released\n\n* Fix ATContentTypes AutoOrderSupport import error with last ATContentTypes version\n\n* check_id script overload in PhantasySkinImage content type because we want to\n be able to overload portal_skins images when using the classical Plone edit forms\n\n0.5\n---\n\n* Fix stupid syntax error in folderskinview.py\n Catalog reequest was broken\n\n* Fix strange plone behavior :\n portal_properties.site_properties.getProperty('myproperty')\n returns '\\n' + property value + '\\n'\n when myproperty is a string\n Perhaps we must do someting else ?\n\n* Tests were broken : a memoize decorator was missing in viewlet\n\n0.4\n---\n\n* added a safe_hasattr to test 'getCssfile' attribute\n in viewlet.py (avoid errors in rare situations)\n\n* changes 'portal_type' catalog request for 'object_provides' to get\n portal dynmaic skin\n\n* phantasy css view uses a dtml file more readable than zpt\n\n* phantsy css view uses ResourceRegistries CSSPacker tool\n\n* fix error in atphantasy schema : plone-overloads fields were invisible\n\n* move plone-overloads fields at bottom in atphantasy schema\n\n* patch form_tabbing.js to get standard behavior in edit form when tabs > 6\n\n0.3\n---\n\n* fix an error in path search term for catalog search\n\n* fix running doctests when config is patched by another product.\n\n\n0.2\n---\n\n* added all dependencies in setup.py since SmartColorWidget is now an egg.\n\n* added plone products dependencies in metadata.xml profile\n\n* removed import-steps.xml, importSteps handler added in profile.zcml\n\n0.1\n---\n\n* Initial release\n\nTODO\r\n====\r\n\r\n\r\n* Waiting for Deco improvements to make a really cool product\r\n \r\n* At this time all standard skin images are overloaded though css when\r\n these images are present in skin, excepted for portal_type icons,\r\n since generated.css is no more used in Plone.\r\n So we must patch getIcon method to get thes icons from phantasy skin\r\n if these icon exists.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/collective-phantasy", "keywords": "theme skin dynamic-skin", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.phantasy", "package_url": "https://pypi.org/project/collective.phantasy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.phantasy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/collective-phantasy" }, "release_url": "https://pypi.org/project/collective.phantasy/2.6/", "requires_dist": null, "requires_python": null, "summary": "dynamic theme for Plone", "version": "2.6" }, "last_serial": 1387979, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0a46831d578b8193e904470e274145d6", "sha256": "15a1dcf04374d1c0db506bdcba81ac301c5ef587f612afd53c4759c76380fa57" }, "downloads": -1, "filename": "collective.phantasy-0.1-py2.4.egg", "has_sig": false, "md5_digest": "0a46831d578b8193e904470e274145d6", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 115508, "upload_time": "2008-05-25T08:51:12", "url": "https://files.pythonhosted.org/packages/8e/7d/2b93ed23ea77cfaa988e0c179807423bcf4c75b107c4b1f6d11e3cf4d68d/collective.phantasy-0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "7c4b1bd5276aa1a49feb948272475163", "sha256": "ade08f0b48b99bba27d27b37296af0567fcb9144acb259c76b9e9c379287c30b" }, "downloads": -1, "filename": "collective.phantasy-0.1.zip", "has_sig": false, "md5_digest": "7c4b1bd5276aa1a49feb948272475163", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95910, "upload_time": "2008-05-25T08:51:11", "url": "https://files.pythonhosted.org/packages/06/3b/6caac359d9e75d0ce10ae10c6eafe9f47e6e032f05e538a9494a44065abd/collective.phantasy-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1d9605b52d07841a005e4171e81feb73", "sha256": "ef67cd5016901b068fd611687c22eef7b6563785de106ee8d6222fb55ac87444" }, "downloads": -1, "filename": "collective.phantasy-0.2-py2.4.egg", "has_sig": false, "md5_digest": "1d9605b52d07841a005e4171e81feb73", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 114631, "upload_time": "2008-07-05T16:43:50", "url": "https://files.pythonhosted.org/packages/e1/ca/62a880c5e83dfc1a02e69178a4f254d409493cfdbf39c7ec4f4bd73920fd/collective.phantasy-0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "0a82e64eca9c86b3ebfa3aa48ef259e5", "sha256": "eb4f8d9f49c80859e5cf1a37ab5e04a23574f66e7fb71c767e16a942dd33e156" }, "downloads": -1, "filename": "collective.phantasy-0.2.zip", "has_sig": false, "md5_digest": "0a82e64eca9c86b3ebfa3aa48ef259e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95019, "upload_time": "2008-07-05T16:43:48", "url": "https://files.pythonhosted.org/packages/a2/1a/84dd71f4df25dfdd3dc3c4d55b5f47b4b318fffa2af2d831f1159ef9c100/collective.phantasy-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "dc0f54806466047ab408dcbb5f72a1cb", "sha256": "99002ff4ce0b8cab44ae1127e212f86306a367bd86b26ea8c4f02882ce4f6740" }, "downloads": -1, "filename": "collective.phantasy-0.3-py2.4.egg", "has_sig": false, "md5_digest": "dc0f54806466047ab408dcbb5f72a1cb", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 114861, "upload_time": "2008-09-19T12:47:21", "url": "https://files.pythonhosted.org/packages/ef/0f/80bebf0b0c30639149f344334664cc72a0309cffe933cab3fb59ff65e9e8/collective.phantasy-0.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8f7512e3ca32be389ced0b3e5c558652", "sha256": "df0096f7bc3c05b2aa509a30eebc9c6b5b3dbef3e51b03acc40b577dc4c4e353" }, "downloads": -1, "filename": "collective.phantasy-0.3.zip", "has_sig": false, "md5_digest": "8f7512e3ca32be389ced0b3e5c558652", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 95339, "upload_time": "2008-09-19T12:47:19", "url": "https://files.pythonhosted.org/packages/57/0a/25a1e68201214cf58ab1aa81c1f286c4cd95980e3a8e77c8012d2023480c/collective.phantasy-0.3.zip" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "000d5be8afc69c13d4a5eb5e5c5efa8d", "sha256": "7b7a2a1595349c66ddfd2bf2a655fbc6d9d879bee1fc0d924dd69ed105039ad1" }, "downloads": -1, "filename": "collective.phantasy-0.4-py2.4.egg", "has_sig": false, "md5_digest": "000d5be8afc69c13d4a5eb5e5c5efa8d", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 116949, "upload_time": "2008-10-12T08:37:18", "url": "https://files.pythonhosted.org/packages/a0/17/99ffd143ed5a4473f794853f4582a0d3ac0f3ac48ed5a46bd7296a939726/collective.phantasy-0.4-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "cb0fc5a7fe528cb32ef8bf49d26da296", "sha256": "b8a49aecb423a8b9c7deb27c9663e83c86f4d37de0df8e9037bf5f75f030347d" }, "downloads": -1, "filename": "collective.phantasy-0.4.zip", "has_sig": false, "md5_digest": "cb0fc5a7fe528cb32ef8bf49d26da296", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97351, "upload_time": "2008-10-12T08:37:17", "url": "https://files.pythonhosted.org/packages/77/1f/160ed9cb7c6d13b22d9f79c4c8512c1bbf28006883cd45940fbb21786596/collective.phantasy-0.4.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "48eae8ae04863ddcad6bbd940f08d531", "sha256": "257360712c60fc38b805783a2fa0a08dabaa5fbd29d51ac258b2743105d0e450" }, "downloads": -1, "filename": "collective.phantasy-0.5-py2.4.egg", "has_sig": false, "md5_digest": "48eae8ae04863ddcad6bbd940f08d531", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 117287, "upload_time": "2008-10-12T16:05:02", "url": "https://files.pythonhosted.org/packages/fb/a9/5bf93f72b114ce419d734b6f9099af9a531bda1330dfeab7f860ec675256/collective.phantasy-0.5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8725c2cf247269436f415e872d91ca32", "sha256": "badd8c553c43a49419c779b273f54d4a28e44f9748eaeb363af35ee8f26e48c7" }, "downloads": -1, "filename": "collective.phantasy-0.5.zip", "has_sig": false, "md5_digest": "8725c2cf247269436f415e872d91ca32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98733, "upload_time": "2008-10-12T16:05:00", "url": "https://files.pythonhosted.org/packages/b1/ec/877aa74f3776f4a996e97d9cfa15f2ada00a28063b1122ce89b873a908f6/collective.phantasy-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "4bb858ce6123fffe63233a500fcde782", "sha256": "f68c0a505412b5f05d506f216775ba926be36dc916b86a16c96f148e08216852" }, "downloads": -1, "filename": "collective.phantasy-0.6-py2.4.egg", "has_sig": false, "md5_digest": "4bb858ce6123fffe63233a500fcde782", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 125520, "upload_time": "2009-06-03T10:06:57", "url": "https://files.pythonhosted.org/packages/36/ff/95f212b1036f5cf4f5bc2474418bd862c64ec64de8f4d176a47deb802c75/collective.phantasy-0.6-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8b34cf8626de8bd42a4a8f6bd2977bc4", "sha256": "1924beee2fc948c1e4b064593063dac5d84c7a0194abd699c194318b45cae320" }, "downloads": -1, "filename": "collective.phantasy-0.6.zip", "has_sig": false, "md5_digest": "8b34cf8626de8bd42a4a8f6bd2977bc4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97850, "upload_time": "2009-06-03T10:06:55", "url": "https://files.pythonhosted.org/packages/65/54/f211e662edde20a47697f06b5702bb37195bf00fafa3bc868bf5042d9d02/collective.phantasy-0.6.zip" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "89cf92df5a66c688e502f2d6e606e960", "sha256": "e4cbd8308afb8b20c9399b0ea97e8fbb7860ecaf0bd377ed880452302043d5c5" }, "downloads": -1, "filename": "collective.phantasy-0.7-py2.4.egg", "has_sig": false, "md5_digest": "89cf92df5a66c688e502f2d6e606e960", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 125962, "upload_time": "2009-06-19T14:22:04", "url": "https://files.pythonhosted.org/packages/92/16/3b16c42fb7a030d1ed6e2d9d27434ded3bc3d334d0ce7a85fcbafac25041/collective.phantasy-0.7-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "392feccb9517023e59ca44f5938f234f", "sha256": "757764c621ae5bb52a1afadc874e6fa880bc19de17b29826f9fef59e917da854" }, "downloads": -1, "filename": "collective.phantasy-0.7.zip", "has_sig": false, "md5_digest": "392feccb9517023e59ca44f5938f234f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98062, "upload_time": "2009-06-19T14:22:02", "url": "https://files.pythonhosted.org/packages/05/22/71106842d62c6646ffc9d523203b05c8c2820d4e575ba759c1280970785d/collective.phantasy-0.7.zip" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "856f756d5f564da4be415fe03af2d65e", "sha256": "21ac0cb41b08501a8d01147877663976fe7250edde8c13f5a7e92e96a3588f38" }, "downloads": -1, "filename": "collective.phantasy-0.8-py2.4.egg", "has_sig": false, "md5_digest": "856f756d5f564da4be415fe03af2d65e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 126325, "upload_time": "2009-10-01T19:06:01", "url": "https://files.pythonhosted.org/packages/d9/22/864b22b4e37494bc627ba816f9e38b4674563253a86d383ebc881e750f47/collective.phantasy-0.8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5aee658370fcaf713a0c2cdb8c5df7a9", "sha256": "69d742199cc84b45dede6a5eea3f0e8f80390817e787bda36e76161dc9d2d866" }, "downloads": -1, "filename": "collective.phantasy-0.8.zip", "has_sig": false, "md5_digest": "5aee658370fcaf713a0c2cdb8c5df7a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106586, "upload_time": "2009-10-01T19:05:59", "url": "https://files.pythonhosted.org/packages/8d/51/53964f36e612d7206cdb06016a30e9712979485d6325d6979390f3060ff8/collective.phantasy-0.8.zip" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "f8da1af2c935a45d18871da20cd29f92", "sha256": "ef7c09ebe2853a77c1414a0487575c64c6b68ebfb4821dc850b061dc8c8f0fce" }, "downloads": -1, "filename": "collective.phantasy-0.9-py2.4.egg", "has_sig": false, "md5_digest": "f8da1af2c935a45d18871da20cd29f92", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 126363, "upload_time": "2009-10-02T13:20:30", "url": "https://files.pythonhosted.org/packages/b2/97/40f8b154b6573976fffe3285f3e4ae9eee50e9bbcdf25b8f445b3b79c663/collective.phantasy-0.9-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "f6558a80ae5dc66e8cee8f21404e9db6", "sha256": "d701c3b39ef6348641340d9ff30c482be4e84f856e275fd1158702beb82ae02a" }, "downloads": -1, "filename": "collective.phantasy-0.9.zip", "has_sig": false, "md5_digest": "f6558a80ae5dc66e8cee8f21404e9db6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106776, "upload_time": "2009-10-02T13:20:28", "url": "https://files.pythonhosted.org/packages/31/e3/ea43686230a9db737fc5148b1dd697a06b9bc77197dbb6386cdccf602aab/collective.phantasy-0.9.zip" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "a33b6ec6a53c8556923a85e126d64875", "sha256": "e5e7de56b819c86513f489347ac6b57464afa31294a9e0d444f39fd3609df992" }, "downloads": -1, "filename": "collective.phantasy-1.0-py2.4.egg", "has_sig": false, "md5_digest": "a33b6ec6a53c8556923a85e126d64875", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 154393, "upload_time": "2010-01-22T17:39:48", "url": "https://files.pythonhosted.org/packages/b2/bd/884f9dbab26928199f79ed659339e7f52a19cd307be4ee29f3724da66992/collective.phantasy-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "948b93633be59cdf592d0de5dcef41a3", "sha256": "14ea6374b1d7e52ed310850cd72c076d74d6dd02321af99026bfb3da7484511a" }, "downloads": -1, "filename": "collective.phantasy-1.0.zip", "has_sig": false, "md5_digest": "948b93633be59cdf592d0de5dcef41a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129027, "upload_time": "2010-01-22T17:39:46", "url": "https://files.pythonhosted.org/packages/1f/0e/fb89e91823ea552df536d0000c52d00ac44d2f557a278cf4a06a468873c7/collective.phantasy-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "680d4fb4b78c5b6ea2f57620f09d040a", "sha256": "9a1bcbe0ee27f9c5f04dbcbeab78f0d2b0e296a9f19a98c909673f05fe443f00" }, "downloads": -1, "filename": "collective.phantasy-1.1-py2.4.egg", "has_sig": false, "md5_digest": "680d4fb4b78c5b6ea2f57620f09d040a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 154492, "upload_time": "2010-04-08T14:45:01", "url": "https://files.pythonhosted.org/packages/db/60/b15af06e13a90a2f5184d3e00591742646a1c0f67d36d6eacd22af58562a/collective.phantasy-1.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a08f288c425d32cf413952549ae6fb3f", "sha256": "a9475b8990d2153bf55798fd50c6f4f2be964040e6a0bc225d0e7cc70e46fa6e" }, "downloads": -1, "filename": "collective.phantasy-1.1.zip", "has_sig": false, "md5_digest": "a08f288c425d32cf413952549ae6fb3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 129063, "upload_time": "2010-04-08T14:44:59", "url": "https://files.pythonhosted.org/packages/ca/1e/12db287f5dcf37685d8c6425f2d319df9f5528e97f05256ed4670138c99a/collective.phantasy-1.1.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "2053e356fd1428301c5515a51959c49f", "sha256": "1c1cabfc39b52abcfb4e8e609ab49da9208eefcc2adecd413c2f44c24be9a796" }, "downloads": -1, "filename": "collective.phantasy-2.0.zip", "has_sig": false, "md5_digest": "2053e356fd1428301c5515a51959c49f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106230, "upload_time": "2011-04-28T13:38:13", "url": "https://files.pythonhosted.org/packages/64/e4/a8ca812c5ec013b873a37d7f8cfe4efdd303e2c6dd7422fec45be5bba40e/collective.phantasy-2.0.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "c4c3741739a1d31415102de1470a8976", "sha256": "a100547a392f08ed909138fa8d5f1ff1e9964a07e8447f20b110cece0a7049cc" }, "downloads": -1, "filename": "collective.phantasy-2.1.zip", "has_sig": false, "md5_digest": "c4c3741739a1d31415102de1470a8976", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107300, "upload_time": "2011-06-30T09:33:15", "url": "https://files.pythonhosted.org/packages/4f/bd/d9a49c9729ab18f1f77b5ca12ba51099d9bfc14c9b2dba4e5890176523c5/collective.phantasy-2.1.zip" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "9a610ec24f25191bffa691efcc6e4875", "sha256": "0b0059f121a2649019d7151945718c4528abfad96188896007657f5ab4163dbc" }, "downloads": -1, "filename": "collective.phantasy-2.2.zip", "has_sig": false, "md5_digest": "9a610ec24f25191bffa691efcc6e4875", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107980, "upload_time": "2011-12-02T10:57:42", "url": "https://files.pythonhosted.org/packages/d2/c3/af4385c4a991e95380df8a076a74b36df0c02d009562a52747c5445f15d4/collective.phantasy-2.2.zip" } ], "2.3": [ { "comment_text": "", "digests": { "md5": "1dcf3577b29006ef0e6a5deefc1712ff", "sha256": "b6bd2ad0fd84465c94e6b4afef334b13acbad1eb4b229bb7804e9ff0ccdb683f" }, "downloads": -1, "filename": "collective.phantasy-2.3.zip", "has_sig": false, "md5_digest": "1dcf3577b29006ef0e6a5deefc1712ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108500, "upload_time": "2012-04-11T17:28:42", "url": "https://files.pythonhosted.org/packages/62/7c/f700c0757b578e03cf432df52b376f78fd0f01939feb857fab7f99af1f0e/collective.phantasy-2.3.zip" } ], "2.4": [ { "comment_text": "", "digests": { "md5": "e88ef5f86d417351ebcd749ac5fd1226", "sha256": "be959915ba46bb17ce66fb5811d9972a5b429367f9fae09fc26109acea200d07" }, "downloads": -1, "filename": "collective.phantasy-2.4.zip", "has_sig": false, "md5_digest": "e88ef5f86d417351ebcd749ac5fd1226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109104, "upload_time": "2014-01-15T13:07:05", "url": "https://files.pythonhosted.org/packages/d2/9e/48d7503c7ca0f8ea7dede5fc82a35aba950be5225b59b69463d258c63ea7/collective.phantasy-2.4.zip" } ], "2.5": [ { "comment_text": "", "digests": { "md5": "414f9e72a67dfe7b41ffbb07e15b382b", "sha256": "a87df6deacf37710b14aae5fc47950ab802f83048032ce8f44ab68d271dfc8f6" }, "downloads": -1, "filename": "collective.phantasy-2.5.zip", "has_sig": false, "md5_digest": "414f9e72a67dfe7b41ffbb07e15b382b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109188, "upload_time": "2014-01-25T23:31:00", "url": "https://files.pythonhosted.org/packages/f2/19/ec76785c67125f360c7e80a5a662ffdeb6312aadf80cdb0a3fa42d8247ac/collective.phantasy-2.5.zip" } ], "2.6": [ { "comment_text": "", "digests": { "md5": "43a90f690b9feb76f212540d0dbfbd55", "sha256": "a5186ff18665a8d5203b6e6b97f4603d4370047ebafbc3800d4fd724ac837464" }, "downloads": -1, "filename": "collective.phantasy-2.6.zip", "has_sig": false, "md5_digest": "43a90f690b9feb76f212540d0dbfbd55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115556, "upload_time": "2015-01-19T15:31:57", "url": "https://files.pythonhosted.org/packages/ef/74/517d634a982c010a3d67be09dc2917917c2440d0b8ee5f6d7b2d8508c88e/collective.phantasy-2.6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43a90f690b9feb76f212540d0dbfbd55", "sha256": "a5186ff18665a8d5203b6e6b97f4603d4370047ebafbc3800d4fd724ac837464" }, "downloads": -1, "filename": "collective.phantasy-2.6.zip", "has_sig": false, "md5_digest": "43a90f690b9feb76f212540d0dbfbd55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 115556, "upload_time": "2015-01-19T15:31:57", "url": "https://files.pythonhosted.org/packages/ef/74/517d634a982c010a3d67be09dc2917917c2440d0b8ee5f6d7b2d8508c88e/collective.phantasy-2.6.zip" } ] }