{ "info": { "author": "RedTurtle", "author_email": "sviluppoplone@redturtle.it", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nThis product overrides Plone's standard view for ZMI root with an overview of available Plone sites.\n\nFeatures\n========\n\n- Possibility to have an overview about sites or products.\n- In sites list, show which sites need to upgrade products and let to manage products install/upgrade/uninstall profiles.\n- In products list, show which sites have a specific product installed and let to manage install/upgrade/uninstall profiles for each site.\n\n\nInstallation\n============\n\nInstall redturtle.lookup by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n redturtle.lookup\n\n\nand then running ``bin/buildout``\n\n\nHow to use\n==========\n\nYou simply need to go to your ZMI root (for example: http://localhost:8080).\n\n.. image:: https://raw.githubusercontent.com/RedTurtle/redturtle.lookup/master/docs/lookup.gif\n\n\nDevelopment\n===========\n\nThere are two main parts:\n\n- api\n- app\n\nApi\n---\n\nApi folder is the folder where there are some api endpoints called from the frontend view to manage sites and products.\n\nApp\n---\n\nApp folder contains a React app bootstrapped with create-react-app.\n\nThe app is bult with sematic-ui framework.\n\nTo develop, you need to start a Plone site in background:\nyou can use the buildout in this package, or the instance that you want.\n\nIn package.json there is a proxy set for 8080 port, so if your instance runs on another port, you need to change that value.\n\nThe first time that you develop react app, you need to install its dependencies::\n\n yarn\n \nThen you need to run the dev server::\n\n yarn start\n \nTo build a new version of the app::\n\n yarn build\n\nThe new build will be automatically seen in the Plone view.\n\nContribute\n==========\n\n- Issue Tracker: https://github.com/RedTurtle/redturtle.lookup/issues\n- Source Code: https://github.com/RedTurtle/redturtle.lookup\n\n\nLicense\n=======\n\nThe project is licensed under the GPLv2.\n\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n :alt: RedTurtle Technology Site\n :target: http://www.redturtle.it/\n\nChangelog\n=========\n\n3.1.0 (2019-02-11)\n------------------\n\n- Refactoring to improve speed when we have several sites with a lot of products.\n [cekk]\n- Fix uninstall endpoint. Now use portal_quickinstaller to uninstall products properly\n [cekk]\n\n\n3.0.0 (2018-07-09)\n------------------\n\n- New interface.\n [cekk]\n\n\n2.4 (2016-10-13)\n----------------\n\n- Disabled csrf [cekk]\n\n\n2.3 (2014-10-20)\n----------------\n\n- Fix styles and removed datatables [cekk]\n\n\n2.2 (2014-10-20)\n----------------\n\n- View improvements: font-awesome dependency and refactoring buttons in table [cekk]\n\n\n2.1 (2014-09-09)\n----------------\n\n- New view that allows to install/upgrade products [cekk]\n\n\n2.0 (2012-12-11)\n----------------\n\nPlone 4 compatible version\n\n* z3c.autoinclude support [keul]\n* egg cleanup [keul]\n* fixed permission for ``@@lookup.sites`` [keul]\n* display a warning icon if a site needs to be upgraded [keul]\n* ``@@lookup.sites`` now properly displayed [keul]\n* i18n support [keul]\n\n1.0.2 (Unreleased)\n------------------\n\n* fix https://code.redturtle.it/pm/p/er--portale/ticket/271 [mauro]\n\n1.0.1 (2011/05/23)\n--------------------\n\n* sites [mauro]\n* anonymous users [mauro]\n* zelenium tests [mauro]\n* jquery accordion [mauro]\n\n1.0 - (2010/03/05)\n------------------\n\n* Initial release", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RedTurtle/redturtle.lookup", "keywords": "Python Plone", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "redturtle.lookup", "package_url": "https://pypi.org/project/redturtle.lookup/", "platform": "", "project_url": "https://pypi.org/project/redturtle.lookup/", "project_urls": { "Homepage": "https://github.com/RedTurtle/redturtle.lookup" }, "release_url": "https://pypi.org/project/redturtle.lookup/3.1.0/", "requires_dist": null, "requires_python": "", "summary": "List products information for different Plone sites in a single instance", "version": "3.1.0" }, "last_serial": 4806788, "releases": { "3.0.0": [ { "comment_text": "", "digests": { "md5": "24eeefa80692c12322f8549b6451be5a", "sha256": "db3e90a01d27f2a61bdd48610d48d983825f764f16401dd887dfe7428f154b98" }, "downloads": -1, "filename": "redturtle.lookup-3.0.0.tar.gz", "has_sig": false, "md5_digest": "24eeefa80692c12322f8549b6451be5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2222937, "upload_time": "2018-07-09T06:57:44", "url": "https://files.pythonhosted.org/packages/8b/9c/86babfbec10060d1117b72d8affeb35d34590c87ff841cd6306837a07aca/redturtle.lookup-3.0.0.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "cd1f7db47404e6bae733b311d1ac0067", "sha256": "1c0812c11166e23d91eab281108726b15126387da59a724419793a27ec45b149" }, "downloads": -1, "filename": "redturtle.lookup-3.1.0.tar.gz", "has_sig": false, "md5_digest": "cd1f7db47404e6bae733b311d1ac0067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217343, "upload_time": "2019-02-11T16:03:21", "url": "https://files.pythonhosted.org/packages/f8/35/25fd899138bbb920c7479247b875b3cb578e099d1d9dc6d52516cf7656ba/redturtle.lookup-3.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd1f7db47404e6bae733b311d1ac0067", "sha256": "1c0812c11166e23d91eab281108726b15126387da59a724419793a27ec45b149" }, "downloads": -1, "filename": "redturtle.lookup-3.1.0.tar.gz", "has_sig": false, "md5_digest": "cd1f7db47404e6bae733b311d1ac0067", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2217343, "upload_time": "2019-02-11T16:03:21", "url": "https://files.pythonhosted.org/packages/f8/35/25fd899138bbb920c7479247b875b3cb578e099d1d9dc6d52516cf7656ba/redturtle.lookup-3.1.0.tar.gz" } ] }