{ "info": { "author": "Israel Saeta P\u00e9rez", "author_email": "dukebody@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Zope2", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "========================\nProducts.PloneHelpCenter\n========================\n\nIf you are upgrading an existing PHC installation, you *must* read\nINSTALL.txt.\n\nOverview\n========\n\nPlone Help Center is an application designed to aid the documentation of\nPlone, and is used on plone.org to categorize and keep documentation up to\ndate. It should be usable for documenting other open source products\n(such as Plone Product add-ons) or even for other documentation projects.\n\nUsage\n=====\n\nPlone Help Center has inline documentation, just add a help center.\n\nWhat's New in 3.0\n=================\n\nThe underlying architecture of previous versions of PHC was basically\nPlone 2.0. It was built on Archetypes without ATContentTypes. Features\nlike next/previous navigation and automatic tables of contents were all\nbuilt in. In many way, PHC was a test center for new Plone features.\n\nHowever, Plone advanced and PHC did not.\n\nPHC 3 is much less ambitious. Rather than trying to add new features\nto Plone, this version seeks to inherit Plone 3 features by reimplementing\nmost of the PHC content types as ATCT-derived classes that automatically\nimplement Plone 3 behavior. PHC-specific features are added via sub-classing\nor interfaces/adapters.\n\nRequirements\n------------\n\nPloneHelpCenter requires:\n\n* Plone 3.0 or later\n\n\nInstallation\n============\n\nSee the `Installing an Add-on Product`_ tutorial for more detailed product installation instructions.\n\n.. _Installing an Add-on Product: http://plone.org/documentation/tutorial/third-party-products/installing\n\nUpgrades\n--------\n\nIf you are upgrading a Plone site with an existing help center from a\nversion prior to 3.0, you *must* run the upgrade profile. \n\nStep by step follow this order\n................................\n\nDo not upgrade from PHC 1.6.x on Plone 3.x to PHC 4.x in Plone 4.x in one step.\n\nUpdate first to Plone 3.3.5+ with::\n\n Products.PloneHelpCenter = 1.6.2 \n Products.AddRemoveWidget = 1.4.2\n\nCheck if example content is present!\nThen update buildout to::\n\n Products.PloneHelpCenter = 3.0b3\n\nrun::\n \n bin/buildout -v \n\n * restart instance and \n\n * deinstall Products.PloneHelpCenter 3.0b3\n\n * install Products.PloneHelpCenter 3.0b3\n\n * in the ZMI go to: Generic Setup Tool at /acsr/portal_setup Tab \"Upgrades\"\n \n * after selecting: \"Products.PloneHelpCenter:default\" and clicking \"Choose Profile\" you get first::\n \n Upgrades\n\n The profile \"Products.PloneHelpCenter:default\" is currently upgraded to version 3.0b3.\n\n The filesystem version for the \"Products.PloneHelpCenter:default\" profile is currently 3.0b3.\n \n No upgrade available.\n\n * Now click at -> Show old upgrades: \"show\" an see::\n \n Available upgrades:\n Upgrade Step Group\n -> \t\tUpgrading the types \t\n (0.0 \u2192 3.0)\n \n * select the item and run the upgrade\n \n * you get::\n \n Upgrades\n\n The profile \"Products.PloneHelpCenter:default\" is currently upgraded to version 3.0.\n \n The filesystem version for the \"Products.PloneHelpCenter:default\" profile is currently 3.0b3.\n \n No upgrade available.\n\nContent should be back again!\n\nOptional\n--------\n\nAddRemoveWidget -- PLEASE NOTE: if AddRemoveWidget is installed\nas a Zope product, you *must* also install it in Plone. If it is\npresent without being installed, errors will occur.\n\n\nInstalling with buildout\n------------------------\n\nIf you are using `buildout`_ to manage your instance installing Plone\nHelp Center is very simple. You can install it by adding it to the\neggs line for your instance::\n\n [instance]\n eggs = Products.PloneHelpCenter\n\n\nIf another egg package depends on Products.PloneHelpCenter you do not need\nto specify anything in the buildout configuration: buildout will detect this\nautomatically.\n\nAfter updating the configuration you need to run the ''bin/buildout'', which\nwill take care of updating your system.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\nInstalling without buildout\n---------------------------\n\nMove (or symlink) the ``PloneHelpCenter`` folder of this project\n(``Products.PloneHelpCenter/Products/PloneHelpCenter``) into the ``Products`` directory of\nthe Zope instance it has to be installed for, and restart the server.\n\nYou may also download a traditional tarball that you unpack into Products\nfrom http://plone.org/products/PloneHelpCenter .\n\nHISTORY\n=======\n\n4.0 (2013-09-21)\n----------------\n\n- Compatible with Plone 4.2 and 4.3. Should still work on 4.0 and\n 4.1.\n [maurits]\n\n- Types: switch from content_icon to icon_expr.\n [maurits]\n\n- Switch the sample manual text to html. This way you can edit it\n properly with TinyMCE. It used to be structured text, which is\n not accepted as mimetext by default, so you would actually lose\n the layout when you edit it.\n [maurits]\n\n- Register png icons from standard Plone for HelpCenterHowToFolder\n and HelpCenterLinkFolder. Add upgrade step to apply the\n typeinfo and recatalog these two portal_types. Otherwise on\n Plone 4.3 these items miss icons in listings.\n [maurits]\n\n- Fixed faqfolder_view error by checking if item brain returns a value \n when asking for getSections\n [ichim-david]\n\n- Removed ancient patch for CMFCore 1.4.7 or lower, which was last\n used in Plone 2.0.5.\n [maurits]\n\n- Fix test for knowledge base type not globally addable.\n [ale-rt]\n\n- Replace rss.gif with rss.png\n [ale-rt]\n\n- Removed unused to remove dependency from zope.app.publisher.\n [ale-rt]\n\n- Make ManualPage addable through tempfolder\n [tiberiuichim]\n\n- Make the knowledge base type not globally addable.\n [davisagli]\n\n- Make it possible to filter phc_search by getVersions\n [davisagli @ cioppino]\n\n- Improved styling of portlet_phc_about\n [davisagli, hennaheto @ cioppino]\n\n\nPloneHelpCenter 4.0b3 (2011-05-12)\n----------------------------------\n\n- Clean up package and release\n [aclark]\n\n- Update discussion_reply.cpy to keep in sync with Plone.\n [davisagli]\n\n- Add subnavigation to most templates.\n [smcmahon]\n\n- Revamp helpcenter_topicview_main to show start-here items,\n topic counts.\n [davisagli]\n\n- Add getPHCSubNav method for PloneHelpCenter to create subnavigation.\n [stevem]\n\n- Added metadata.xml file, used by QuickInstaller when upgrading\n [afd]\n\n\nPloneHelpCenter 4.0b2 (2010-12-28)\n----------------------------------\n\n- Fix phc_stats template in Plone 4.\n [davisagli]\n\n- Fix import error in Plone 3.\n [miohtama]\n\n- Use the containment acquisition chain to get the parent\n attributes in ReferenceManualSection type.\n [dukebody]\n\n- Make listings respect the subtopics order set in the HelpCenter\n or type folders, instead of sorting alphabetically.\n Fixes http://plone.org/products/plonehelpcenter/issues/127.\n [dukebody]\n\n\nPloneHelpCenter 4.0b1 (2010-12-09)\n----------------------------------\n\n- Use ordering adapters in Plone 4 to sort items in sections.\n [dukebody]\n\n- Make the default view for PHC folders obey the items ordering\n set using the Contents tab. Formerly, they were sorted\n alphabetically by title.\n Fixes http://plone.org/products/plonehelpcenter/issues/121.\n [dukebody]\n\n- Allow all site-enabled markup types for PHC content, instead of\n a fixed list.\n Fixes http://plone.org/products/plonehelpcenter/issues/117.\n [dukebody]\n\n- Modify workflow definitions to disallow Anonymous users to see\n content inside hidden Help Centers.\n Fixes http://plone.org/products/plonehelpcenter/issues/118.\n [dukebody]\n\n- Remove the \"Properties\" tab for content-types, that was\n duplicating the Metadata schemata already present in the edit\n view in Plone 3.\n Fixes http://plone.org/products/plonehelpcenter/issues/119.\n [dukebody]\n\n- Make mail sending code compatible with Plone 3. PHC 4 is now\n compatible with both Plone 3 and 4.\n [dukebody]\n\n\nPloneHelpCenter 4.0a1 (2010-12-07)\n----------------------------------\n\n- Use lxml to turn image relative links into absolute for the\n one-page version of manuals. This introduces a new install\n dependency on lxml.\n Fixes http://plone.org/products/plonehelpcenter/issues/136.\n [dukebody]\n\n- Include numbering in the section title.\n Fixes http://plone.org/products/plonehelpcenter/issues/137.\n [dukebody]\n\n- Rename type titles: \"Page\" to \"Tutorial Page\" and \"Link\" to\n \"Help Center Link\".\n Fixes http://plone.org/products/plonehelpcenter/issues/140.\n [dukebody]\n\n- Made it possible to query contentIds via XML-RPC for \n collective.developermanual uploads [miohtama]\n\n- Use the aq_parent function instead of the attribute to avoid\n AttributeErrors when not using an acquisition wrapper (newer\n Zope versions).\n [dukebody]\n\n- Fix next/previous custom adapter to visit the same items as appear in\n the navigation dropdown. Also make sure this adapter is used for legacy\n ReferenceManuals. This fixes\n http://plone.org/products/plonehelpcenter/issues/152/.\n [dukebody, davisagli]\n\n- Don't fail when trying to acquire getCurrentVersions if not in\n a container that includes currentVersions in its schema. [davisagli]\n\n- Fix the imports to use always Zope 3 style interfaces, making\n the code work both in Plone 3 and 4 simultaneuslly.\n [dukebody, thanks davisagli]\n\n- Merge relevant changes from the Plone 4 migration branch from\n Fabio Rizzo. [dukebody]\n\n- Reverted obsolete code from the referencemanual_view.pt fix. [acsr]\n\n- Updated INSTALL.txt with step by step upgrade guide related to\n issue #142 \"upgrade steps order unclear\" and issue #132 \"errata\n mentioning Ploneboard\". [acsr]\n\n- Fixed an issue with failure to display referencemanual_view when\n files are present in the reference manual. [acsr, thanks dukebody]\n\n- Update the whole product to work with Plone 4.0a2. [dukebody]\n\n- Removed \"global allow\" for Reference Manual. This closes \n http://plone.org/products/plonehelpcenter/issues/150.\n [keul]\n\n- updated INSTALL.txt with step by step upgrade guide related to \n issue #142 \"upgrade steps order unclear\" and issue #132 \"errata \n mentioning Ploneboard\". [acsr]\n\n- Respect exclude_from_nav setting in the reference manual\n table of contents generation [miohtama]\n\nFor older history, see ``docs/HISTORY.txt``.\n\nCredits\n=======\n\nProject Architecture, Development, Content Types, Archetypes, Workflow: Joel Burton\n\nDevelopment, User Interface, Project Architecture, Quality Assurance: Alexander Limi\n \nDevelopment, persistence and all-round brilliance: Martin \"optilude\" Aspeli\n\nDevelopment, Assistance: Christian \"Tiran\" Heimes\n\nOriginal FAQ code: Tim Terlegard, Edward Muller - further enhancements by Jean-Paul Ladage and Ahmad Hadi from Zest Software\n\nFixing various stuff, documentation: The Sprinters: Christian Heimes, Dorneles Trem\u00e9a, Daniel Nouri, Nate Aune\n\nAdded optional \"see also\" references to other Archetypes based types: Jens \"jensens\" Klein\n\ni18n improvements: And general fixes in some templates and brazilian translations by Jean Ferri\n\nBugfixes and occasional Quality Assurance: Geir Baekholt\n\nTopic, start-here, and 1.0 search options: The 2007 documentation\nsprint participants, particularly aclark, joelburton, magnon and stevem.\nPlone.Org view skin by vedawms.\n \nNumerous 1.0 presentation fixes: Servilio Afre Puentes.\n\nVersion 3.0 refactoring: Steve McMahon\n\nMigration for Plone 4.0: Fabio Rizzo from Liberiun.com and Israel\nSaeta P\u00e9rez.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/Products.PloneHelpCenter", "keywords": "Zope CMF Plone help documentation", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.PloneHelpCenter", "package_url": "https://pypi.org/project/Products.PloneHelpCenter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.PloneHelpCenter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/Products.PloneHelpCenter" }, "release_url": "https://pypi.org/project/Products.PloneHelpCenter/4.0/", "requires_dist": null, "requires_python": null, "summary": "A simple help-desk style documentation product for Plone.", "version": "4.0" }, "last_serial": 870360, "releases": { "1.5": [ { "comment_text": "", "digests": { "md5": "d16b6027c8e4aec10997ed3d5ffc81b4", "sha256": "4b6011fac749b7621a452377e5cb4622c34580b53869bc532d8084553a4dce23" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.5-py2.4.egg", "has_sig": false, "md5_digest": "d16b6027c8e4aec10997ed3d5ffc81b4", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 559417, "upload_time": "2008-06-27T21:31:26", "url": "https://files.pythonhosted.org/packages/05/b7/64577459f996ce0ba11be8d918eb3284a969e245d5c32b733fde8f9809a2/Products.PloneHelpCenter-1.5-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "8f86bf405668a2e6af792ddf73b4978a", "sha256": "33fbd5b0a9b7a7d5a47fceb398f1382031e72fbe02665ee491f8c3c01b10c152" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.5.tar.gz", "has_sig": false, "md5_digest": "8f86bf405668a2e6af792ddf73b4978a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 306417, "upload_time": "2008-06-27T21:20:33", "url": "https://files.pythonhosted.org/packages/8e/d6/999ec49b5082749b2da072ed82450bb612ed00212bc10bd3b0d3c9bfd996/Products.PloneHelpCenter-1.5.tar.gz" } ], "1.5b7": [], "1.5rc1": [ { "comment_text": "", "digests": { "md5": "cefacbfeb20d816938bc104d73113fbe", "sha256": "c42266ada33b488404da99f219b0542857973e789d49c23614ae9d975dc3c632" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.5rc1-py2.4.egg", "has_sig": false, "md5_digest": "cefacbfeb20d816938bc104d73113fbe", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 559631, "upload_time": "2008-04-21T22:04:40", "url": "https://files.pythonhosted.org/packages/3b/74/d03358eaa02bbaa41a4f8796c7cc2138b399d8e149c790737128f6b161d6/Products.PloneHelpCenter-1.5rc1-py2.4.egg" } ], "1.5rc2": [ { "comment_text": "", "digests": { "md5": "589361f0eb4172730c1f247471af057e", "sha256": "5f113e19ef0c8cd70f11fd11b377f4db72045ff42d34cf97a507ac4fd42c16eb" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.5rc2-py2.4.egg", "has_sig": false, "md5_digest": "589361f0eb4172730c1f247471af057e", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 559349, "upload_time": "2008-05-29T23:14:01", "url": "https://files.pythonhosted.org/packages/22/ed/092d495beb25a1545e864b82653940c2e85fea02dbe2d0ea6413d5976dee/Products.PloneHelpCenter-1.5rc2-py2.4.egg" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "5e27751a1aa55927fbc06f72da96f5c2", "sha256": "af21b4880aff41591a083759065676a09158ccf6451dea8b3338083ee0e43573" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.6-py2.4.egg", "has_sig": false, "md5_digest": "5e27751a1aa55927fbc06f72da96f5c2", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 565767, "upload_time": "2008-12-29T23:20:45", "url": "https://files.pythonhosted.org/packages/9f/d1/49acdef31429e095a172d0a04b1aa534465b1dccfbb48eae32f7fd152a75/Products.PloneHelpCenter-1.6-py2.4.egg" } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "aa680601b5c4274c4c1ff32393de4251", "sha256": "da9525e1178a21fc3a5d2f557dc1079cc8de6ae486388ac0d2c3dcf9ed64b75a" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.6.1-py2.4.egg", "has_sig": false, "md5_digest": "aa680601b5c4274c4c1ff32393de4251", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 566071, "upload_time": "2008-12-30T23:54:38", "url": "https://files.pythonhosted.org/packages/67/50/29330df7120a4db0c3c36ad7d42859f4e899d7fd0e018e730792b2d946a9/Products.PloneHelpCenter-1.6.1-py2.4.egg" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "23d1ca6f16c274d28f37e69758fb2ee6", "sha256": "5397dde72036c13f52da07ed41e9e29d463bd83f91846a2e75d0d3af4ae0553c" }, "downloads": -1, "filename": "Products.PloneHelpCenter-1.6.2.zip", "has_sig": false, "md5_digest": "23d1ca6f16c274d28f37e69758fb2ee6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 472680, "upload_time": "2009-08-20T17:35:33", "url": "https://files.pythonhosted.org/packages/2f/25/2aca97820a87de401961c9496127e373d01a1698732572d41e0eb73220a3/Products.PloneHelpCenter-1.6.2.zip" } ], "3.0a1": [ { "comment_text": "", "digests": { "md5": "dda8ebb640de599ff91bb8bfd058b319", "sha256": "d62e7169ffdf5eab05574575bf125ba8dbe1886f03d1a77161c017a6f481180c" }, "downloads": -1, "filename": "Products.PloneHelpCenter-3.0a1.tar.gz", "has_sig": false, "md5_digest": "dda8ebb640de599ff91bb8bfd058b319", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 313566, "upload_time": "2009-04-24T16:37:22", "url": "https://files.pythonhosted.org/packages/45/fb/5bc281b4a57bbc94f23b034903cc2472aeb0a3cd6bbe0fba07e8e16f3c19/Products.PloneHelpCenter-3.0a1.tar.gz" } ], "3.0a2": [ { "comment_text": "", "digests": { "md5": "6ce5385d092729384c9c64808bd51174", "sha256": "b409a27692ecb36bb148de615ee4c9fa147e7bbf4200e271bc54c501dace24ac" }, "downloads": -1, "filename": "Products.PloneHelpCenter-3.0a2.tar.gz", "has_sig": false, "md5_digest": "6ce5385d092729384c9c64808bd51174", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 314896, "upload_time": "2009-04-24T21:40:46", "url": "https://files.pythonhosted.org/packages/14/15/fa9d00311e3bcdfabc0dbbba5a3659436e93f36f5411f13bf6ad03ce0e46/Products.PloneHelpCenter-3.0a2.tar.gz" } ], "3.0a3": [ { "comment_text": "", "digests": { "md5": "e20fd22e8058a118a35bea8aa834baaa", "sha256": "5398857d87fe30fcf5dc65a5ae8273d976abfd4211bae50bdf06944392fda5a2" }, "downloads": -1, "filename": "Products.PloneHelpCenter-3.0a3.tar.gz", "has_sig": false, "md5_digest": "e20fd22e8058a118a35bea8aa834baaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 306908, "upload_time": "2009-04-26T21:03:58", "url": "https://files.pythonhosted.org/packages/b0/0b/bf8a7f020ae7d7de9f0c1a5eeb8ea058d57dae07a8ae1b7b50bb0626d4f8/Products.PloneHelpCenter-3.0a3.tar.gz" } ], "3.0b1": [ { "comment_text": "", "digests": { "md5": "2403068c9a060449372d7100cadd97d5", "sha256": "ec3c0f42b8d7eff85cc735157cbe23ed04361aa36a13012f53cc490171a09ba4" }, "downloads": -1, "filename": "Products.PloneHelpCenter-3.0b1.tar.gz", "has_sig": false, "md5_digest": "2403068c9a060449372d7100cadd97d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 310048, "upload_time": "2009-07-24T23:58:41", "url": "https://files.pythonhosted.org/packages/12/9c/31b3fca183cbb45d0b1431f1900bb304c90cf177618cb15c408a7b95dd9f/Products.PloneHelpCenter-3.0b1.tar.gz" } ], "3.0b2": [ { "comment_text": "", "digests": { "md5": "814b33f9c396cb5a6c6cb075e8c81540", "sha256": "9097899f29767a875ac1d88469e80f245c8837b1129611ed723a45465192b6bf" }, "downloads": -1, "filename": "Products.PloneHelpCenter-3.0b2.zip", "has_sig": false, "md5_digest": "814b33f9c396cb5a6c6cb075e8c81540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 476801, "upload_time": "2009-12-06T00:00:54", "url": "https://files.pythonhosted.org/packages/45/68/9bd860f21b89924d4573d3289e8fbc3b80f2b31de15a38ece10ee4e9ebe4/Products.PloneHelpCenter-3.0b2.zip" } ], "3.0b3": [ { "comment_text": "", "digests": { "md5": "afaa7ec7c0e43b0538b8116774c408ca", "sha256": "2c37613a6e8b7ec18188a69720b32319ab67908a22c4619968a472d1bba7d41d" }, "downloads": -1, "filename": "Products.PloneHelpCenter-3.0b3.zip", "has_sig": false, "md5_digest": "afaa7ec7c0e43b0538b8116774c408ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 477355, "upload_time": "2010-02-11T18:10:20", "url": "https://files.pythonhosted.org/packages/bc/08/e67c44243f1b83ee94276becc03ce65a0dc3c14e1776486b574421a8cf9b/Products.PloneHelpCenter-3.0b3.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "3ac8d05ad0cba27191a326b694707c3b", "sha256": "4d41b1eec558f4c61ecc5a5d31bd683eb8566a07a4898fd2f1d51c0001b23e55" }, "downloads": -1, "filename": "Products.PloneHelpCenter-4.0.zip", "has_sig": false, "md5_digest": "3ac8d05ad0cba27191a326b694707c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 507273, "upload_time": "2013-09-20T23:32:57", "url": "https://files.pythonhosted.org/packages/73/ed/ac8c3550680da49db39c683280cda2356366ef097b55e5b5eaa9acb04244/Products.PloneHelpCenter-4.0.zip" } ], "4.0a1": [ { "comment_text": "", "digests": { "md5": "1ab930f480768ab04de03b42f24798a4", "sha256": "0091701550e24434e8e54011677caeb1579bd361aeef54d95536577f587db9f4" }, "downloads": -1, "filename": "Products.PloneHelpCenter-4.0a1.zip", "has_sig": false, "md5_digest": "1ab930f480768ab04de03b42f24798a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 474376, "upload_time": "2010-12-07T11:48:09", "url": "https://files.pythonhosted.org/packages/c6/f4/1949400b6d5579bb51d2ce5da34efa13dcf89aa2a5ad5e56b88226393656/Products.PloneHelpCenter-4.0a1.zip" } ], "4.0b1": [ { "comment_text": "", "digests": { "md5": "1e31659ca962c457ec5047faae7e8ca2", "sha256": "0f318b64c08ede545e03c5537ed388263eefb086e87ce24f4c2241e0a26d79ec" }, "downloads": -1, "filename": "Products.PloneHelpCenter-4.0b1.zip", "has_sig": false, "md5_digest": "1e31659ca962c457ec5047faae7e8ca2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 475051, "upload_time": "2010-12-09T20:46:48", "url": "https://files.pythonhosted.org/packages/d7/45/fcf061eab4773e47ab8b691b4a220c25caa960e80e5d06035eb4f928e281/Products.PloneHelpCenter-4.0b1.zip" } ], "4.0b2": [ { "comment_text": "", "digests": { "md5": "70161b11266d0fd9419c4908b4528fee", "sha256": "dc1b0e14da0744209332a491554088ab1cb4bfa1dea0bf86142c4902745a2b82" }, "downloads": -1, "filename": "Products.PloneHelpCenter-4.0b2.zip", "has_sig": false, "md5_digest": "70161b11266d0fd9419c4908b4528fee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 476009, "upload_time": "2010-12-28T14:10:43", "url": "https://files.pythonhosted.org/packages/63/36/920fd86fb4e1a7f459f26368a74fc19cc746c13231e9cda29be0af908022/Products.PloneHelpCenter-4.0b2.zip" } ], "4.0b3": [ { "comment_text": "", "digests": { "md5": "e0fc3aeb3b29c4a40135096a6cf99fdb", "sha256": "9f414f047796df31f917c8ec6d98cc549068d82aa3cdab087e1f210fad111bf4" }, "downloads": -1, "filename": "Products.PloneHelpCenter-4.0b3.zip", "has_sig": false, "md5_digest": "e0fc3aeb3b29c4a40135096a6cf99fdb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 523465, "upload_time": "2011-05-12T23:39:51", "url": "https://files.pythonhosted.org/packages/d5/c3/289af9a8d51940db8be0d9f73d85b8af37a097008e7d2ef4357237b3f99f/Products.PloneHelpCenter-4.0b3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ac8d05ad0cba27191a326b694707c3b", "sha256": "4d41b1eec558f4c61ecc5a5d31bd683eb8566a07a4898fd2f1d51c0001b23e55" }, "downloads": -1, "filename": "Products.PloneHelpCenter-4.0.zip", "has_sig": false, "md5_digest": "3ac8d05ad0cba27191a326b694707c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 507273, "upload_time": "2013-09-20T23:32:57", "url": "https://files.pythonhosted.org/packages/73/ed/ac8c3550680da49db39c683280cda2356366ef097b55e5b5eaa9acb04244/Products.PloneHelpCenter-4.0.zip" } ] }