Author: amaniatis
Date: Thu Jan 15 21:11:10 2009
New Revision: 734909

URL: http://svn.apache.org/viewvc?rev=734909&view=rev
Log:
Add Google Analytics and update copyright year.

Modified:
    cayenne/site/trunk/tlp-site/src/confluence/auto-export-template.txt

Modified: cayenne/site/trunk/tlp-site/src/confluence/auto-export-template.txt
URL: 
http://svn.apache.org/viewvc/cayenne/site/trunk/tlp-site/src/confluence/auto-export-template.txt?rev=734909&r1=734908&r2=734909&view=diff
==============================================================================
--- cayenne/site/trunk/tlp-site/src/confluence/auto-export-template.txt 
(original)
+++ cayenne/site/trunk/tlp-site/src/confluence/auto-export-template.txt Thu Jan 
15 21:11:10 2009
@@ -3,7 +3,7 @@
 <head>
 <title>Apache Cayenne &#187; $page.title</title>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="description" content="Apache Cayenne is a powerful, full-featured, 
open-source object relational mapping framework created for developers working 
with relational databases. We are working on JPA support">
+<meta name="description" content="Apache Cayenne is a powerful, full-featured, 
open-source object relational mapping framework created for developers working 
with relational databases.">
 <meta name="robots" content="index,follow">
 <link rel="stylesheet" type="text/css" media="screen, projection" 
href="http://cayenne.apache.org/css/styles.css";>
 <link rel="stylesheet" type="text/css" media="print" 
href="http://cayenne.apache.org/css/print.css";>
@@ -82,11 +82,20 @@
        <p id="bread">$autoexport.breadcrumbs($page)</p>
        $body
        <hr>
-       <p id="footer">Copyright &#169; 2001-2007 Apache Software 
Foundation.</p>
+       <p id="footer">Copyright &#169; 2001-2009 Apache Software Foundation. 
<a href="http://cayenne.apache.org/Privacy-policy.html";>Privacy policy.</a></p>
 </div>
 
 </div>
 
 </div></div>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."; : 
"http://www.";);
+document.write(unescape("%3Cscript src='" + gaJsHost + 
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-7036673-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
 </body>
-</html>
+</html>
\ No newline at end of file


Reply via email to