content management
Jan 07 2010
DokuWiki: A Step By Step Install Guide
Background
At nearly all my recent engagements, clients have needed a means to collabarate, document and publish information across the organziation. Specifically, the information needed to be easily accessible, secure and configurable. In some instances, the client purchased expensive out of the box content management systems while others preferred using open source options. Each system offerred its own set of benefits and drawbacks.
Challenge
In my research, I encountered a myriad of products which satifisfied the client's requirement to identify software that provided the ability to collaborate and document the organization's information. To my amazement, the number of options available were overwhelming, each claiming to provide features and benefits over others. My challenge became not in finding software which accomplished their need rather in sifting through the mountains of options available.
Oct 16 2009
Alfresco WCM or DM: What is the best choice for your enterprise portal?
After being involved with recent Alfresco-based enterprise portals, Iʼve begun reflecting on best practices in regards to integration with the popular open-source CMS. This article describes some learnings on integrating Alfrescoʼs Document Management (DM) and Web Content Management (WCM) repositories with an enterprise portal.
Jul 28 2009
The Power of Web Forms in Alfresco WCM
It pays to use a separate web form for each web content type.
My client uses web forms in Alfresco 3.0E to create web content. This means that when users want to create HTML (web content), they open an "authoring" form (defined ahead of time using XSD), populate its fields with the desired content, and save it. On save, Alfresco does two things:
- saves the content item as an XML file;
- transforms the XML to HTML using an XSL rendering template (also written beforehand).