Repository: wicket
Updated Branches:
refs/heads/wicket-7.x 3bc3f2327 -> a528f937b
Updated user guide footer copyright date and switched to the new ASF logo
Conflicts:
wicket-user-guide/grails-app/conf/Config.groovy
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a528f937
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a528f937
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a528f937
Branch: refs/heads/wicket-7.x
Commit: a528f937b6f4a21939cf75b8bb6618a74d90cce6
Parents: 3bc3f23
Author: Andrea Del Bene <[email protected]>
Authored: Tue Feb 2 15:40:52 2016 +0100
Committer: Andrea Del Bene <[email protected]>
Committed: Tue Feb 2 15:49:18 2016 +0100
----------------------------------------------------------------------
wicket-user-guide/grails-app/conf/Config.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/wicket/blob/a528f937/wicket-user-guide/grails-app/conf/Config.groovy
----------------------------------------------------------------------
diff --git a/wicket-user-guide/grails-app/conf/Config.groovy
b/wicket-user-guide/grails-app/conf/Config.groovy
index cd3273d..7190c2d 100644
--- a/wicket-user-guide/grails-app/conf/Config.groovy
+++ b/wicket-user-guide/grails-app/conf/Config.groovy
@@ -100,8 +100,8 @@ grails.doc.authors = "Andrea Del Bene, Martin Grigorov,
Carsten Hufe, Christian
grails.doc.images = new File("${basePath}/src/docs/img")
grails.doc.css = new File("${basePath}/src/docs/css")
grails.doc.logo = """<a href="http://ci.apache.org/projects/wicket/guide/7.x/"
target="_self"><img height="80px"
src="http://ci.apache.org/projects/wicket/guide/7.x/img/apache-wicket.png"/></a>"""
-grails.doc.sponsorLogo = """<a href="http://www.apache.org/"
target="_blank"><img height="60px"
src="http://ci.apache.org/projects/wicket/guide/7.x/img/asf_logo.gif"/></a>"""
+grails.doc.sponsorLogo = """<a href="http://www.apache.org/"
target="_blank"><img style="width:300px;height:100px"
src="http://wicket.apache.org/img/asf_logo_url.svg"/></a>"""
grails.doc.copyright="""
-Copyright © 2013-2015 â <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
+Copyright © 2013-2016 â <a href="http://www.apache.org/"
target="_blank">The Apache Software Foundation</a>
â <b style="color:#E8590A !important;">(Generated on:
""" + (new Date()).format('yyyy-MM-dd - HH:mm:ss Z') + """)</b>
"""