From: <ap...@us...> - 2015-05-01 06:39:52
|
Project "website". The branch, master has been updated via 48dce79985408a81b3fd6656184dfbef5cb752b4 (commit) via 3a16d9d79015ac55202f9efada776665d30b825d (commit) from 1865f2d9bc845ae5e1cb1970413c6be871b48cc8 (commit) - Log ----------------------------------------------------------------- commit 48dce79985408a81b3fd6656184dfbef5cb752b4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 15:38:52 2015 +0900 This is a trial upadte to setup left margin of <p> according to its parent header level such as <h2>, <h3> ... So far it looks to work well. In previous version, all the paragraph had the same left margin while headline margins are set according to their level. diff --git a/events.html b/events.html index 5bc1763..6be34c6 100755 --- a/events.html +++ b/events.html @@ -43,7 +43,9 @@ here. <!-- Charter group --> <h2 class="plain">Postgres-XC Development Group</h2> <p class="plain"> -All information about Postgres-XC development Group is available +All the development and related activities of Postgres-XC is +done by Postgres-XC development group. +The charter is available <a href="charter.html" target="_blank">here</a>. </p> </html> diff --git a/getting_started.html b/getting_started.html index 3c31f7b..41f0fee 100755 --- a/getting_started.html +++ b/getting_started.html @@ -21,29 +21,29 @@ What You Need To Begin Postgres-XC Starting with Minimum Hardware </h3> -<p> +<p class="h3p"> You can install the Postgres-XC on a single server, if you want to just try it out and understand how to configure and execute it. You may also install and use different virtual machines for different Postgres-XC component or set of its components. </p> -<p> +<p class="h3p"> Although you can install Postgres-XC cluster in single Linux operating system, we advise you to install on multiple Linux virtual machines using Virtual Box or VMWare. The number of virtual machines depends on the Postgres-XC configuration. Please take a look at configuration section in this page. </p> -<p> +<p class="h3p"> We advise you to use 64bit architecture Intel machines with at least 4GB of memory even in this case. </p> -<p> +<p class="h3p"> You may be able to choose any popular Linux operating system for Intel 64bit architecture. The developemnt team uses CentOS 5.4 for testing and evaluation. </p> -<p> +<p class="h3p"> A minimum hardware configuration will be useful to test Postgres-XC features. Of course, if you'd like to better experience how Postgres-XC scales, we advise you to use multiple servers for your cluster. </p> @@ -52,7 +52,7 @@ Of course, if you'd like to better experience how Postgres-XC scales, we advise Multi-node Cluster </h3> -<p> +<p class="h3p"> You can also configure Postgres-XC on several servers. For example, the Postgres-XC development team is using eleven servers in total to run Postgres-XC and another four servers to generate a workload for performance testing. @@ -65,11 +65,11 @@ and another (one or more) server to run your application. Operating Systems </h3> -<p> +<p class="h3p"> Postgres-XC currently runs on the Linux Operating Systems running on 64-bit Intel(R) processors. </p> -<p> +<p class="h3p"> The development team tested this with Cent-OS 5.3 and 5.4. </p> @@ -77,23 +77,23 @@ The development team tested this with Cent-OS 5.3 and 5.4. Before You Start </h2> -<p> +<p class="h2p"> We advise to read the documentation carefully before you start. Most of the installation steps are very similar to PostgreSQL but you should take extra care in configuring the Postgres-XC cluster. </p> -<p> +<p class="h2p"> The Installation Manual will be helpful to build and deploy binaries to the cluster. </p> -<p> +<p class="h2p"> The Tutorial Manual is a guide to install DBT-1 benchmark as a model application. </p> -<p> +<p class="h2p"> The Arcitecture document will give you detailed background as to how Postgres-XC works and how you can configure your Postgres-XC cluster. </p> -<p> +<p class="h2p"> Please visit the <a href="download.html"> download diff --git a/index.html b/index.html index 0bde1c0..18bb093 100755 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ --> <title>Postgres-XC project Page</title> </head> -<frameset rows=150,1,40,*> +<frameset rows=150,1,50,*> <!-- Title --> <frame name="title" src="title.html" marginheight="25" marginwidth="0" frameborder="0" @@ -35,7 +35,7 @@ <!-- Menu --> <frame name="menu" src="menu.html" marginheight="10" marginwidth="10" frameborder="0"> - <frameset cols="180, *, 180"> + <frameset cols="180, *, 260"> <!-- Links --> <frame name="links" src="links.html" marginheight="10" marginwidth="10" frameborder="0"> @@ -47,18 +47,4 @@ 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/menu.html b/menu.html index edcdd61..4d7a274 100755 --- a/menu.html +++ b/menu.html @@ -7,7 +7,7 @@ --> <head> <meta http-equiv="Content-Type" content="text/html";charset=UTF-8> -<meta name="author" content="koichi-szk"> +<meta name="author" content="Koichi Suzuki"> <link rel="stylesheet" type="text/css" href="pgcx_1.css"> <title>Postgres-XC Page Menu</title> @@ -17,13 +17,13 @@ <a href="intro.html" target="main">HOME</a>   <!-- Getting Started --> -<a href="getting_started.html" target="main">Getting Started</a> +<a href="getting_started.html" target="main" title="Shows what you need to know to begin Postres-XC">Getting Started</a>   <!-- Download --> -<a href="download.html" target="main">Download</a> +<a href="download.html" target="main" title="Download XC materials">Download</a>   <!-- Documentation --> -<a target="_blank" href="http://postgres-xc.sourceforge.net/docs/" target="main">Documentation</a> +<a href="http://postgres-xc.sourceforge.net/docs/" target="main">Documentation</a>   <!-- Wiki --> <a href="http://sourceforge.net/apps/mediawiki/postgres-xc/index.php?title=Main_Page" target="_blank">Project Wiki</a> diff --git a/pgcx_1.css b/pgcx_1.css index 9f0deda..d886f19 100755 --- a/pgcx_1.css +++ b/pgcx_1.css @@ -20,17 +20,27 @@ h4 {margin-left:1.8em; border-left-color:#993300; text-indent:6px; } -a:link {color:#000000;} -a:visited {color:#000000;} -a:hover {color:#CC0033;} -a:active {color:#CC0033;} p {font-size:90%; margin-left:1em; - font-family:Arial} + font-family:Arial;} +/* Paragraph for various places */ +.h2p {font-size:90%; /* after <h2> header */ + margin-left:1em; + font-family:Arial;} +.h3p {font-size:90%; /* after <h3> header */ + margin-left:2em; + font-family:Arial;} +.h4p {font-size:90%; /* after <h4> header */ + margin-left:2em; + font-family:Arial;} +/* <plain> --> left margin should be the same as the parent p.plain{font-size:90%; margin-left:0em; font-family:Arial;} + */ +p.plain{font-size:90%; + font-family:Arial;} tt {font-family:monospace;} p em {font-size:90%; font-style:oblique;} @@ -57,3 +67,17 @@ li.inner {font-size:90%; } li tt {font-size:90%; font-family:monospace;} +/* + * Old link color + +a:link {color:#000000;} +a:visited {color:#000000;} +a:hover {color:#CC0033;} +a:active {color:#CC0033;} + +*/ +/* Link color */ +a:link {color: #0000ff;} +a:visited {color: #000080;} +a:hover {color: #ff0000;} +a:active {color: #ff8000;} commit 3a16d9d79015ac55202f9efada776665d30b825d Author: Koichi Suzuki <koi...@gm...> Date: Thu Apr 30 17:22:26 2015 +0900 This commit updates the group charter to reflect possible membership changes. diff --git a/charter.html b/charter.html index 4ebaa88..6fa02da 100755 --- a/charter.html +++ b/charter.html @@ -18,59 +18,93 @@ <h2> Postgres-XC Development Group Charter </h2> -<h3> -Activity -</h3> -<p> -The Postgres-XC Development Group performs any activities to -develop, publish, support and any other activities -to help them related to Postgres-XC core features. -Postgres-XC is a database cluster based upon PostgreSQL database. -</p> -<h3> -Members -</h3> -<p> -As of January 1st, 2013, Core Team consists of the following people (alphabetical order): -Lee Gaylee, -Mason Sharp, -Abbas Butt, -Ahsan Hadi, -Amit Khandekar, -Tetsuo Sakata and -Koichi Suzuki. -Core members appoints its own members. -</p> -<p> -Development members consist of those who contribute -the code, report bugs, test the core features, propose new features, -discuss about Postgres-XC and related feature through Postgres-XC mailing lists, -or those who provide any other activities which helps Postgres-XC development. -</p> -<h3> -Representative -</h3> -<p> -Core team chooses its representative. -As of May 25th, 2012, the representative is Koichi Suzuki. -</p> -<h3> -Location -</h3> -<p> -Postgres-XC Development Groups location is that of the representative. -</p> -<h3> -Governing Law -</h3> -<p> -Postgres-XC development Group will be governed by laws at its location. -</p> -<h3> -hange History -</h3> -<p> -May 25th, 2012: First version of the charter. -</p> + <h3> + Activity + </h3> + <p> + The Postgres-XC Development Group performs any activities to + develop, publish, support and any other activities + to help them related to Postgres-XC core features. + Postgres-XC is a database cluster based upon PostgreSQL database. + </p> + <h3> + Members + </h3> + <h4> + Core Members + </h4> + <p> + As of May 1st, 2015, Core Team consists of the following people (alphabetical order): + </p> + <ul> + <li>Chen Qide</li> + <li>Jasonys Li</li> + <li>Koichi Suzuki</li> + <li>Lee Gaylee</li> + <li>Mason Sharp</li> + <li>Qian Ling</li> + </ul> + <p> + Core members appoints its own members. + </p> + <h4> + Committers + </h4> + <p> + As of May 1st, 2015, the following people are committers (alphabetical order): + </p> + <ul> + <li>Abbas Butt</li> + <li>Ahsan Hadi</li> + <li>Ashutosh Bapat</li> + <li>Koichi Suzuki</li> + <li>Masataka Saito</li> + <li>Tetsuo Sakata</li> + </ul> + <p> + The core team assigns committers.` + </p> + <h4> + Development members + </h4> + <p> + Development members consist of those who contribute + the code, report bugs, test the core features, propose new features, + discuss about Postgres-XC and related feature through Postgres-XC mailing lists, + or those who provide any other activities which helps Postgres-XC development. + </p> + <h3> + Committee + </h3> + <p> + Postgres-XC development group may have committees to carry out its activities. + As of May 1st, 2015, there is no such committees. + </p> + <h3> + Representative + </h3> + <p> + Core team chooses its representative. + As of May 1st, 2015, the representative is Koichi Suzuki. + </p> + <h3> + Location + </h3> + <p> + Postgres-XC Development Groups location is that of the representative. + </p> + <h3> + Governing Law + </h3> + <p> + Postgres-XC development Group will be governed by laws at its location. + </p> + <h3> + hange History + </h3> + <ul> + <li> May 25th, 2012: First version of the charter.</li> + <li> May 1st, 2015: Refrecrted latest members. Added new description of committed for specific activities.</li> + </ul> </body> </html> ----------------------------------------------------------------------- Summary of changes: charter.html | 142 +++++++++++++++++++++++++++++++------------------- events.html | 4 +- getting_started.html | 26 +++++----- index.html | 18 +------ menu.html | 8 ++-- pgcx_1.css | 34 ++++++++++-- 6 files changed, 139 insertions(+), 93 deletions(-) hooks/post-receive -- website |