|
From: Michael P <mic...@us...> - 2010-05-19 23:52:14
|
Project "website".
The branch, master has been updated
via 7ddd0345092b7ce4716df4eae1b87e04816064ba (commit)
via a1153b0635a8949291ae0074d1d517d26bd87b84 (commit)
from 2123998b130d93df911f3637680375b26b70d47f (commit)
- Log -----------------------------------------------------------------
commit 7ddd0345092b7ce4716df4eae1b87e04816064ba
Author: Michael P <mic...@us...>
Date: Thu May 20 08:53:06 2010 +0900
Addition of Piwik tags to keep a trace on the website visitors
diff --git a/index.html b/index.html
index fd3287c..1e8ba9c 100755
--- a/index.html
+++ b/index.html
@@ -47,4 +47,18 @@
src="events.html" marginheight="10" marginwidth="10" frameborder="0">
</frameset>
</frameset>
+<body>
+<!-- Piwik -->
+<script type="text/javascript">
+var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/postgres-xc/" : "http://sourceforge.net/apps/piwik/postgres-xc/");
+document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+try {
+var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
+piwikTracker.trackPageView();
+piwikTracker.enableLinkTracking();
+} catch( err ) {}
+</script><noscript><p><img src="http://sourceforge.net/apps/piwik/postgres-xc/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>
+<!-- End Piwik Tag -->
+</body>
</html>
diff --git a/intro.html b/intro.html
index 30a9a0d..2377d1e 100755
--- a/intro.html
+++ b/intro.html
@@ -71,7 +71,19 @@ to servers containing the target data.
<!-- === Overview of the whole system === -->
<p class="plain">
<img src="image/arch.jpg" width="650">
-</p>
+</p>
+<!-- Piwik -->
+<script type="text/javascript">
+var pkBaseURL = (("https:" == document.location.protocol) ? "https://sourceforge.net/apps/piwik/postgres-xc/" : "http://sourceforge.net/apps/piwik/postgres-xc/");
+document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+try {
+var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
+piwikTracker.trackPageView();
+piwikTracker.enableLinkTracking();
+} catch( err ) {}
+</script><noscript><p><img src="http://sourceforge.net/apps/piwik/postgres-xc/piwik.php?idsite=1" style="border:0" alt=""/></p></noscript>
+<!-- End Piwik Tag -->
</body>
</html>
commit a1153b0635a8949291ae0074d1d517d26bd87b84
Author: Michael P <mic...@us...>
Date: Wed May 19 14:51:04 2010 +0900
Delete base repository, this leaded in problems with IE7
diff --git a/intro.html b/intro.html
index a913d60..30a9a0d 100755
--- a/intro.html
+++ b/intro.html
@@ -6,7 +6,6 @@
<html lang="en">
<head>
<title>Postgres_XC Project Home</title>
-<base href="."/>
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
</head>
<body bgcolor=#FFFFFF>
@@ -71,7 +70,7 @@ to servers containing the target data.
</p>
<!-- === Overview of the whole system === -->
<p class="plain">
-<img src="http://postgres-xc.sourceforge.net/image/arch.jpg" width="650">
+<img src="image/arch.jpg" width="650">
</p>
</body>
</html>
diff --git a/scalability.html b/scalability.html
index 0b16261..323f460 100755
--- a/scalability.html
+++ b/scalability.html
@@ -15,7 +15,6 @@ architecture document or be in separate material such as here?
<meta name="description" content="Postgres-XC project home">
<meta name="keywords" content="PostgreSQL cluster scalability multi-master">
-<base href="."/>
<link rel="stylesheet" type="text/css" href="pgcx_1.css">
</head>
<body bgcolor=#FFFFFF>
@@ -50,7 +49,7 @@ please refer to the architecture document.
The following figure shows Postgres-XC's scalability via number of servers.
Dotted line shows ideal scalability.
<div align="center">
-<img src="http://postgres-xc.sourceforge.net/image/scalability.jpg" >
+<img src="image/scalability.jpg" >
</div>
</p>
</body>
-----------------------------------------------------------------------
Summary of changes:
index.html | 14 ++++++++++++++
intro.html | 17 ++++++++++++++---
scalability.html | 3 +--
3 files changed, 29 insertions(+), 5 deletions(-)
hooks/post-receive
--
website
|