183 lines
6.9 KiB
XML
183 lines
6.9 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- ======================================================================
|
|
project.xml - STANDARD - includes a set of modules supposed to be
|
|
useful for most (or even any) installations of LibreCMS.
|
|
|
|
Other modules are commented out but compiled into an add-on bundle to
|
|
be used by a site administrator to create a customized installation
|
|
using ccm-hostinit command.
|
|
======================================================================= -->
|
|
|
|
<ccm:project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
|
ccmVersion="6.1"
|
|
name="librecms-std"
|
|
prettyName="LibreCMS (Standard Bundle)"
|
|
version="2.3.0"
|
|
release="devel-SNAPSHOT-r2915"
|
|
webxml="libre-web.xml"
|
|
webapp="ROOT"
|
|
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
|
|
|
<ccm:databases>
|
|
<ccm:database name="postgres"/>
|
|
</ccm:databases>
|
|
|
|
|
|
<ccm:build>
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- LibreCMS set of CORE packages -->
|
|
<!-- NONE can be omitted for technical reasons / internal dependencies -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Main apps -->
|
|
<ccm:application name="ccm-core"/>
|
|
<ccm:application name="ccm-cms"/>
|
|
|
|
<!-- Content Assets -->
|
|
|
|
<!-- Content Types -->
|
|
<ccm:application name="ccm-cms-types-article"/>
|
|
|
|
<!-- Applications -->
|
|
<ccm:application name="ccm-navigation"/>
|
|
<!-- ccm-portalworkspace depends on ccm-subsite -->
|
|
<ccm:application name="ccm-portalworkspace"/>
|
|
<ccm:application name="ccm-shortcuts"/>
|
|
<ccm:application name="ccm-subsite"/>
|
|
<ccm:application name="ccm-themedirector"/>
|
|
|
|
<!-- LDN extension -->
|
|
<ccm:application name="ccm-ldn-search"/>
|
|
<ccm:application name="ccm-ldn-terms"/>
|
|
<ccm:application name="ccm-ldn-util"/>
|
|
|
|
<!-- LibreCMS bundle -->
|
|
<ccm:application name="ccm-bundle"/>
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
Libre CMS additional packages for STANDARD Bundle
|
|
Designed primarily for ORGANISATIONAL rich content web sites
|
|
Includes all slimline bundle modules and adds a set appropriate for
|
|
organisations, social movements, foundations, of communities
|
|
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Content Assets -->
|
|
<ccm:application name="ccm-cms-assets-fileattachment"/>
|
|
<ccm:application name="ccm-cms-assets-imagestep"/>
|
|
<ccm:application name="ccm-cms-assets-notes"/>
|
|
<ccm:application name="ccm-cms-assets-relatedlink"/>
|
|
|
|
<!-- Content Types -->
|
|
<ccm:application name="ccm-cms-types-address"/>
|
|
<ccm:application name="ccm-cms-types-bookmark"/>
|
|
<ccm:application name="ccm-cms-types-contact"/>
|
|
<ccm:application name="ccm-cms-types-decisiontree"/>
|
|
<ccm:application name="ccm-cms-types-event"/>
|
|
<ccm:application name="ccm-cms-types-faqitem"/>
|
|
<ccm:application name="ccm-cms-types-filestorageitem"/>
|
|
<ccm:application name="ccm-cms-types-formitem"/>
|
|
<ccm:application name="ccm-cms-types-formsectionitem"/>
|
|
<ccm:application name="ccm-cms-types-glossaryitem"/>
|
|
<ccm:application name="ccm-cms-types-image"/>
|
|
<ccm:application name="ccm-cms-types-mparticle"/>
|
|
<ccm:application name="ccm-cms-types-newsitem"/>
|
|
<ccm:application name="ccm-cms-types-person"/>
|
|
|
|
<!-- Applications -->
|
|
<ccm:application name="ccm-forum"/>
|
|
|
|
<!-- temporarily excluded because configuration issues have to be resolved
|
|
<ccm:application name="ccm-rssfeed"/>
|
|
-->
|
|
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Libre CMS STANDARD ADD-ONS packages -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Content Assets -->
|
|
<!--
|
|
-->
|
|
|
|
<!-- CMS Content Types -->
|
|
<!--
|
|
<ccm:application name="ccm-cms-types-agenda"/>
|
|
<ccm:application name="ccm-cms-types-inlinesite"/>
|
|
<ccm:application name="ccm-cms-types-job"/>
|
|
<ccm:application name="ccm-cms-types-legalnotice"/>
|
|
<ccm:application name="ccm-cms-types-member"/>
|
|
<ccm:application name="ccm-cms-types-minutes"/>
|
|
<ccm:application name="ccm-cms-types-organization"/>
|
|
<ccm:application name="ccm-cms-types-pressrelease"/>
|
|
<ccm:application name="ccm-cms-types-service"/>
|
|
<ccm:application name="ccm-cms-types-siteproxy"/>
|
|
<ccm:application name="ccm-cms-types-xmlfeed"/>
|
|
-->
|
|
|
|
<!-- Applications -->
|
|
<!--
|
|
<ccm:application name="ccm-auth-http"/>
|
|
<ccm:application name="ccm-bookmarks"/>
|
|
<ccm:application name="ccm-cms-publicpersonalprofile"/>
|
|
<ccm:application name="ccm-docmgr"/>
|
|
<ccm:application name="ccm-docrepo"/>
|
|
<ccm:application name="ccm-forum-categorised"/>
|
|
-->
|
|
<!--
|
|
<ccm:application name="ccm-portalserver"/>
|
|
-->
|
|
<!-- currently doesn't work for unknown reason
|
|
<ccm:application name="ccm-simplesurvey"/> -->
|
|
<!--
|
|
<ccm:application name="ccm-weblog"/>
|
|
<ccm:application name="ccm-webpage"/>
|
|
-->
|
|
|
|
<!-- LDN extension -->
|
|
<!--
|
|
<ccm:application name="ccm-ldn-exporter"/>
|
|
<ccm:application name="ccm-ldn-freeform"/>
|
|
<ccm:application name="ccm-ldn-importer"/>
|
|
-->
|
|
|
|
|
|
|
|
</ccm:build>
|
|
|
|
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
<!-- Libre CMS list of OBSOLETE modules -->
|
|
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
|
|
<!-- Content Types -->
|
|
<!-- <ccm:application name="ccm-cms-types-motditem"/>
|
|
Current code does not include any xsl templates, conent type does not
|
|
appear in the list of types in content center.
|
|
For the moment no longer supported (2012-02-06) -->
|
|
|
|
<!-- Applications -->
|
|
<!-- Without known funcionality
|
|
<ccm:application name="ccm-formbuilder-pdf"/>
|
|
<ccm:application name="ccm-user-preferences"/> -->
|
|
|
|
|
|
<!-- LDN extension -->
|
|
<!-- Conflicts with ccm-bundle (this package) -->
|
|
<!-- and contains very ldn specific (esd) meta tags -->
|
|
<!-- <ccm:application name="ccm-ldn-aplaws"/> -->
|
|
<!-- In it's current implementation very ldn / aplaws specific
|
|
<ccm:application name="ccm-ldn-atoz"/>
|
|
<ccm:application name="ccm-ldn-dublin"/>
|
|
<ccm:application name="ccm-ldn-types-contact"/>
|
|
<ccm:application name="ccm-ldn-types-esdservice"/> -->
|
|
|
|
|
|
|
|
</ccm:project>
|