------------- INFO -------------
This file is part of deegree.
For copyright/license information, please visit http://www.deegree.org/license.
--------------------------------

The CSW Client Module is quite complex,
so please have a look at the following:

1. The module configuration is mostly done in the Web Map Context files (*.wmc). 
They are in folder WEB-INF/conf/igeoportal/ and its subfolder users/.
Web Map Context "wmc_testCswClient.xml" is preconfigured for the CSW Client module. So have a look how it is done there. 

2. There is an xslt script that needs to be adjusted to your system.
Please go to WEB-INF/conf/igeoportal/csw/metaContent2html.xsl and adjust the path to the included xsl files. 

    <!-- Please adapt the paths ("/home/deegree/igeoportal-std/") to your machine -->
    <xsl:include href="file:/home/deegree/igeoportal-std/WEB-INF/conf/igeoportal/csw/metaOverview2html.xsl"/>
    <xsl:include href="file:/home/deegree/igeoportal-std/WEB-INF/conf/igeoportal/csw/metaDetails2html.xsl"/>

3. Load Web Map Context "wmc_testCswClient.xml" into the portal.
- For "show metadata" via LayerList click the metadata info icon (bottom right), which will be activated for "Lakes" and "County Boundaries".
- For "metadata search" (simple and detailed search) via menubartop, click the icon in top right icon bar. 
  Searching for "anything available" can be done by typing "***" into the search field. 

4. Please refer to the documentation for details.

Furhter questions are welcome on the deegree users mailinglist.
Thank you!
