[haizea-commit] r427 - trunk/html

haizea-commit at mailman.cs.uchicago.edu haizea-commit at mailman.cs.uchicago.edu
Thu Jul 10 03:50:31 CDT 2008


Author: borja
Date: 2008-07-10 03:42:35 -0500 (Thu, 10 Jul 2008)
New Revision: 427

Modified:
   trunk/html/changelog.html
   trunk/html/credits.html
   trunk/html/doc_arch.html
   trunk/html/doc_install.html
   trunk/html/doc_multiple.html
   trunk/html/doc_quickstart.html
   trunk/html/documentation.html
   trunk/html/download.html
   trunk/html/index.html
   trunk/html/pubs.html
   trunk/html/roadmap.html
   trunk/html/support.html
   trunk/html/whatis.html
Log:
- Added Google Analytics
- Public SVN repository is online

Modified: trunk/html/changelog.html
===================================================================
--- trunk/html/changelog.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/changelog.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -45,5 +47,14 @@
 </table>
 
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/credits.html
===================================================================
--- trunk/html/credits.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/credits.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,6 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -26,7 +29,7 @@
 
 <p>Haizea is kindly hosted at the University of Chicago's PhoenixForge, a collaborative development environment for student projects maintained by the <a href="http://acm.cs.uchicago.edu/">ACM student chapter</a>. Special thanks go out to Cord Melton and Karl Norby for all their hard work in getting PhoenixForge up and running.</p>
 
-<p>Several people have provided assistance, in one way or another, during the development of Haizea: Samer Al-Kiswany, Tim Freeman, Ignacio Martín Llorente, Anne Rogers, and Rubén Santiago Montero.</p>
+<p>Several people have provided assistance, in one way or another, during the development of Haizea: Javier Fontán, Luis González, Samer Al-Kiswany, Tim Freeman, Ignacio Martín Llorente, Anne Rogers, Rubén Santiago Montero, and Tino Vázquez.</p>
 
 <div class="back">
 <a href="index.html">
@@ -35,5 +38,14 @@
 </a>
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/doc_arch.html
===================================================================
--- trunk/html/doc_arch.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/doc_arch.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,6 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -60,5 +63,14 @@
 </table>
 
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/doc_install.html
===================================================================
--- trunk/html/doc_install.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/doc_install.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -138,5 +140,14 @@
 </table>
 
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/doc_multiple.html
===================================================================
--- trunk/html/doc_multiple.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/doc_multiple.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -126,5 +128,14 @@
 </table>
 
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/doc_quickstart.html
===================================================================
--- trunk/html/doc_quickstart.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/doc_quickstart.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -296,5 +298,14 @@
 </table>
 
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/documentation.html
===================================================================
--- trunk/html/documentation.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/documentation.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -38,5 +40,14 @@
 </a>
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/download.html
===================================================================
--- trunk/html/download.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/download.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -3,4 +5,15 @@
 <link href="haizea.css" type="text/css" rel="stylesheet"/>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+<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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
+
 </head>
 <body>
@@ -22,7 +35,7 @@
 
 <h2>Haizea</h2>
 
-<p>The current version of Haizea is Technology Preview 1.0, released on July 7th, 2008. To install, download <a href="downloads/haizea-TP1.0.tar.gz">haizea-TP1.0.tar.gz</a> and follow the <a href="doc_install.html">installation instructions</a>. Haizea is published under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>, a BSD-like <a href="http://www.opensource.org/">OSI</a>-compatible license.</p>
+<p>The current version of Haizea is Technology Preview 1.0, released on July 7th, 2008. To install, download <a href="downloads/haizea-TP1.0.tar.gz"  onClick="javascript: pageTracker._trackPageview('/downloads/haizea-TP1.0.tar.gz');">haizea-TP1.0.tar.gz</a> and follow the <a href="doc_install.html">installation instructions</a>. Haizea is published under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>, a BSD-like <a href="http://www.opensource.org/">OSI</a>-compatible license.</p>
 
 <h2>Additional tracefiles</h2>
 
@@ -30,8 +43,16 @@
 
 <h2>SVN repository</h2>
 
-<p>We are currently working on setting up a public SVN repository for the Haizea code. In the meanwhile, the downloadable tarball includes most of the source code.</p>
+<p>Our SVN repository can be found at <strong>http://haizea.cs.uchicago.edu/svn/</strong>. You can checkout the latest version of the code like this:</p>
 
+<pre class="shell">
+svn co http://haizea.cs.uchicago.edu/svn/trunk
+</pre>
+
+<p>You can also point your web browser to <a href="http://haizea.cs.uchicago.edu/svn/">http://haizea.cs.uchicago.edu/svn/</a> to peruse the code. The current interface is very basic, but a pretty web-based SVN browser will be available further down the road.</p>
+
+<p>To keep track of commmits, you can subscribe to the <a href="https://mailman.cs.uchicago.edu/mailman/listinfo/haizea-commit">haizea-commit mailing list</a> to get an e-mail notification every time there is a commit in the SVN repository.</p>
+
 <div class="back">
 <a href="index.html">
 <img src="logo_small.png" width="32" height="35" border="0"><br/>
@@ -39,5 +60,7 @@
 </a>
 </div>
 </div>
+
+
 </body>
 </html>

Modified: trunk/html/index.html
===================================================================
--- trunk/html/index.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/index.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -19,7 +21,7 @@
 <a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="credits.html">Credits</a></div>
 <div class="warning">
-Haizea is kindly hosted at the University of Chicago's PhoenixForge. Since PhoenixForge is still under construction, some services are not yet available (SVN, bug tracking, etc.). Please bear with us as we migrate to this new home.
+Haizea is kindly hosted at the University of Chicago's PhoenixForge. Since PhoenixForge is still under construction, some services are not yet available (bug tracking, wiki, etc.). Please bear with us as we migrate to this new home.
 </div>
 <p>Haizea is an open-source VM-based lease management architecture (if that sounds like a mouthful, take a look at our <a href="whatis.html">What is Haizea?</a> page). In a nutshell, Haizea is a piece of software that, in combination with the <a href="http://www.opennebula.org/">OpenNebula virtual infrastructure manager</a>, can be used to manage a Xen or KVM cluster, allowing you to deploy different types of <A href="whatis.html#leases">leases</A> that are instantiated as virtual machines (VMs). Haizea can also be run in simulation, providing a platform for experimenting with scheduling algorithms that depend on VM deployment or on the leasing abstraction.</p>
 <p><a href="whatis.html">Learn more</a> about Haizea, or head over to the <a href="download.html">download</a> page to get started with Haizea.</p>
@@ -30,5 +32,14 @@
 </a>
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/pubs.html
===================================================================
--- trunk/html/pubs.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/pubs.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -3,4 +5,15 @@
 <link href="haizea.css" type="text/css" rel="stylesheet"/>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+<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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
+
 </head>
 <body>
@@ -16,26 +29,26 @@
 <a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="support.html">Support</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="roadmap.html">Roadmap</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
-<a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
+<strong>Publications</strong>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="credits.html">Credits</a></div>
 <h1>Publications</h1>
 
 <p>The design and main ideas behind Haizea were presented in the following paper:</p>
 
 <blockquote>
-<em>Combining Batch Execution and Leasing Using Virtual Machines</em>, Borja Sotomayor, Kate Keahey, Ian Foster. ACM/IEEE International Symposium on High Performance Distributed Computing 2008 (HPDC 2008), Boston, MA. June 2008. [<a href="pubs/Haizea_HPDC2008.pdf">pdf</a>]&nbsp;&nbsp;[<a href="pubs/Haizea_HPDC2008-slides.pdf">slides</a>]
+<em>Combining Batch Execution and Leasing Using Virtual Machines</em>, Borja Sotomayor, Kate Keahey, Ian Foster. ACM/IEEE International Symposium on High Performance Distributed Computing 2008 (HPDC 2008), Boston, MA. June 2008. [<a href="pubs/Haizea_HPDC2008.pdf"  onClick="javascript: pageTracker._trackPageview('/pubs/Haizea_HPDC2008.pdf');">pdf</a>]&nbsp;&nbsp;[<a href="pubs/Haizea_HPDC2008-slides.pdf"  onClick="javascript: pageTracker._trackPageview('/pubs/Haizea_HPDC2008-slides.pdfz');">slides</a>]
 </blockquote>
 
 <p>The following short paper used a precursor system to Haizea (and the paper is, itself, a precursor to the above paper):</p>
 
 <blockquote>
-<em>Enabling Cost-Effective Resource Leases with Virtual Machines</em>, Borja Sotomayor, Kate Keahey, Ian Foster, Tim Freeman. Hot Topics session in ACM/IEEE International Symposium on High Performance Distributed Computing 2007 (HPDC 2007), Monterey Bay, CA (USA), June 27-29, 2007. [<a href="pubs/Haizea_HPDC2007HotTopics.pdf">pdf</a>]
+<em>Enabling Cost-Effective Resource Leases with Virtual Machines</em>, Borja Sotomayor, Kate Keahey, Ian Foster, Tim Freeman. Hot Topics session in ACM/IEEE International Symposium on High Performance Distributed Computing 2007 (HPDC 2007), Monterey Bay, CA (USA), June 27-29, 2007. [<a href="pubs/Haizea_HPDC2007HotTopics.pdf"  onClick="javascript: pageTracker._trackPageview('/pubs/Haizea_HPDC2007HotTopics.pdf');">pdf</a>]
 </blockquote>
 
 <p>Borja Sotomayor's master's thesis also used a proto-Haizea system and describes some of the internal Haizea algorithms in much more detail than the above papers. Note, however, that there have been many changes to Haizea's algorithms since the thesis was written:</p>
 
 <blockquote>
-<em>A Resource Management Model for VM-based Virtual Workspaces</em>, Borja Sotomayor (MSc Thesis). University of Chicago, Department of Computer Science. Defended January 3rd, 2007, approved February 23rd, 2007. [<a href="pubs/Workspace_Resource_Mgmt_Sotomayor_Masters.pdf">pdf</a>]&nbsp;&nbsp;[<a href="http://people.cs.uchicago.edu/~borja/pubs/masters_presentation.pdf">slides</a>]
+<em>A Resource Management Model for VM-based Virtual Workspaces</em>, Borja Sotomayor (MSc Thesis). University of Chicago, Department of Computer Science. Defended January 3rd, 2007, approved February 23rd, 2007. [<a href="pubs/Workspace_Resource_Mgmt_Sotomayor_Masters.pdf"  onClick="javascript: pageTracker._trackPageview('/pubs/Workspace_Resource_Mgmt_Sotomayor_Masters.pdf');">pdf</a>]&nbsp;&nbsp;[<a href="http://people.cs.uchicago.edu/~borja/pubs/masters_presentation.pdf"  onClick="javascript: pageTracker._trackPageview('/pubs/masters_presentation.pdf');">slides</a>]
 </blockquote>
 
 <div class="back">
@@ -45,5 +58,6 @@
 </a>
 </div>
 </div>
+
 </body>
 </html>

Modified: trunk/html/roadmap.html
===================================================================
--- trunk/html/roadmap.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/roadmap.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -15,7 +17,7 @@
 <a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="support.html">Support</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
-<a href="roadmap.html">Roadmap</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
+<strong>Roadmap</strong>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
 <a href="credits.html">Credits</a></div>
 <h1>Roadmap</h1>
@@ -52,5 +54,14 @@
 </a>
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/support.html
===================================================================
--- trunk/html/support.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/support.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -32,5 +34,14 @@
 </a>
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>

Modified: trunk/html/whatis.html
===================================================================
--- trunk/html/whatis.html	2008-07-10 06:52:14 UTC (rev 426)
+++ trunk/html/whatis.html	2008-07-10 08:42:35 UTC (rev 427)
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
+
 <html><head>
 
 <title>Haizea - An Open Source VM-based Lease Manager</title>
@@ -95,5 +97,14 @@
 </a>
 </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">
+var pageTracker = _gat._getTracker("UA-4920033-1");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>
 </body>
 </html>



More information about the Haizea-commit mailing list