site.xml revision c89ce927dbf5ed6322ad43f2a955e74518da7aa0
383N/A<?xml version="1.0" encoding="UTF-8"?>
383N/A<!--
383N/A ! CCPL HEADER START
383N/A !
383N/A ! This work is licensed under the Creative Commons
383N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
383N/A ! To view a copy of this license, visit
383N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6982N/A ! or send a letter to Creative Commons, 444 Castro Street,
6982N/A ! Suite 900, Mountain View, California, 94041, USA.
383N/A !
383N/A ! You can also obtain a copy of the license at
383N/A ! legal/CC-BY-NC-ND.txt.
383N/A ! See the License for the specific language governing permissions
6982N/A ! and limitations under the License.
6982N/A !
6982N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6982N/A ! enclosed by brackets "[]" replaced with your own identifying information:
383N/A ! Portions Copyright [yyyy] [name of copyright owner]
383N/A !
383N/A ! CCPL HEADER END
383N/A !
383N/A ! Copyright 2011-2015 ForgeRock AS
3215N/A !
6061N/A-->
383N/A<project name="${project.name}"
383N/A xmlns="http://maven.apache.org/DECORATION/1.0.1"
383N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
383N/A xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
383N/A
383N/A <skin>
383N/A <groupId>org.forgerock.commons</groupId>
383N/A <artifactId>forgerock-community-skin</artifactId>
6069N/A <version>1.0.0</version>
383N/A </skin>
6069N/A <publishDate position="right" format="yyyy.MM.dd" />
6069N/A <version position="right" />
6069N/A
6069N/A <body>
6069N/A
6069N/A <breadcrumbs>
6069N/A <item name="Developer Community" href="http://www.forgerock.org" />
6069N/A <item name="OpenIDM" href="http://openidm.forgerock.org" />
6069N/A </breadcrumbs>
6069N/A
3888N/A <menu name="OpenIDM">
383N/A <item name="Welcome" href="index.html" />
383N/A <item name="News" href="news.html" />
383N/A <item name="Join" href="https://idp.forgerock.org/openam/UI/Login?service=register" />
383N/A <item name="FAQ" href="faq.html" />
6069N/A <item name="Mailing Lists" href="mail-lists.html" />
383N/A <item name="Support" href="http://forgerock.com/what-we-offer/subscriptions/" />
383N/A <item name="Partners" href="http://forgerock.com/partners/" />
383N/A <item name="Wiki" href="https://wikis.forgerock.org/confluence/display/OPENIDM/Home" />
383N/A <item name="Builds" href="http://forgerock.org/openidm.html" />
383N/A <item name="Archives" href="http://forgerock.org/openidm-archive.html" />
383N/A <item name="Enterprise Downloads" href="http://www.forgerock.com/download-stack/" />
383N/A </menu>
383N/A
383N/A <menu name="Released Documentation">
383N/A <item name="OpenIDM 3.1.0" href="http://docs.forgerock.org/en/index.html?product=openidm&amp;version=3.1.0" />
383N/A <item name="OpenIDM 3.0.0" href="http://docs.forgerock.org/en/index.html?product=openidm&amp;version=3.0.0" />
383N/A <item name="OpenIDM 2.1.0" href="http://docs.forgerock.org/en/index.html?product=openidm&amp;version=2.1.0" />
383N/A <item name="OpenIDM 2.0.3" href="http://docs.forgerock.org/en/index.html?product=openidm&amp;version=2.0.3" />
383N/A <item name="OpenIDM 2.0.2" href="http://docs.forgerock.org/en/index.html?product=openidm&amp;version=2.0.2" />
383N/A </menu>
383N/A
383N/A <menu name="OpenIDM Docs (in progress)">
383N/A <item name="All Formats" href="docs.html" />
383N/A <item name="Release Notes" href="/doc/bootstrap/release-notes/index.html" />
383N/A <item name="Getting Started" href="/doc/bootstrap/getting-started/index.html" />
383N/A <item name="Installation Guide" href="/doc/bootstrap/install-guide/index.html" />
6069N/A <item name="Samples Guide" href="/doc/bootstrap/samples-guide/index.html" />
383N/A <item name="Integrator's Guide" href="/doc/bootstrap/integrators-guide/index.html" />
383N/A<!-- <item name="Developer Guide" href="/doc/dev-guide/index.html" />
383N/A <item name="Javadoc" href="/apidocs/index.html" /> -->
383N/A </menu>
383N/A
6069N/A <!-- TODO: Add QA pages -->
3888N/A
3888N/A <menu ref="reports" />
3888N/A
3888N/A </body>
6069N/A
383N/A <custom>
383N/A <googleAnalytics>UA-23412190-9</googleAnalytics>
383N/A <openproject>
383N/A <href>http://openidm.forgerock.org/</href>
383N/A <src>/images/openidm-tagline-200x65.png</src>
383N/A <alt>OpenIDM</alt>
383N/A </openproject>
383N/A <siteSearchFQDN>forgerock.org</siteSearchFQDN>
383N/A </custom>
383N/A
383N/A</project>
383N/A