Dressed up the generated site a little bit with the fluid skin and header images
Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/b7f846b3 Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/b7f846b3 Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/b7f846b3 Branch: refs/heads/1.3.x Commit: b7f846b3a3942ae93ada0c293707393502adf1db Parents: e2a2161 Author: Brian Demers <[email protected]> Authored: Fri Jun 24 16:27:04 2016 -0700 Committer: Brian Demers <[email protected]> Committed: Tue Jun 28 14:39:07 2016 -0700 ---------------------------------------------------------------------- src/site/resources/images/apache-shiro-logo.png | Bin 0 -> 20928 bytes src/site/resources/images/asf_logo.png | Bin 0 -> 18372 bytes src/site/site.xml | 53 +++++++++++++++++++ 3 files changed, 53 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/b7f846b3/src/site/resources/images/apache-shiro-logo.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/apache-shiro-logo.png b/src/site/resources/images/apache-shiro-logo.png new file mode 100644 index 0000000..10a01c8 Binary files /dev/null and b/src/site/resources/images/apache-shiro-logo.png differ http://git-wip-us.apache.org/repos/asf/shiro/blob/b7f846b3/src/site/resources/images/asf_logo.png ---------------------------------------------------------------------- diff --git a/src/site/resources/images/asf_logo.png b/src/site/resources/images/asf_logo.png new file mode 100644 index 0000000..8b5e05f Binary files /dev/null and b/src/site/resources/images/asf_logo.png differ http://git-wip-us.apache.org/repos/asf/shiro/blob/b7f846b3/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml new file mode 100644 index 0000000..6026901 --- /dev/null +++ b/src/site/site.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you 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 name="${project.artifactId}"> + + <bannerLeft> + <name>Shiro</name> + <src>http://shiro.apache.org/images/apache-shiro-logo.png</src> + <href>http://shiro.apache.org</href> + </bannerLeft> + + <bannerRight> + <src>http://shiro.apache.org/images/asf_logo.png</src> + </bannerRight> + + <publishDate position="right"/> + <version position="right"/> + + <body> + + <breadcrumbs> + <item name="${project.name}" href="./index.html"/> + </breadcrumbs> + + <menu ref="parent" inherit="bottom"/> + <menu ref="modules" inherit="bottom"/> + <menu ref="reports" inherit="bottom"/> + + </body> + + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.5</version> + </skin> + +</project> \ No newline at end of file
