Skip to content

Commit 8b23ab6

Browse files
committed
updated site
1 parent 50d21d2 commit 8b23ab6

File tree

6 files changed

+34
-19
lines changed

6 files changed

+34
-19
lines changed

core/src/site/site.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
3737
-->
3838
<project name="Encoder">
3939
<bannerLeft>
40-
<name>Encoder</name>
40+
<name>OWASP Java Encoder Project: CORE</name>
41+
<title>OWASP Java Encoder Project: CORE</title>
42+
<alt>OWASP Java Encoder Project: CORE</alt>
43+
<src>../images/owasp.jpg</src>
44+
<height>107</height>
45+
<width>300</width>
4146
</bannerLeft>
4247
<body>
4348
<breadcrumbs>

esapi/src/site/site.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
3737
-->
3838
<project name="ESAPI">
3939
<bannerLeft>
40-
<name>ESAPI</name>
40+
<name>OWASP Java Encoder Project: ESAPI</name>
41+
<title>OWASP Java Encoder Project: ESAPI</title>
42+
<alt>OWASP Java Encoder Project: ESAPI</alt>
43+
<src>../images/owasp.jpg</src>
44+
<height>107</height>
45+
<width>300</width>
4146
</bannerLeft>
4247
<body>
4348
<breadcrumbs>

jsp/src/site/site.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
3737
-->
3838
<project name="JSP">
3939
<bannerLeft>
40-
<name>JSP</name>
40+
<name>OWASP Java Encoder Project: JSP</name>
41+
<title>OWASP Java Encoder Project: JSP</title>
42+
<alt>OWASP Java Encoder Project: JSP</alt>
43+
<src>../images/owasp.jpg</src>
44+
<height>107</height>
45+
<width>300</width>
4146
</bannerLeft>
4247
<body>
4348
<breadcrumbs>

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,10 +309,15 @@
309309
<groupId>org.apache.maven.plugins</groupId>
310310
<artifactId>maven-site-plugin</artifactId>
311311
<dependencies>
312+
<dependency>
313+
<groupId>org.apache.maven.doxia</groupId>
314+
<artifactId>doxia-core</artifactId>
315+
<version>1.7</version>
316+
</dependency>
312317
<dependency>
313318
<groupId>org.apache.maven.doxia</groupId>
314319
<artifactId>doxia-module-markdown</artifactId>
315-
<version>1.6</version>
320+
<version>1.7</version>
316321
</dependency>
317322
</dependencies>
318323
<configuration>
11.2 KB
Loading

src/site/site.xml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
3939
<skin>
4040
<groupId>org.apache.maven.skins</groupId>
4141
<artifactId>maven-fluido-skin</artifactId>
42-
<version>1.3.1</version>
42+
<version>1.6</version>
4343
</skin>
4444
<custom>
4545
<fluidoSkin>
@@ -55,29 +55,24 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
5555
</custom>
5656
<bannerLeft>
5757
<name>OWASP Java Encoder Project</name>
58+
<title>OWASP Java Encoder Project</title>
5859
<alt>OWASP Java Encoder Project</alt>
59-
<!--src>./images/jep.svg</src-->
60-
</bannerLeft>
60+
<src>./images/owasp.jpg</src>
61+
<height>107</height>
62+
<width>300</width>
63+
</bannerLeft>
6164

6265
<publishDate position="right" />
6366
<version position="right" />
6467
<poweredBy>
6568
<logo name="Maven" href="http://maven.apache.org/"
6669
title="built with maven"
6770
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"/-->
71+
img="/images/logos/build-by-maven-white.png"/>
7372
</poweredBy>
74-
7573
<body>
76-
<head>
77-
<style type="text/css">
78-
#bannerLeft { margin-top:50px;margin-bottom:5px !important }
79-
</style>
80-
</head>
74+
<head><![CDATA[
75+
]]></head>
8176
<breadcrumbs>
8277
<item name=" " href="#"/>
8378
</breadcrumbs>
@@ -87,6 +82,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
8782
<item name="JSP" href="./encoder-jsp/index.html" />
8883
<item name="ESAPI Thunk" href="./encoder-esapi/index.html" />
8984
</menu>
90-
<footer>Copyright © 2011-2015 OWASP. All Rights Reserved.</footer>
85+
<footer>Copyright © 2011-2017 OWASP. All Rights Reserved.</footer>
9186
</body>
9287
</project>

0 commit comments

Comments
 (0)