<?xml version="1.0" encoding="UTF-8"?>
<!--
   Copyright 2011-2017 Gregory P. Moyer

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
	<publishDate position="left" />
	<version position="none" />

	<skin>
		<groupId>org.apache.maven.skins</groupId>
		<artifactId>maven-fluido-skin</artifactId>
		<version>1.6</version>
	</skin>

	<custom>
		<fluidoSkin>
			<profile>${site.profile}</profile>

			<topBarEnabled>false</topBarEnabled>
			<sideBarEnabled>true</sideBarEnabled>

			<googleSearch>
				<sitesearch />
			</googleSearch>

			<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>

			<gitHub>
				<projectId>syphr42/syphr-parent</projectId>
				<ribbonOrientation>right</ribbonOrientation>
				<ribbonColor>red</ribbonColor>
			</gitHub>

			<twitter>
				<user>syphr42</user>
				<showUser>false</showUser>
				<showFollowers>false</showFollowers>
			</twitter>

			<facebookLike />

			<googlePlusOne />
		</fluidoSkin>
	</custom>

	<body>
		<head>
            <![CDATA[
			<script type="text/javascript">

				<!-- Google Analytics -->
				var _gaq = _gaq || [];
				_gaq.push(['_setAccount', 'UA-18307690-1']);
				_gaq.push(['_setDomainName', '.syphr.org']);
				_gaq.push(['_trackPageview']);

				(function() {
				var ga = document.createElement('script'); ga.type = 'text/javascript';
				ga.async = true;
				ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
				'http://www') + '.google-analytics.com/ga.js';
				var s = document.getElementsByTagName('script')[0];
				s.parentNode.insertBefore(ga, s);
				})();
			</script>
            ]]>
		</head>

		<menu name="Projects">
			<item name="Prom" href="/prom" />
			<item name="MythTV Java API" href="/libmythtv-java" />
			<!-- TODO uncomment when this project is released -->
			<!-- <item name="MythTV Monitor" href="/mythtv-monitor" /> -->
			<item name="X.509 Utilities" href="/utils-x509" />
		</menu>

		<menu name="Continuous Integration">
			<item name="Jenkins" href="${project.ciManagement.url}" />
		</menu>
	</body>
</project>