{ "info": { "author": "Luca Fabbri (keul)", "author_email": "luca.fabbri@redturtle.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThe sentence \"*Plone is slow*\" can open a very big dicussion thread (and is commonly *false*!).\nWhat is often true is this: \"*Work with Plone UI is slow*\".\n\nThe Plone interface need the user to click many times to do (or repeat) common tasks.\nThis is how the World Wide Web works: click on a link, move to a page, click on another link...\n\nIs clear to all that the presence of Javascript can speed up (sometimes dramatically) the speed\nof working with CMS.\n\nWhat SpeedUpUI Pathbar does\n===========================\n\nThe common static breadcrumb viewlet of Plone can be replaced with a new one.\n\nWhy work with static and poor-of-features links in the pathbar when we can replace those links\nwith a command interface, to perform directly common operation on the elements inside the pathbar?\n\nSo the pathbar will change in a dropdown menu with inside common operation like:\n\n* View the content (what stardard pathbar viewlet does normally)\n* Edit the content directly\n* Go to *folder_contents* view of the element\n* Add new content inside the pathbar element, as you are inside the element itself where you\n can normally use the \"Add new ...\" menu.\n\nAll those new features are nothing special right now, but can free the user from performing\nadditional clicks.\n\n.. figure:: http://keul.it/images/plone/redturtle_speedui_pathbar0.2.0.png\n :scale: 50\n\nInstallation\n============\n\nJust register redturtle.speedupui.pathbar in your buildout *.cfg* file.\n\n::\n\n [instance]\n ...\n eggs =\n ...\n redturtle.speedupui.pathbar\n ...\n \n zcml =\n ...\n redturtle.speedupui.pathbar\n redturtle.speedupui.pathbar-overrides\n ...\n\nTODO\n====\n\n* Dropdown are now done using basic Plone javascript; think about relying on jQuery Tools\n (plone.app.jqtools)\n* No test with Internet Explorer done right now!\n* Think about add some Manager action (like */manage*, */manage_security*) but inside submenu\n to keep clean the current UI\n\n \nChangelog\n=========\n\n0.2.0alpha (2009-09-12)\n-----------------------\n\n* Added real permission checking on \"*Edit*\" and \"*Contents*\" commands\n* Is now possible to *add new portal content* directly from the pathbar\n* Fixed the non-closing-bug; unique ids for every menu was missing (as is\n indicated in dropdown.js doc string)\n* Changed the pathbar separator for more usability. The arrowdown character\n is a know \"click-me\" element of Plone UI\n\n0.1.0dev (2009-08-21)\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://svn.plone.org/svn/collective/redturtle.speedupui.pathbar", "keywords": "plone pathbar breadcrumbs speedupui redturtle", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "redturtle.speedupui.pathbar", "package_url": "https://pypi.org/project/redturtle.speedupui.pathbar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/redturtle.speedupui.pathbar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/redturtle.speedupui.pathbar" }, "release_url": "https://pypi.org/project/redturtle.speedupui.pathbar/0.2.0alpha/", "requires_dist": null, "requires_python": null, "summary": "A Plone pathbar (breadcrumbs) viewlet implementation with more interactive features", "version": "0.2.0alpha" }, "last_serial": 798735, "releases": { "0.1.0dev": [ { "comment_text": "", "digests": { "md5": "4b8c91c3f7d866e17d2c086e03c27a60", "sha256": "486000d0a70135dde1a489960614054f8f73eabc3ecb2b30832744fb01529bda" }, "downloads": -1, "filename": "redturtle.speedupui.pathbar-0.1.0dev-py2.4.egg", "has_sig": false, "md5_digest": "4b8c91c3f7d866e17d2c086e03c27a60", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 13248, "upload_time": "2009-08-21T12:11:13", "url": "https://files.pythonhosted.org/packages/65/52/ba68e792d4bcf15ef7a9fbee3c37724a265a007b8eb203d00767802814f0/redturtle.speedupui.pathbar-0.1.0dev-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "5bb7afd219651b3ccd94a41a339581fd", "sha256": "cf22de51d6970edda0c05c3dc6e759184c44afa5c85842ae4879b31fc827972d" }, "downloads": -1, "filename": "redturtle.speedupui.pathbar-0.1.0dev.tar.gz", "has_sig": false, "md5_digest": "5bb7afd219651b3ccd94a41a339581fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11981, "upload_time": "2009-08-21T12:10:53", "url": "https://files.pythonhosted.org/packages/68/76/55641deee293ac73b3e93bf7768bba285aa45e5d2383b4a0a29ad1051ba9/redturtle.speedupui.pathbar-0.1.0dev.tar.gz" } ], "0.2.0alpha": [ { "comment_text": "", "digests": { "md5": "31c106207b8d15d0c699a9a0acce5f00", "sha256": "02979cb5d384b96612003bd6602d28671c50905777d0b342627135832378da7b" }, "downloads": -1, "filename": "redturtle.speedupui.pathbar-0.2.0alpha-py2.4.egg", "has_sig": false, "md5_digest": "31c106207b8d15d0c699a9a0acce5f00", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14898, "upload_time": "2009-09-12T15:34:13", "url": "https://files.pythonhosted.org/packages/c1/dd/69e25ab49b54a29db16ad77244f9c8c4a1034a43b13028061444dd8b2e74/redturtle.speedupui.pathbar-0.2.0alpha-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d8836486c2065ac21b6e36e836139783", "sha256": "c14cd5bf819a4f893f53b7ffc853fbd3323ff3413133b1f9acca706eee3e5997" }, "downloads": -1, "filename": "redturtle.speedupui.pathbar-0.2.0alpha.tar.gz", "has_sig": false, "md5_digest": "d8836486c2065ac21b6e36e836139783", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13076, "upload_time": "2009-09-12T15:33:57", "url": "https://files.pythonhosted.org/packages/46/1b/d7674cf2df182a6ced4ed377b883c722a6756a094bc24665b3a1fc953c35/redturtle.speedupui.pathbar-0.2.0alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31c106207b8d15d0c699a9a0acce5f00", "sha256": "02979cb5d384b96612003bd6602d28671c50905777d0b342627135832378da7b" }, "downloads": -1, "filename": "redturtle.speedupui.pathbar-0.2.0alpha-py2.4.egg", "has_sig": false, "md5_digest": "31c106207b8d15d0c699a9a0acce5f00", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 14898, "upload_time": "2009-09-12T15:34:13", "url": "https://files.pythonhosted.org/packages/c1/dd/69e25ab49b54a29db16ad77244f9c8c4a1034a43b13028061444dd8b2e74/redturtle.speedupui.pathbar-0.2.0alpha-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "d8836486c2065ac21b6e36e836139783", "sha256": "c14cd5bf819a4f893f53b7ffc853fbd3323ff3413133b1f9acca706eee3e5997" }, "downloads": -1, "filename": "redturtle.speedupui.pathbar-0.2.0alpha.tar.gz", "has_sig": false, "md5_digest": "d8836486c2065ac21b6e36e836139783", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13076, "upload_time": "2009-09-12T15:33:57", "url": "https://files.pythonhosted.org/packages/46/1b/d7674cf2df182a6ced4ed377b883c722a6756a094bc24665b3a1fc953c35/redturtle.speedupui.pathbar-0.2.0alpha.tar.gz" } ] }