|
| 1 | +<?xml version="1.0" encoding="ISO-8859-1"?> |
| 2 | +<!-- |
| 3 | +Copyright (c) 2015 Jeremy Long |
| 4 | +All rights reserved. |
| 5 | +
|
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions |
| 8 | +are 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 | +
|
| 24 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 25 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 26 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 27 | +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE |
| 28 | +COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 29 | +INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 30 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 31 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 32 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 33 | +STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 34 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 35 | +OF THE POSSIBILITY OF SUCH DAMAGE. |
| 36 | +
|
| 37 | +--> |
| 38 | +<project name="OWASP Java Encoder Project"> |
| 39 | + <skin> |
| 40 | + <groupId>org.apache.maven.skins</groupId> |
| 41 | + <artifactId>maven-fluido-skin</artifactId> |
| 42 | + <version>1.3.1</version> |
| 43 | + </skin> |
| 44 | + <custom> |
| 45 | + <fluidoSkin> |
| 46 | + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> |
| 47 | + <sideBarEnabled>true</sideBarEnabled> |
| 48 | + <gitHub> |
| 49 | + <projectId>jmanico/owasp-java-encoder</projectId> |
| 50 | + <ribbonOrientation>right</ribbonOrientation> |
| 51 | + <ribbonColor>gray</ribbonColor> |
| 52 | + </gitHub> |
| 53 | + <googlePlusOne /> |
| 54 | + </fluidoSkin> |
| 55 | + </custom> |
| 56 | + <bannerLeft> |
| 57 | + <name>OWASP Java Encoder Project</name> |
| 58 | + <alt>OWASP Java Encoder Project</alt> |
| 59 | + <!--src>./images/jep.svg</src--> |
| 60 | + </bannerLeft> |
| 61 | + |
| 62 | + <publishDate position="right" /> |
| 63 | + <version position="right" /> |
| 64 | + <poweredBy> |
| 65 | + <logo name="Maven" href="http://maven.apache.org/" |
| 66 | + title="built with maven" |
| 67 | + alt="built with maven" |
| 68 | + img="http://jeremylong.github.io/DependencyCheck/images/logos/maven-feather.png"/> |
| 69 | + <!--logo name="IntelliJ" href="http://www.jetbrains.com/idea/" |
| 70 | + title="developed using" width="170px" |
| 71 | + alt="developed using" |
| 72 | + img="http://jeremylong.github.io/DependencyCheck/images/logos/logo_intellij_idea.png"/--> |
| 73 | + </poweredBy> |
| 74 | + |
| 75 | + <body> |
| 76 | + <head> |
| 77 | + <style type="text/css"> |
| 78 | + #bannerLeft { margin-top:50px;margin-bottom:5px !important } |
| 79 | + </style> |
| 80 | + </head> |
| 81 | + <breadcrumbs> |
| 82 | + <item name=" " href="#"/> |
| 83 | + </breadcrumbs> |
| 84 | + |
| 85 | + <menu ref="reports" /> |
| 86 | + <menu name="Modules"> |
| 87 | + <item name="Encoder" href="./encoder/index.html" /> |
| 88 | + <item name="JSP" href="./encoder-jsp/index.html" /> |
| 89 | + <item name="ESAPI Thunk" href="./encoder-esapi/index.html" /> |
| 90 | + </menu> |
| 91 | + <footer>Copyright © 2011-2015 OWASP. All Rights Reserved.</footer> |
| 92 | + </body> |
| 93 | +</project> |
0 commit comments