{ "info": { "author": "Petri Savolainen", "author_email": "petri.savolainen@koodaamo.fi", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "====================\ncollective.subsitebehaviors\n====================\n\nFeatures:\n---------\n\nAppearance customization for Dexterity types:\n\n- logo applicable to any INavigationRoot, scaled using 'logo' scale if found\n- end-user-friendly TTW-customizable CSS styling applicable to any INavigationRoot\n\nCredits:\n--------\n\n- viewlets originally copied from ftw.subsite\n- inspiration from various subsite packages\n\nHow to use:\n-----------\n\n- apply behavior to your content types as you wish\n\nTo define further appearance customization besides the logo, add 'styling fields to your\nDexterity type:\n\n- field ids must start with the prefix \"css_\"\n- css selector is encoded into field id as tag[tagname]_id[id]_class[classname]\n- the CSS style can then be normally entered as the field value in the add / edit form\n\nHere, only the tag value is mandatory, id & class are optional.\n\n- optional css attribute name is encoded likewise as _cssattr[AttrName] suffix\n\nHere, because Dexterity field names cannot contain dash (ie. '-') characters, the\nCamelCase notation is used (as in 'AttrName', above). So for example background-color\ncss attribute is specified 'BackgroundColor'.\n\nIf there is no css attribute name found in the field id, it is assumed the field value\ncontains a full regular 'attribute: value' css style statement, without the ending\nsemicolon.\n\nAn example:\n\nAll this may sound complex at first sight, but it's really not- to define a custom\nbackground color for your content, just add a Dexterity field whose id is\n'css_tagbody_cssattrBackgroundColor'.\n\n\nContributors\n============\n\n- Petri Savolainen, petri.savolainen@koodaamo.fi\nChangelog\n=========\n\n0.4 (5.9. 2015)\n---------------\n\n- properly require plone.behavior\n- minor docs improvements\n- fix browser layer name so tests will pass\n- finish i18n bootstrap, w/ Finnish translations\n\n0.3 (unreleased)\n----------------\n\n- showing fallback logo had been broken (sic) - fixed now\n\n0.2 (unreleased)\n----------------\n\n- Styling & logo did not always work; fixed\n\n0.1 (unreleased)\n----------------\n\n- Initial release.\n [petri]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collective.subsitebehaviors", "keywords": "Plone Python", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.subsitebehaviors", "package_url": "https://pypi.org/project/collective.subsitebehaviors/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.subsitebehaviors/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.subsitebehaviors" }, "release_url": "https://pypi.org/project/collective.subsitebehaviors/0.4/", "requires_dist": null, "requires_python": null, "summary": "Custom logo and css behaviors for subsites", "version": "0.4" }, "last_serial": 1709265, "releases": { "0.4": [ { "comment_text": "", "digests": { "md5": "4402f2888c9263fe4ef25c26fe241b2b", "sha256": "6a548a4eb82febb85e1f361fdbe402f5e56e094ceb2229417cd6265b6457d056" }, "downloads": -1, "filename": "collective.subsitebehaviors-0.4.zip", "has_sig": false, "md5_digest": "4402f2888c9263fe4ef25c26fe241b2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55724, "upload_time": "2015-09-05T13:20:36", "url": "https://files.pythonhosted.org/packages/f5/98/f1ffee2b69f932b669ca61fb4d4a378a249a900c8c99fe4a641149bd3d8b/collective.subsitebehaviors-0.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4402f2888c9263fe4ef25c26fe241b2b", "sha256": "6a548a4eb82febb85e1f361fdbe402f5e56e094ceb2229417cd6265b6457d056" }, "downloads": -1, "filename": "collective.subsitebehaviors-0.4.zip", "has_sig": false, "md5_digest": "4402f2888c9263fe4ef25c26fe241b2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 55724, "upload_time": "2015-09-05T13:20:36", "url": "https://files.pythonhosted.org/packages/f5/98/f1ffee2b69f932b669ca61fb4d4a378a249a900c8c99fe4a641149bd3d8b/collective.subsitebehaviors-0.4.zip" } ] }