Google Translation makes a fair job of it: == Description ==
This project aims to develop a plugin [http://trac.edgewall.org Trac] that allows integration with solutions [ http://en.wikipedia.org/wiki/Enterprise_content_management ECM] to implement [http:// en.wikipedia.org / wiki / Content_Management_Interoperability_Services CMIS]. In its present form, are available the following features: 1. Repository Browsing 1. Create, delete and rename folders 1. Incorporate and download documents 1. View document properties These features can be controlled by authorization level permissions: * REPOSITORY_BROWSER * REPOSITORY_UPLOAD * REPOSITORY_DOWNLOAD * REPOSITORY_REMOVE_DOCUMENT * REPOSITORY_CREATE_FOLDER * REPOSITORY_REMOVE_FOLDER * REPOSITORY_RENAME_FOLDER == Installation == Before starting the installation must ensure that you have: * [Trac http://trac.edgewall.org] 0.11.xo top * [Http://code.google.com/p/cmislib cmislib] 0.3 To install and configure the plugin simply follow these steps: 1. $> svn export http://clinker.klicap.es/repos/alfrescointegration/tags/1.0.1CmisTracPlugin-1.0.1 1. $> cd CmisTracPlugin-1.0.1 1. $> python setup.py install 1. Trac access and check that the plugin is available in the list of plugins, administration area 1. Enable the plugin 1. Edit the file trac.ini and see that there is the following entry in the'''components''': [Components] cmistracplugin.web_ui.cmistracplugin = enabled 1. Create the following section in trac.ini [CMIS] base_path = BASE_PATH (e.g. / User Homes / Pray) password = PASSWORD url_api = URL (eg http://localhost:8080/alfresco/service/cmis) user = USER max_size = size (in bytes) 2010/10/10 Manuel Jesús Recena Soto <[email protected]> > Hi, > > We're happy to announce the CMIS Trac Plugin 1.0.0 release. > This plugin allows the integration of ECM solutions with Trac. For > more information: > http://clinker.klicap.es/projects/alfrescointegration > > You can get support on out support platform: > http://support.klicap.es/forums/viewforum.php?f=11 > > And report issues: > http://clinker.klicap.es/projects/alfrescointegration/newticket > > You can write in english or spanish. > Your feedback are welcome > > Regards, > > -- > Manuel Jesús Recena Soto > Founder, CEO & CTO of klicap - ingeniería del puzle > > mobile phone +34 664 000 629 > work phone + 34 954 894 322 > www.klicap.es | blog.klicap.es > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<trac-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
