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 2013/10/21 21:38:40 UTC

svn commit: r1534340 - /wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy

Author: adelbene
Date: Mon Oct 21 19:38:39 2013
New Revision: 1534340

URL: http://svn.apache.org/r1534340
Log:
Added Apache License and logo to the document

Modified:
    wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy

Modified: wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy
URL: http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy?rev=1534340&r1=1534339&r2=1534340&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy (original)
+++ wicket/common/site/trunk/_site/guide/guide/grails-app/conf/Config.groovy Mon Oct 21 19:38:39 2013
@@ -97,18 +97,8 @@ grails.doc.subtitle = "Free Online Guide
 grails.doc.authors = "Andrea Del Bene, Carsten Hufe, Christian Kroemer, Daniel Bartl"
 grails.doc.images = new File("src/docs/img")
 grails.doc.css = new File("src/docs/css")
-grails.doc.logo = """<a href="/" target="_blank"><img height="80px" src="http://comsysto.github.io/wicket-userguide/img/apache-wicket.png"/></a>"""
-grails.doc.sponsorLogo = """<a href="http://www.comsysto.com/" target="_blank"><img height="60px" src="http://comsysto.github.io/wicket-userguide/img/comsysto-logo.png"/></a>"""
+grails.doc.logo = """<a href="/" target="_blank"><img height="80px" src="http://wicket.apache.org/guide/img/apache-wicket.png"/></a>"""
+grails.doc.sponsorLogo = """<a href="http://www.apache.org/" target="_blank"><img height="60px" src="http://www.apache.org/images/asf_logo.gif"/></a>"""
 grails.doc.copyright="""
-Copyright &copy; 2013 — <a href="http://www.comsysto.com" target="_blank">comSysto GmbH</a>
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-43124634-1', 'comsysto.com');
-  ga('send', 'pageview');
-
-</script>
-"""
\ No newline at end of file
+Copyright &copy; 2013 — <a href="http://www.apache.org/" target="_blank">The Apache Software Foundation</a>
+"""