Repository: wicket
Updated Branches:
refs/heads/wicket-6.x ac21758f3 -> baa99c9f8
Updated user guide footer copyright date and switched to the new ASF logo
Conflicts:
wicket-user-guide/grails-app/conf/Config.groovy
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/baa99c9f
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/baa99c9f
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/baa99c9f
Branch: refs/heads/wicket-6.x
Commit: baa99c9f8f45f77ee783c1501ed386d048a09c31
Parents: ac21758
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 16:10:10 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/baa99c9f/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 eaf48c7..70b0f58 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/6.x/"
target="_self"><img height="80px"
src="http://ci.apache.org/projects/wicket/guide/6.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/6.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>
"""