keensoft / alfresco-agreement-filter

Alfresco agreement filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alfresco-agreement-filter

This extension adds a must read page for every user before starting to use Alfresco.

The default page content is set in alfresco-global.properties file and must be an Alfresco FTS path. For instance:

/app:company_home/app:dictionary/app:publishing_root/cm:Alfresco_Terms_Of_Use.pdf

The plugin is licensed under the LGPL v3.0. The current version is compatible with Alfresco 5.0 CE.

Screencap

Downloading the ready-to-deploy-plugin

The binary distribution is made of one AMP file for repo and another AMP file for share:

You can install it by using standard Alfresco deployment tools

Building the artifacts

If you are new to Alfresco and the Alfresco Maven SDK, you should start by reading Jeff Potts' tutorial on the subject.

You can build the artifacts from source code using maven

$ mvn clean package

Configuring the content

Include and set the following properties at alfresco-global.properties on your Alfresco installation:

# Agreement content path
agreement.file.path=/app:company_home/app:dictionary/app:publishing_root/cm:Alfresco_Terms_Of_Use.pdf

About

Alfresco agreement filter


Languages

Language:Java 87.6%Language:JavaScript 12.4%