Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install collective.cmisbrowser

How to install collective.cmisbrowser

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install collective.cmisbrowser
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
1.0 Available View build log
Linux (64-bit)
1.0 Available View build log
 
License
GPL
Lastest release
version 1.0 on Jun 4th, 2013

Presentation

collective.cmisbrowser is a Plone 3.2+ extension that lets you connect to a CMIS document repository and browse its content from Plone.

It provides a content type called CMIS Browser that after being added lets you browse the content of the repository like if it was Plone content (modulo the fact that it is not).

Installation

Update buildout profile

Update your buildout profile to include the following eggs and zcml:

eggs +=
    ...
    collective.cmisbrowser
zcml +=
    ...
    collective.cmisbrowser

Important:

When using python 2.4.x you will also need to add httpsproxy_urllib2 as an egg.

Run the buildout

Run the buildout to reflect the changes you made to the profile:

$ bin/buildout -v
Install the extension

The extension can be installed through the ZMI or Plone control panel.

Through the ZMI
  • Go to the portal quickinstaller in the ZMI.
  • Check the extension collective.cmisbrowser.
  • Click the install button.
Through the Plone control panel
  • Go to Site Setup.
  • Choose Add-on products.
  • Check the extension collective.cmisbrowser.
  • Click the Install button.

Add a CMIS Browser

After installing you will be able to add a CMIS Browser in your Plone site from the Add new... drop-down menu. Configuration can be done on the CMIS Browser itself and/or you can set a site wide configuration.

Configuration

The side wide configuration can be set in the CMIS settings in the Add-on Product Configuration section of Site Setup. Non site wide configuration can be set on the CMIS Browser.

CMIS Browser

A CMIS Browser provides the following options:

  • browser_description: A description of the browser.
  • browser_text: Additional WYSIWYG text field for the browser.
  • repository_url: URL to the connected CMIS repository.
  • title_from_plone: Use the title from Plone and not the one from the repository.
  • repository_name: Name of the repository to use at the connected URL. Required if more than one repository is available.
  • repository_path: Path in the repository to use as root for the Browser. If it is not specified, the root of the repository will be used.
  • repository_user: Username used to authenticate to the repository. If specified, password is required.
  • repository_password: Password used to authenticate to the repository. If specified, username is required.
  • repository_connector: The type of connection that needs to be used SOAP or REST.
  • repository_cache: How long the CMIS content should be cached.
  • folder_view: Choice that lets you choose how CMIS folders are rendered in Plone. This let you select which Plone folder template to use.
  • proxy: Proxy URL to use to connect to the CMIS repository.

In the Plone control panel, you have access to a CMIS settings control panel. It lets you define default settings to use for all newly created CMIS Browser. Those defaults are stored in the Plone properties, and are easily exportable with the help of GenericSetup.

As well, you can provide Zope defaults in the Zope configuration file, zope.conf:

<product-config collective.cmisbrowser>
    repository_url http://orange:8080/alfresco/cmis
    repository_user admin
    repository_password admin
</product-config>

This can be added into zope.conf by buildout, with the help of the directive `zope-conf-additional of plone.recipe.zope2instance.

Configure RAM Cache

Go to: http://[plone–site]/ramcache–controlpanel

RAM Cache Statistics

Gives an overview of the cached items.

Clear RAM cache

Click on the Clear cache button to clear all cached content.

RAM Cache Settings

This configuration overview gives you the possibility to alter the default values of the following parameters:

  • A maximum number of cached values.
  • Maximum age for cached values in seconds.
  • An interval between cache cleanups in seconds.

Change the values and click the Save button.

Compatibility

This product has been tested with Alfresco, but is intended to be generic and usable with any CMIS content repository.

Changes

1.0 (2013/05/27)
  • Initial release.

Subscribe to package updates

Last updated Jun 4th, 2013

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.