Documentation website Apache branding: (c) & co in footer
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/cbdbbb1a Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/cbdbbb1a Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/cbdbbb1a Branch: refs/heads/develop Commit: cbdbbb1aa8dc2f72b02c3325090e54f72ea3ede8 Parents: c9c4910 Author: Paul Merlin <[email protected]> Authored: Mon Jun 15 12:29:32 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Mon Jun 15 12:29:32 2015 +0200 ---------------------------------------------------------------------- manual/src/docs/website/resources/css/style.css | 3 +++ manual/src/docs/website/xsl/chunked.xsl | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/cbdbbb1a/manual/src/docs/website/resources/css/style.css ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/resources/css/style.css b/manual/src/docs/website/resources/css/style.css index ad7cae9..86374f1 100644 --- a/manual/src/docs/website/resources/css/style.css +++ b/manual/src/docs/website/resources/css/style.css @@ -233,6 +233,9 @@ body > div.section color: #9a9a9a; font-size: 80%; } +.footer p { + text-shadow: none; +} div.informaltable { http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/cbdbbb1a/manual/src/docs/website/xsl/chunked.xsl ---------------------------------------------------------------------- diff --git a/manual/src/docs/website/xsl/chunked.xsl b/manual/src/docs/website/xsl/chunked.xsl index 62c7f13..8848a8e 100644 --- a/manual/src/docs/website/xsl/chunked.xsl +++ b/manual/src/docs/website/xsl/chunked.xsl @@ -53,7 +53,16 @@ <xsl:param name="generate.toc" select="''"/> <xsl:template name="footer.navigation"> - <div class="footer">(c) 2012 The Qi4j Community</div> + <div class="footer"> + <p> + Copyright © 2015 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/" target="_blank">Apache License, Version 2.0</a>. + <br/> + <small> + Apache Zest, Zest, Apache, the Apache feather logo, and the Apache Zest project logo are trademarks of The Apache Software Foundation.<br/> + All other marks mentioned may be trademarks or registered trademarks of their respective owners. + </small> + </p> + </div> </xsl:template> <xsl:template name="header.navigation">
