libreccm-legacy/ccm-bookmarks/application.xml

34 lines
1.4 KiB
XML
Executable File

<?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-bookmarks"
prettyName="Bookmarks"
version="6.7.1"
release="1"
webapp="ROOT">
<ccm:dependencies>
<ccm:requires name="ccm-core" version="6.6.0" relation="ge"/>
</ccm:dependencies>
<ccm:contacts>
<ccm:contact uri="http://www.runtime-collective.com" type="website"/>
<ccm:contact uri="mailto:info@runtime-collective.com" type="support"/>
</ccm:contacts>
<ccm:description>
Bookmarks application provides an admin interface to maintain one or more
lists of bookmarks and a portlet to embed on one or more portal pages.
Each portlet instance can be configured to display one of several bookmark
list.
By default an administration instance to maintain a list of bookmarks is
installed at ~/ccm/admin/bookmarks. The UI provides the capability to add,
modify and delete bookmarks and to modify their order.
To display this list the Bookmark portlet must be installed on a portal
page. It's installation UI provides (besides the standard properties title
and description) a drop-down list to select the list provider,
“/admin/bookmarks” in case of the default installation.
For each additional, separate bookmarks list it is necessary to install an
additional administration instance for each list.
</ccm:description>
</ccm:application>