-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
76 lines (60 loc) · 2.91 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
CMIS repository plug-in
=======================
This is a CMIS repository plug-in for Moodle.
Description
-----------
It allows you to browse, search, download and use public files from a server,
tipically a CMS, exposing its content by means of CMIS 1.0.
It supports the HTTP Proxy configuration of Moodle.
It also gets benefits from the [MUC framework](http://docs.moodle.org/dev/The_Moodle_Universal_Cache_%28MUC%29) to implement two levels of cache,
at the folder level:
1. CMIS identifiers;
2. children and search result sets.
Cache can be purged by perfoming a search with the special keyword: `*purgecache*`.
TODO
----
* Implement FILE_REFERENCE support and re-evaluate the need for FILE_EXTERNAL.
* Restrict cache purging to administrators only.
* Make search configurable: 'none', 'within the folder', 'down the directory tree'.
* Verify/Implement the correct support for Microsoft Sharepoint 2013 via CMIS.
* Evaluate OAuth support, nice feature for FILE_EXTERNAL.
* Code cleanup.
Known issues
------------
* It supports only RESTful AtomPub endpoints (Atom Publishing Protocol).
* It supports only CMIS 1.0 compliant repositories.
* Tested with:
* Alfresco Community Edition v4.2.0 (4576)
* Nuxeo Platform v5.6
License
-------
GNU GPL v3
Copyright (c) 2013 Matteo Scaramuccia
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
---
External libraries
------------------
### [Apache Chemistry CMIS PHP Client](http://chemistry.apache.org/php/phpclient.html)
Apache Chemistry CMIS PHP Client is a CMIS client library for PHP.
The code is available at: https://svn.apache.org/repos/asf/chemistry/phpclient/.
More information can be found on the following pages:
* [Current Project Status](http://chemistry.apache.org/php/currentprojectstatus.html)
* [Function Coverage](http://chemistry.apache.org/php/phpfunctioncoverage.html)
* [Test Suite Description](http://chemistry.apache.org/php/testsuitedescription.html)
[Apache Chemistry](http://chemistry.apache.org/) provides open source implementations
of the [Content Management Interoperability Services (CMIS) specification](http://docs.oasis-open.org/cmis/CMIS/v1.0/cmis-spec-v1.0.html).
#### License
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
##### Apache License v2.0 and GPL Compatibility
http://www.apache.org/licenses/GPL-compatibility.html