| 1 |
// $Id: README.txt 623 2009-03-23 17:33:24Z semm $
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Alfresco project is a related set of modules which provides Drupal integration
|
| 6 |
with Alfresco Open Source Enterprise Content Management System (ECM).
|
| 7 |
|
| 8 |
* alfresco.module: The main module. Provides a new 'Alfresco item' node content
|
| 9 |
type for Drupal sites. The 'Alfresco item' node embeds Alfresco contents
|
| 10 |
inside your site, with support for direct and private download of the files
|
| 11 |
stored in Alfresco repository, caching of file properties, syncing of nodes,
|
| 12 |
Views support, ...
|
| 13 |
|
| 14 |
* alfresco_browser.module: Allows users to visualize, search, browse and
|
| 15 |
retrieve nodes of the Alfresco repository.
|
| 16 |
|
| 17 |
* alfresco_attach.module: Allows users to create and attach alfresco items to
|
| 18 |
other Drupal content (similar to upload.module).
|
| 19 |
|
| 20 |
* alfresco_import.module: Allows importing multiple alfresco nodes from a space
|
| 21 |
of Alfresco.
|
| 22 |
|
| 23 |
|
| 24 |
-- REQUIREMENTS --
|
| 25 |
|
| 26 |
* Alfresco 3.x or 2.x (tested with Alfresco Labs and Alfresco Enterprise)
|
| 27 |
|
| 28 |
* PHP 5 (5.2.0 or greater) with SOAP extension enabled
|
| 29 |
|
| 30 |
|
| 31 |
-- INSTALLATION --
|
| 32 |
|
| 33 |
* Note that you will need an installed and configured Alfresco (on remote or
|
| 34 |
local server) prior to installing this module.
|
| 35 |
|
| 36 |
* Install Alfresco module as usual on your Drupal site.
|
| 37 |
|
| 38 |
|
| 39 |
-- CONFIGURATION --
|
| 40 |
|
| 41 |
* Configure module settings in Administer >> Site configuration >> Alfresco:
|
| 42 |
|
| 43 |
- Repository: Set URL and credentials for the Alfresco repository.
|
| 44 |
|
| 45 |
- File downloads: Select the download method of the files stored in Alfresco
|
| 46 |
repository.
|
| 47 |
|
| 48 |
* Configure user permissions in Administer >> User management >> Permissions
|
| 49 |
>> alfresco module
|
| 50 |
|
| 51 |
|
| 52 |
-- CREDITS --
|
| 53 |
|
| 54 |
Author and maintainer:
|
| 55 |
* Sergio Martín Morillas <smartin@gmv.com> - http://drupal.org/user/191570
|
| 56 |
|
| 57 |
Contributors:
|
| 58 |
* Manuel Jesús Recena Soto <mjrecena@gmv.com>
|
| 59 |
Thanks for your helpful comments and encouragement.
|
| 60 |
|
| 61 |
This project is sponsored by:
|
| 62 |
* GMV
|
| 63 |
Technological business group with an international presence. GMV offers its
|
| 64 |
solutions, services and products in very diverse sectors: Aeronautics,
|
| 65 |
Banking and Finances, Space, Defense, Health, Security, Transportation,
|
| 66 |
Telecommunications, and Information Technology for Public Administration and
|
| 67 |
large corporations. Visit http://www.gmv.com for more information.
|