{ "info": { "author": "Sylvain Viollon", "author_email": "sylvain@infrae.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2" ], "description": "======================\ncollective.cmisbrowser\n======================\n\n.. contents::\n\nPresentation\n============\n\ncollective.cmisbrowser is a Plone 3.2+ extension that lets you connect to\na `CMIS`_ document repository and browse its content from Plone.\n\nIt provides a content type called *CMIS Browser* that after being added\nlets you browse the content of the repository like if it was Plone\ncontent (modulo the fact that it is not).\n\nInstallation\n============\n\nUpdate buildout profile\n-----------------------\n\nUpdate your buildout profile to include the following eggs and zcml::\n\n eggs +=\n ...\n collective.cmisbrowser\n zcml +=\n ...\n collective.cmisbrowser\n\n**Important:**\n\nWhen using python 2.4.x you will also need to add *httpsproxy_urllib2*\nas an egg.\n\nRun the buildout\n----------------\n\nRun the buildout to reflect the changes you made to the profile::\n\n $ bin/buildout -v\n\nInstall the extension\n---------------------\n\nThe extension can be installed through the ZMI or Plone control panel.\n\nThrough the ZMI\n~~~~~~~~~~~~~~~\n\n - Go to the *portal quickinstaller* in the ZMI.\n\n - Check the extension *collective.cmisbrowser*.\n\n - Click the *install* button.\n\nThrough the Plone control panel\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n - Go to *Site Setup*.\n\n - Choose *Add-on products*.\n\n - Check the extension *collective.cmisbrowser*.\n\n - Click the *Install* button.\n\nAdd a CMIS Browser\n==================\n\nAfter installing you will be able to add a *CMIS Browser* in your Plone\nsite from the *Add new...* drop-down menu. Configuration can be done on\nthe *CMIS Browser* itself and/or you can set a site wide configuration.\n\nConfiguration\n=============\n\nThe side wide configuration can be set in the *CMIS settings* in the\n*Add-on Product Configuration* section of *Site Setup*. Non site wide\nconfiguration can be set on the *CMIS Browser*.\n\nCMIS Browser\n------------\n\nA *CMIS Browser* provides the following options:\n\n- ``browser_description``: A description of the browser.\n\n- ``browser_text``: Additional WYSIWYG text field for the browser.\n\n- ``repository_url``: URL to the connected `CMIS`_ repository.\n\n- ``title_from_plone``: Use the title from Plone and not the one from\n the repository.\n\n- ``repository_name``: Name of the repository to use at the connected\n URL. Required if more than one repository is available.\n\n- ``repository_path``: Path in the repository to use as root for the\n Browser. If it is not specified, the root of the repository will be\n used.\n\n- ``repository_user``: Username used to authenticate to the\n repository. If specified, password is required.\n\n- ``repository_password``: Password used to authenticate to the\n repository. If specified, username is required.\n\n- ``repository_connector``: The type of connection that needs to be used\n SOAP or REST.\n\n- ``repository_cache``: How long the CMIS content should be cached.\n\n- ``folder_view``: Choice that lets you choose how CMIS folders are\n rendered in Plone. This let you select which Plone folder template\n to use.\n\n- ``proxy``: Proxy URL to use to connect to the CMIS repository.\n\nIn the Plone control panel, you have access to a *CMIS settings*\ncontrol panel. It lets you define default settings to use for all newly\ncreated *CMIS Browser*. Those defaults are stored in the Plone\nproperties, and are easily exportable with the help of GenericSetup.\n\nAs well, you can provide Zope defaults in the Zope configuration file,\n``zope.conf``::\n\n \n repository_url http://orange:8080/alfresco/cmis\n repository_user admin\n repository_password admin\n \n\n\nThis can be added into ``zope.conf`` by buildout, with the help of the\ndirective ```zope-conf-additional`` of `plone.recipe.zope2instance`_.\n\nConfigure RAM Cache\n-------------------\n\nGo to: http://[plone\u2013site]/ramcache\u2013controlpanel\n\nRAM Cache Statistics\n~~~~~~~~~~~~~~~~~~~~\n\nGives an overview of the cached items.\n\nClear RAM cache\n~~~~~~~~~~~~~~~\n\nClick on the *Clear cache* button to clear all cached content.\n\nRAM Cache Settings\n~~~~~~~~~~~~~~~~~~\n\nThis configuration overview gives you the possibility to alter the\ndefault values of the following parameters:\n\n - A maximum number of cached values.\n\n - Maximum age for cached values in seconds.\n\n - An interval between cache cleanups in seconds.\n\nChange the values and click the *Save* button.\n\nCompatibility\n=============\n\nThis product has been tested with `Alfresco`_, but is intended to be\ngeneric and usable with any `CMIS`_ content repository.\n\n.. _plone.recipe.zope2instance: http://pypi.python.org/pypi/plone.recipe.zope2instance\n.. _Alfresco: http://www.alfresco.com/community/\n.. _CMIS: http://docs.oasis-open.org/cmis/CMIS/v1.0/cs01/cmis-spec-v1.0.html\n\nChanges\n=======\n\n1.0 (2013/05/27)\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://pypi.python.org/pypi/collective.cmisbrowser", "keywords": "CMIS connection browser plone", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.cmisbrowser", "package_url": "https://pypi.org/project/collective.cmisbrowser/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.cmisbrowser/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.cmisbrowser" }, "release_url": "https://pypi.org/project/collective.cmisbrowser/1.0/", "requires_dist": null, "requires_python": null, "summary": "CMIS repository browser for Plone", "version": "1.0" }, "last_serial": 945665, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "df9fc446847ba45b0d761dbaf84cec26", "sha256": "1f7aa71c93e90fbbd727c22cc291e90518fbdd6cb92836c2d80467b2edf620c9" }, "downloads": -1, "filename": "collective.cmisbrowser-1.0.tar.gz", "has_sig": false, "md5_digest": "df9fc446847ba45b0d761dbaf84cec26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35535, "upload_time": "2013-05-28T08:42:00", "url": "https://files.pythonhosted.org/packages/cd/9e/f5ef014e1d304b2fbe77706fbf1e988fc380da2462cdf2c52f5747654df5/collective.cmisbrowser-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df9fc446847ba45b0d761dbaf84cec26", "sha256": "1f7aa71c93e90fbbd727c22cc291e90518fbdd6cb92836c2d80467b2edf620c9" }, "downloads": -1, "filename": "collective.cmisbrowser-1.0.tar.gz", "has_sig": false, "md5_digest": "df9fc446847ba45b0d761dbaf84cec26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35535, "upload_time": "2013-05-28T08:42:00", "url": "https://files.pythonhosted.org/packages/cd/9e/f5ef014e1d304b2fbe77706fbf1e988fc380da2462cdf2c52f5747654df5/collective.cmisbrowser-1.0.tar.gz" } ] }