[padb-devel] [padb commit] r34 - Add google analitics to the web-site.

codesite-noreply at google.com codesite-noreply at google.com
Mon Jun 8 21:35:27 BST 2009


Author: apittman
Date: Mon Jun  8 13:34:11 2009
New Revision: 34

Added:
    trunk/doc/ga.html
Modified:
    trunk/doc/header.html
    trunk/doc/upload_website

Log:
Add google analitics to the web-site.


Added: trunk/doc/ga.html
==============================================================================
--- (empty file)
+++ trunk/doc/ga.html	Mon Jun  8 13:34:11 2009
@@ -0,0 +1,10 @@
+<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-9227173-2");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>

Modified: trunk/doc/header.html
==============================================================================
--- trunk/doc/header.html	(original)
+++ trunk/doc/header.html	Mon Jun  8 13:34:11 2009
@@ -1,10 +1,12 @@
+<head><title>Padb: A parallel debugging tool</title></head>
+<body>
  <center>
  <h1>Parallel Application Discovery Browser</h1>
  <a href="http://padb.pittman.org.uk/" title="Main page">Padb</a> 
  <a href="usage.html" title="Command line options">usage</a> 
  <a href="download.html" title="Download page">download</a> 
-<a href="extensions.html" title="Proposed MPI extensions">Patches</a> 
-<a href="email.html" title="Contact information">Mailing Lists</a>
+<a href="extensions.html" title="Proposed MPI extensions">patches</a> 
+<a href="email.html" title="Contact information">mailing lists</a>
  </center>
  <hr>


Modified: trunk/doc/upload_website
==============================================================================
--- trunk/doc/upload_website	(original)
+++ trunk/doc/upload_website	Mon Jun  8 13:34:11 2009
@@ -15,6 +15,7 @@
    TFILE=`mktemp`
    cat header.html > $TFILE
    cat $FILE >> $TFILE
+  cat ga.html >> $TFILE
    ftp-upload --host padb.pittman.org.uk -u padb at pittman.co.uk --password  
$PASSWORD --as $FILE $TFILE
    rm $TFILE
  done




More information about the padb-devel mailing list