{ "info": { "author": "Six Feet Up, Inc.", "author_email": "info@sixfeetup.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\n\n.. image:: http://www.sixfeetup.com/logos/lineage.gif\n :height: 144\n :width: 220\n :alt: Lineage\n :align: left\n\nLineage is a Plone extension.\nIt allows subfolders of a Plone site to appear as autonomous Plone sites to the everyday user.\nThis hub and spoke structure allows site administrators to easily manage multiple, seemingly independent, sub-entity websites in one Plone. Furthermore, the \"parent\" site can access and view the content in all the \"child\" sites while the child sites only view their own content.\nThe parent site can also syndicate chosen content to the selected child sites.\nLineage is less complex and easier to manage than a cluster of nested Plone sites but gives users all the same benefits.\n\nLineage can be used within a large organization to manage multiple microsites, such as school district sites, university departments, corporate product sites, public library satellites, professional association events, and more.\n\nLineage works with Plone 4.1+ up to Plone 5.\n\n\nUseful links\n============\n\n.. image:: https://travis-ci.org/collective/collective.lineage.svg?branch=master\n :target: https://travis-ci.org/collective/collective.lineage\n\n.. image:: https://coveralls.io/repos/collective/collective.lineage/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/collective/collective.lineage?branch=master\n\n- pypi: http://pypi.python.org/pypi/collective.lineage\n- Plone: http://plone.org/products/collective-lineage\n- issue tracker: https://github.com/collective/collective.lineage/issues/\n- code repository: http://github.com/collective/collective.lineage/\n\n\nDetailed Documentation\n======================\n\nInstallation\n------------\n\nBootstrapped your buildout with all the dependencies.\nInstall Lineage via ``Site Setup -> Add on Products``.\nNow you are ready to go.\n\nAdd a Child Site:\n\n1. In Plone, go to the place where you want to add a new child site.\n2. Click Add New, and add a `Folder`.\n3. Enter the title and description for the Child site.\n4. Click Save.\n5. Click the `Actions` drop down and select `Enable Subsite`.\n This \"activates\" the child site behavior.\n6. The Plone site now has a child site.\n A drop down will appear at the top of the Plone to the left of the site actions area.\n A user can select the parent site or any child sites from this drop down.\n\n\nLineage extensions\n------------------\n\nThere is a bunch of extensions available.\nThey are helpful when there is the need of more special features within subites.\n\n`lineage.index `_\n Adds an index and metadata that allows to search for content of a specific childsite only\n\n`collective.rooter `_\n Force catalog queries to obey the current subsite\n\n`lineage.registry `_\n Provides a plone.app.registry for Lineage subsites.\n It adds a local component with a layered-/proxy-registry\n\n`lineage.themeselection `_\n Provides custom theme selection for Lineage subsites.\n\nFor more search Pypi\n\nUpgrading to 2.X\n----------------\n\nLineage `2.0` is a major upgrade to the software and will require you to have\nupdated to the `1.1.2` version before you migrate any existing Lineage child\nsites to the new version. Lineage `2.0` removes all dependancies on\n`p4a.subtyper` and makes the product Plone 5 ready. The `1.1.2` release of\nLineage is only used to migrate your existing Lineage `1.1` sites up to the\nneeded state for the new `2.0` release.\n\nSteps for upgrading:\n\n1. Install version `1.1.2` into your existing Lineage powered site\n2. Go to the Plone Site Setup and from the Add-Ons panel click the button to\n upgrade the Lineage product\n3. Install version `2.0` into your existing Lineage powered site\n4. Go to the Plone Site Setup and from the Add-Ons panel click the button to\n upgrade the Lineage product\n5. Enjoy Lineage `2.0`\n\n\nChangelog\n=========\n\n2.2 (2019-01-02)\n----------------\n\n- Load the image traverser only if plone.app.imaging is installed.\n [thet]\n\n- Support registering browser layers for child sites for per-child-site theming.\n [rpatterson]\n\n- Simplify travis configuration and fix travis test run.\n [thet]\n\n- Depend on ``Products.CMFPlone`` instead of ``Plone`` to not fetch unnecessary dependencies.\n [thet]\n\n- Add descriptors.py back in with a placeholder so the site doesn't complain about it missing.\n [abosio]\n\n\n2.1 (2016-10-03)\n----------------\n\n- Setup related cleanups.\n [thet]\n\n- fix ``IImagingSchema`` traverser for Plone 4, disable in Plone 5\n [jensens]\n\n- basic tests for enable/disable childsite\n [jensens]\n\n- household chores: make flake-8 happy (utf8-headers), some other minor pep8,\n add travis configuration and let tests run against 4.1 to 5.0 (and fixed\n them).\n [jensens]\n\n- Include ``get_image_traverser`` only when\n ``plone.app.imaging.interfaces.IImagingSchema`` is available, which is not\n the case in Plone 5.\n [thet]\n\n- Peel out ``enable_childsite`` and ``disable_childsite`` from the\n ``lineage_tool`` view, so that it can be easily used programmatically.\n [thet]\n\n- We don't want to enable or disable a childsite on a default page. Traverse up,\n until a non-default page is found.\n [thet]\n\n- Add ``current_childsite`` method to ``@@lineageutils`` view, which returns\n the current lineage subsite object or ``None``, if no lineage subsite is\n active.\n [thet]\n\n- Re-add the ``@@lineageutils`` browser page with it's useful ``isChildSite``\n method. Fix ``isChildSite`` to be called as a method on it's view.\n [thet]\n\n- Added portuguese pt-br translation\n [lccruz]\n\n\n2.0 - (2014-10-29)\n------------------\n\n- Fix upgrade steps and migration for 1.x based versions. Please migrate your\n site to the latest 1.1.2 version before using 2.0.\n [calvinhp]\n\n- Content type framework agnostic: Compatible with Dexterity and Archetypes by\n allowing definitions of Subsites on plone.folder.interfaces.IFolder objects.\n [thet]\n\n- Remove dependency on p4a.subtyper. Enable and disable subsite menus are now\n in the object_buttons action menu.\n [thet]\n\n- Remove controlpanel. Use language translations for translating interface\n elements instead.\n [thet]\n\n- Remove deprecated ChildFolder content type.\n [thet]\n\n- Remove upgrade steps. Please upgrade to most recent 1.x version in the 1.x\n branch, deinstall collective.lineage and use the 2.x branch then and\n reinstall.\n [thet]\n\n- Make objectactions and site-switchter translateable and add German\n translations [fRiSi]\n\n\n1.1.2 - (2014-10-29)\n--------------------\n\n- This is a migration step to `2.0` release **only**. Once installed,\n run the upgrade from the Plone Add-Ons control panel and then upgrade\n to `2.0` to re-enable management of child sites.\n [calvinhp]\n\n- Add upgrade step to remove `p4a.subtyper` interfaces and created a\n GenericSetup profile to remove the component from the component registry\n [calvinhp]\n\n\n1.1.1 - (2014-06-26)\n--------------------\n\n- Add an adapter to allow the child site to use the portal image\n scales. Fixes https://github.com/collective/collective.lineage/issues/18\n [ableeb]\n\n- In the uninstall profile, remove componentregistry\n ``collective.lineage.childsite`` utility from the component registry.\n [thet]\n\n- Add Chinese translations.\n [adam139]\n\n1.1 - (2013-06-02)\n------------------\n\n- Fixed imports to allow lineage to be compatible with\n Plone >= 4.1\n [calvinhp]\n\n- Update dependencies and import locations and make\n collective.lineage compatible with Plone 4.3.\n [thet]\n\n- Add new events for ``WillBe`` created and removed. This will make\n add-ons like lineage.registry able to properly deal with the child\n site before the component registry is removed.\n [claytron]\n\n- Restored Plone 3.3 compatibility (if plone.app.registry is present)\n [keul]\n\n- i18n fixes and added italian translation\n [keul]\n\n- Uninstall step fixed (closed #8 and #11) but also removed other stuff\n left behind\n [keul]\n\n1.0.1 - (2012-10-13)\n--------------------\n\n- Remove ``setup_site`` from the ``install`` function since this is no\n longer needed. Also bumped the metadata version so that the upgrade\n step actually runs.\n [claytron]\n\n- PEP8\n [clayton]\n\n1.0 - (2012-10-08)\n------------------\n\n- PEP8 and pyflakes cleanup\n [claytron]\n\n- modernized tests, using layers now.\n [jensens]\n\n- fixed failing test with subscribers, subtype added event is not an object\n event!\n [jensens]\n\n- moved code to github and increased Plone version used in integrated buildout\n to 4.1-latest.\n [jensens]\n\n- The subscribers are now registered to the IChildSite interface so\n that custom child site types are still made into IObjectManagerSites.\n [rossp]\n\n- Added an ``isChildSite`` method to the ``LineageUtils`` view, to determine if\n the current context is part of a child site.\n [davidblewett]\n\n- Id attribute added to the lineage selection form to make Diazo/XDV theming\n easier.\n [timo]\n\n- German translation added.\n [timo]\n\n- added support for plone domain\n [macagua]\n\n- Added Spanish translation\n [macagua]\n\n- Changed the ``collective.lineage.childsite`` component to use the\n ``IFolderishContentTypeDescriptor`` interface instead of\n ``IPortalTypedFolderishDescriptor``, allowing any folderish type to become\n a child site.\n [davidblewett]\n\n- Fixed issue where deactivating a Child Site wouldn't remove it from the\n Lineage dropdown menu\n [calvinhp]\n\n- Format README so that it fits within 72 columns.\n [claytron]\n\n\n0.6.1 - (2011-01-12)\n--------------------\n\n- Making sure that we copy the fact that the item inherits from its parent or not\n [lucielejard]\n\n- Updated the ignores\n [lucielejard]\n\n- Fixed the upgrade so that when we grab the layout of a folder, it does not\n get it using acquisition if it doesn't have one, fixes #18\n [lucielejard]\n\n- Copy over sharing settings from child folder to new folder, fixes #38\n [anthonygerrard]\n\n- Fix by not renaming the child folder, instead create new folder with temp\n id and rename that to the child folder id after the child folder has been\n deleted, fixes #37\n [anthonygerrard]\n\n- Adding a failing test case for #37 here as it is a serious bug but I have\n no idea how to fix it\n [anthonygerrard]\n\n- In lineage 0.1 child folders never inherited their parent's portlets so\n always block parent portlets when migrating, fixes #34\n [anthonygerrard]\n\n- Added a warning if portlet manager is not available on the new folder,\n fixes #35\n [anthonygerrard]\n\n- Copy portlet assignments from and blocking settings across on migration,\n fixes #34\n [anthonygerrard]\n\n- Refactor tests so that migration tests are in their own class and so can\n have common setup logic\n [anthonygerrard]\n\n- Read the default page of the child folder before conversion and then set\n it afterwards, fixes #18\n [anthonygerrard]\n\n\n0.6 - (2010-05-25)\n------------------\n\n- used z3c.autoinclude and removed the zcml slug in buildout.cfg\n [tbesluau]\n\n- update the security settings at the end of the migration so\n that the workflow is applied correctly on the new migrated\n folders, fixes #20\n [lucielejard]\n\n- updated the migration so it keeps the layout on the folder\n fixes #18\n [lucielejard]\n\n\n0.5.1 - (2010-05-12)\n--------------------\n\n- updated docs as per duffyd suggestions\n [lucielejard]\n\n\n0.5 - (2010-05-11)\n------------------\n\n- updated docs with links to the branches created by\n duffyd for the backports of the plip #234 mods to\n Plone 3.1.7\n [lucielejard]\n\n\n0.4 - (2010-04-30)\n------------------\n\n- updated docs about PLIP\n\n- Update docs with information about \"activation\" behavior.\n [clayton]\n\n\n0.3 - (2010-04-30)\n------------------\n\n- getting the unit testing to work with plone4 and allowing\n childsite editing with plone4, refs #16 [tbesluau]\n\n- updated README.txt with useful links [lucielejard]\n\n- added tests for the uninstall of lineage [lucielejard]\n\n- updated the list of items todo, removed rolemap.xml since\n we don't use it anymore, updated the history with the recent\n changes [lucielejard]\n\n- moved the registration of the utility in component registry so\n it gets registered locally, this fixes #5 [lucielejard]\n\n- added a deprecation warning on the Child Folder type\n [lucielejard]\n\n- put back some old zcml so the Child Folder migration can be tested\n [lucielejard]\n\n- added a test for the migration from 0.1 to >0.1\n [lucielejard]\n\n- updated the version in metadata.xml for the upgrade step\n [lucielejard]\n\n- made the Child Folder type not globally addable\n [lucielejard]\n\n- added an upgrade step that will migrate the old Child Folder objects\n [lucielejard]\n\n- added an import various step so that the upgrade step gets run\n automatically on reinstall\n [lucielejard]\n\n- Set up for i18n translations\n [claytron]\n\n- Moving over to an 'activation' based system instead of having a\n 'Child Folder' type. Now a folder will have the option for a\n subtype named 'Child Site'.\n http://plone.org/products/collective-lineage/issues/3\n http://plone.org/products/collective-lineage/issues/1\n [claytron]\n\n- Remove 'Child Folder' add/edit interfaces. The type still remains\n so that we can do a migration.\n [claytron]\n\n- Added uninstall profile and hooked it up to the Quickinstaller\n [claytron]\n\n- Added subtyper.xml to the uninstall profile that will deactivate\n all 'Child Sites' in the portal. This depends on p4a.subtyper\n code that has not yet been released. This also solves the\n export/import issue\n http://plone.org/products/collective-lineage/issues/2\n [claytron]\n\n- Added a subscriber to create the local component site (this was\n in the 'Child Folder' type before)\n [claytron]\n\n\n0.2 - (2010-04-08)\n------------------\n\n- Doc clarifications\n [claytron]\n\n\n0.1 - (2009-02-10)\n------------------\n\n- Initial public release\n\n\nSpecial Thanks\n==============\n\nSix Feet Up would especially like to thank Martin Aspeli for his\ninspiration and the Duke Clinical Research Institute group for project\nfunding.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/collective-lineage", "keywords": "plone lineage", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.lineage", "package_url": "https://pypi.org/project/collective.lineage/", "platform": "", "project_url": "https://pypi.org/project/collective.lineage/", "project_urls": { "Homepage": "http://plone.org/products/collective-lineage" }, "release_url": "https://pypi.org/project/collective.lineage/2.2/", "requires_dist": null, "requires_python": "", "summary": "The microsite creation product for Plone", "version": "2.2" }, "last_serial": 4654214, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "94652853b6f035b8fe66cb0c77e8c55f", "sha256": "e06f9c2fa9738dcb11e0b2b8c6e23b8cb2d83eb77489ebc0e48ed96792dad155" }, "downloads": -1, "filename": "collective.lineage-0.1.tar.gz", "has_sig": false, "md5_digest": "94652853b6f035b8fe66cb0c77e8c55f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12172, "upload_time": "2009-02-11T03:22:54", "url": "https://files.pythonhosted.org/packages/1e/79/526543b39153c31e0697f7200a4584207928ad2dd29f8548d35790cff537/collective.lineage-0.1.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a6669d5a8cea6b1fd085f4e22a7f8833", "sha256": "ff8c5ec747ec5371e306b8290af47a8bf45ff4f77bcd1a48727f18c1efa9bed8" }, "downloads": -1, "filename": "collective.lineage-0.3.tar.gz", "has_sig": false, "md5_digest": "a6669d5a8cea6b1fd085f4e22a7f8833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20728, "upload_time": "2010-04-30T14:22:35", "url": "https://files.pythonhosted.org/packages/cf/37/0b7e030f5d3ae56afef7909c14d4e691537905275ae0a5b88f4a07d9d35d/collective.lineage-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "d656198acda4d0e9d8d28b8d050a879e", "sha256": "6cf4f17707936f01f65b919d7fb469e468829b35a46b89952542bad1c37ec5cf" }, "downloads": -1, "filename": "collective.lineage-0.4.tar.gz", "has_sig": false, "md5_digest": "d656198acda4d0e9d8d28b8d050a879e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20873, "upload_time": "2010-04-30T15:09:59", "url": "https://files.pythonhosted.org/packages/6d/36/62e7fe4eb0ca026f0bde3372fb00711ae261bedce0d93329f0b2ef070656/collective.lineage-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "5c58b04d78ef1ab1d8650275ad864735", "sha256": "8446fa9b2fd2e12964a5b1d60af8dc5a599d79992ab733a4c042a8f0940fa5dd" }, "downloads": -1, "filename": "collective.lineage-0.5.tar.gz", "has_sig": false, "md5_digest": "5c58b04d78ef1ab1d8650275ad864735", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21175, "upload_time": "2010-05-11T14:57:15", "url": "https://files.pythonhosted.org/packages/4c/dd/24d48fbf30a3648433a71478b86e0df9f75b052ed28318dd93b6d0282393/collective.lineage-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4dd22fc4d774e8b4f36313be3302f203", "sha256": "85a5353c4604c1d937580ab5ec188364a72618fda8857a10dd43b1890ea641de" }, "downloads": -1, "filename": "collective.lineage-0.5.1.tar.gz", "has_sig": false, "md5_digest": "4dd22fc4d774e8b4f36313be3302f203", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21439, "upload_time": "2010-05-12T15:26:19", "url": "https://files.pythonhosted.org/packages/be/2c/4ee8951c5e17538d4ad44337626c9132bfc0ebe2e9a80f57626d7ca4b2bc/collective.lineage-0.5.1.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "851700964b24337a34ed378519a15bfd", "sha256": "92d43917131472cbb8d8c98cdd2a1714ea47cd2d58eee75e0f4fd8c675c3350d" }, "downloads": -1, "filename": "collective.lineage-0.6.tar.gz", "has_sig": false, "md5_digest": "851700964b24337a34ed378519a15bfd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22037, "upload_time": "2010-05-25T20:50:26", "url": "https://files.pythonhosted.org/packages/84/0a/1e578663b80cb4ad766920d5dd3d9e68fc592018ef473eb7946568ba18d2/collective.lineage-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "6d48ed155a562fee52294fa8ae959253", "sha256": "314c625adc949ad7e7efcfc64e3bcb15c1be11a278e0b79c9bd5db9eb1fa9ec2" }, "downloads": -1, "filename": "collective.lineage-0.6.1.zip", "has_sig": false, "md5_digest": "6d48ed155a562fee52294fa8ae959253", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41448, "upload_time": "2011-01-13T00:58:24", "url": "https://files.pythonhosted.org/packages/4e/22/ba6bff7e89c0a8cbb4edd576ad7f87bca9c5933169a29ad5fdd5be15d019/collective.lineage-0.6.1.zip" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "c54f30f85a6b4e1fa0f6f76fb8ad6aa1", "sha256": "560b844dfca2da25e5b3e24f33214d2c596be60b422d90e4bc884a95cb55fba6" }, "downloads": -1, "filename": "collective.lineage-1.0.zip", "has_sig": false, "md5_digest": "c54f30f85a6b4e1fa0f6f76fb8ad6aa1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59431, "upload_time": "2012-10-08T15:57:26", "url": "https://files.pythonhosted.org/packages/d6/b7/41fd6709af57e3a399ae4d1f74aa34ee6d86ab5df36b3aa4443f3c3f394f/collective.lineage-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "0d7ea656a1a30aad06f17a8f693842e8", "sha256": "85d0efbdbdccf5674bef6b1a5d6ccb700fe59d564b96adddff1ac5eaecb0af4e" }, "downloads": -1, "filename": "collective.lineage-1.0.1.zip", "has_sig": false, "md5_digest": "0d7ea656a1a30aad06f17a8f693842e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 64158, "upload_time": "2012-10-13T23:17:19", "url": "https://files.pythonhosted.org/packages/a0/af/e9f40977aac83c4fa56b5059067eb6ab3b87b8cb6355ab76ffdb7a01f8af/collective.lineage-1.0.1.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "ae9881b5fbe218c0d47b1ba4a1b79360", "sha256": "26bf30ca02d11b8ee163fd31eb727572ffad383a027ca905d3a4f095fc4e4308" }, "downloads": -1, "filename": "collective.lineage-1.1.zip", "has_sig": false, "md5_digest": "ae9881b5fbe218c0d47b1ba4a1b79360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 59327, "upload_time": "2013-06-02T20:28:31", "url": "https://files.pythonhosted.org/packages/ac/9a/bb2f0bdbf6aae1576b6df7fa05b1dfba1430ea991bd9d93c4946b5156293/collective.lineage-1.1.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "2b5145c94c07b85964a306778a14cbee", "sha256": "9daa2a04d6d875445a51a894932846d53a0dfb570c8c2bd596303afe21caf2f6" }, "downloads": -1, "filename": "collective.lineage-1.1.1.zip", "has_sig": false, "md5_digest": "2b5145c94c07b85964a306778a14cbee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 68009, "upload_time": "2014-06-26T19:50:39", "url": "https://files.pythonhosted.org/packages/55/0f/b884147004de868ced02b9ee8a5e3d399da1f7bb5cbec0c02575564082d6/collective.lineage-1.1.1.zip" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "81b6de5e38016cef4eb4de5987a2d1e9", "sha256": "b5ad814cd445164d190c75f6f2660f690fafd8a558909f0ad78d736e2301e0e5" }, "downloads": -1, "filename": "collective.lineage-1.1.2.zip", "has_sig": false, "md5_digest": "81b6de5e38016cef4eb4de5987a2d1e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65374, "upload_time": "2014-10-29T10:55:38", "url": "https://files.pythonhosted.org/packages/4c/b4/2ae8d1c1cb5f32bd62e22e7dcc35e52244b59d305cc5f09cb4481943ee95/collective.lineage-1.1.2.zip" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "6532eb25abda4295baf3b5f6bddeda4f", "sha256": "bde97c07385f95eee68e6b9c704ad162b2bdb792cd6a6e409f70a38c4a355c95" }, "downloads": -1, "filename": "collective.lineage-1.1.3.zip", "has_sig": false, "md5_digest": "6532eb25abda4295baf3b5f6bddeda4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 65624, "upload_time": "2016-04-28T18:33:55", "url": "https://files.pythonhosted.org/packages/5c/1c/b68b1b029207c2d82f22fe723296ddc8930c5f054690e7eb56e753698c15/collective.lineage-1.1.3.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "ca6caea8f502605512d9b9e756f1a861", "sha256": "9c20f54e01f6acdc9d0adb4ab4712f750fc8ec7870c6260335ee4c9fc8711442" }, "downloads": -1, "filename": "collective.lineage-2.0.zip", "has_sig": false, "md5_digest": "ca6caea8f502605512d9b9e756f1a861", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 49004, "upload_time": "2014-10-29T11:52:02", "url": "https://files.pythonhosted.org/packages/96/88/bc1bf4d2660a0cfb91ce4a1bc43bdb328fcea4d308f9bf67aea9cf97d9ff/collective.lineage-2.0.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "64fe452a2e0eb88c81aadb97a1239b99", "sha256": "4d7e94ee646c1429b73909b36ffd3a8bc28dce02afbff9edabd2f3d29690e4a1" }, "downloads": -1, "filename": "collective.lineage-2.1.tar.gz", "has_sig": false, "md5_digest": "64fe452a2e0eb88c81aadb97a1239b99", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27118, "upload_time": "2016-10-03T15:30:58", "url": "https://files.pythonhosted.org/packages/26/0a/1cc7e02cac0597774c1b353570f6356757a8a9b81dcc6a27ab0408149260/collective.lineage-2.1.tar.gz" } ], "2.1.1": [ { "comment_text": "", "digests": { "md5": "98d75d1f5f6a5e94344eb47c69a13323", "sha256": "1299ff87e0ecc7c6cd8d5030be390d982ede247d889d7bd60d66db005c4bfa9d" }, "downloads": -1, "filename": "collective.lineage-2.1.1.zip", "has_sig": false, "md5_digest": "98d75d1f5f6a5e94344eb47c69a13323", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48326, "upload_time": "2017-02-15T14:17:10", "url": "https://files.pythonhosted.org/packages/39/b1/5ce202d6d2ef753f8fb05ecf33903b5082d0898e62fb5e65ffcbb31fd9ee/collective.lineage-2.1.1.zip" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "bf28f45a5609e0bbfe493c1471f00b26", "sha256": "2ff22e058700ac82d2e125114801a1169365920b3dab2943a924f04a15c7cba5" }, "downloads": -1, "filename": "collective.lineage-2.2.tar.gz", "has_sig": false, "md5_digest": "bf28f45a5609e0bbfe493c1471f00b26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28845, "upload_time": "2019-01-02T21:38:40", "url": "https://files.pythonhosted.org/packages/9f/fd/f681b466ab4386bbe914e94094272817fd928f7ba033e824fbed382ea408/collective.lineage-2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bf28f45a5609e0bbfe493c1471f00b26", "sha256": "2ff22e058700ac82d2e125114801a1169365920b3dab2943a924f04a15c7cba5" }, "downloads": -1, "filename": "collective.lineage-2.2.tar.gz", "has_sig": false, "md5_digest": "bf28f45a5609e0bbfe493c1471f00b26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28845, "upload_time": "2019-01-02T21:38:40", "url": "https://files.pythonhosted.org/packages/9f/fd/f681b466ab4386bbe914e94094272817fd928f7ba033e824fbed382ea408/collective.lineage-2.2.tar.gz" } ] }