<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.7.2">
</HEAD>
<BODY>
On Thu, 2005-06-30 at 15:43 +0200, Nicolas Liprey wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">I want to implement a Enterprise Content Management system to manage</FONT>
<FONT COLOR="#000000">our projects documentation. Here are the specifications :</FONT>

<FONT COLOR="#000000">- all users have to login</FONT>
</PRE>
</BLOCKQUOTE>
Yes. OpenCMS 6.0 has full support for ACLs. You may have to do extra work to synch OpenCMS with an LDAP server. We have also integrated jcifs with opencms to provide single sign on in Windows Active Directory Domains.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">- each user can add documents (DOC, PPT, XLS, PDF) with metadata like</FONT>
<FONT COLOR="#000000">a title, a description, keywords</FONT>
</PRE>
</BLOCKQUOTE>
Yes.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">- document browsing and searching</FONT>
</PRE>
</BLOCKQUOTE>
Yes.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">- versioning features</FONT>
</PRE>
</BLOCKQUOTE>
OpenCMS only keeps a limited number of versions of each document, but it is customizable.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">- workflow for new document validating (by a project manager)</FONT>
</PRE>
</BLOCKQUOTE>
OpenCMS's workflow is quite basic. For anything else some development will have to be done.
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">- checkout, checkin</FONT>
<FONT COLOR="#000000">- …</FONT>
</PRE>
</BLOCKQUOTE>
<BR>
Ideally OpenCMS should really expose a WebDAV interface.<BR>
<BR>
Tristan<BR>
<BR>
</BODY>
</HTML>