You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2016/02/02 15:42:48 UTC

wicket git commit: Updated user guide footer copyright date and switched to the new ASF logo

Repository: wicket
Updated Branches:
  refs/heads/master a22e9f209 -> 515e2be2a


Updated user guide footer copyright date and switched to the new ASF logo


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/515e2be2
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/515e2be2
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/515e2be2

Branch: refs/heads/master
Commit: 515e2be2a5301f5caf7b1baee4a593d21c20e275
Parents: a22e9f2
Author: Andrea Del Bene <ad...@apache.org>
Authored: Tue Feb 2 15:40:52 2016 +0100
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Tue Feb 2 15:40:52 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/515e2be2/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 5ef476b..d92ab73 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/8.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/8.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 &copy; 2013-2015 — <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a> 
+Copyright &copy; 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>
 """