1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!--
3Copyright (c) 2015 Jeremy Long
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions
8are met:
9
10    * Redistributions of source code must retain the above
11      copyright notice, this list of conditions and the following
12      disclaimer.
13
14    * Redistributions in binary form must reproduce the above
15      copyright notice, this list of conditions and the following
16      disclaimer in the documentation and/or other materials
17      provided with the distribution.
18
19    * Neither the name of the OWASP nor the names of its
20      contributors may be used to endorse or promote products
21      derived from this software without specific prior written
22      permission.
23
24THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
28COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
29INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
35OF THE POSSIBILITY OF SUCH DAMAGE.
36
37-->
38<project name="OWASP Java Encoder Project">
39    <skin>
40		<groupId>lt.velykis.maven.skins</groupId>
41		<artifactId>reflow-maven-skin</artifactId>
42		<version>1.1.1</version>
43    </skin>
44	<publishDate position="none" />
45    <version position="none" />
46	<bannerLeft>
47        <name>OWASP Java Encoder Project</name>
48		<title>OWASP Java Encoder Project</title>
49        <alt>OWASP Java Encoder Project</alt>
50        <src>./images/owasp.jpg</src>
51		<height>107</height>
52		<width>300</width>
53    </bannerLeft>
54    <custom>
55		<reflowSkin>
56			<theme>default</theme>
57			<highlightJs>true</highlightJs>
58			<highlightJsTheme>github</highlightJsTheme>
59			<brand>
60				<name>${project.name}</name>
61				<href>https://www.owasp.org/index.php/OWASP_Java_Encoder_Project</href>
62			</brand>
63			<skinAttribution>false</skinAttribution>
64			<toc>top</toc>
65			<tocTopMax>6</tocTopMax>
66			<topNav>Modules|Maven Documentation</topNav>
67			<bottomNav maxSpan="6" >
68				<column>Modules</column>
69				<column>Contribute</column>
70				<column>Maven Documentation</column>
71			</bottomNav>
72			<pages>
73                <index project="encoder" combine.self="override"></index>
74            </pages>
75		</reflowSkin>
76    </custom>
77
78    <body>
79		<menu name="Modules" inherit="bottom">
80			<item name="OWASP Encoders" href="./index.html" />
81			<item name="Java Encoder" href="./encoder/index.html" />
82			<item name="JSP Encoder" href="./encoder-jsp/index.html" />
83			<item name="ESAPI Thunk" href="./encoder-esapi/index.html" />
84		</menu>
85        <menu name="Maven Documentation" ref="reports" inherit="bottom" />
86		<menu name="Contribute" inherit="bottom">
87		  <item name="Issues" href="https://github.com/OWASP/owasp-java-encoder/issues" />
88		  <item name="Fork on GitHub" href="https://github.com/OWASP/owasp-java-encoder" />
89		</menu>
90        <footer>Copyright � 2011-2017 OWASP. All Rights Reserved.</footer>
91    </body>
92</project>
93