From: <ap...@us...> - 2015-05-01 07:02:02
|
Project "website". The branch, master has been updated via bd93343ee3708af486fa223bbea588ecdb057ae4 (commit) via 2fe1479da41d8b3d159a0f5b7bdef538df3119c4 (commit) from 48dce79985408a81b3fd6656184dfbef5cb752b4 (commit) - Log ----------------------------------------------------------------- commit bd93343ee3708af486fa223bbea588ecdb057ae4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 16:02:28 2015 +0900 Added copyright notice to charter.html. diff --git a/charter.html b/charter.html index 87715bb..0ecc92d 100755 --- a/charter.html +++ b/charter.html @@ -3,6 +3,7 @@ <!-- ==== Postgres-XC Charter ==== + Copyright (c) 2012-2015, Postgres-XC Development Group --> <html lang="en"> <head> @@ -68,10 +69,10 @@ Postgres-XC Development Group Charter Development members </h4> <p class="h4p"> - 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. + 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 @@ -84,20 +85,20 @@ Postgres-XC Development Group Charter Representative </h3> <p class="h3p"> - Core team chooses its representative. - As of May 1st, 2015, the representative is Koichi Suzuki. + Core team chooses its representative. + As of May 1st, 2015, the representative is Koichi Suzuki. </p> <h3> Location </h3> <p class="h3p"> - Postgres-XC Development Groups location is that of the representative. + Postgres-XC Development Groups location is that of the representative. </p> <h3> Governing Law </h3> <p class="h3p"> - Postgres-XC development Group will be governed by laws at its location. + Postgres-XC development Group will be governed by laws at its location. </p> <h3> Change History @@ -107,8 +108,13 @@ Postgres-XC Development Group Charter Change history is as follows: </p> <ul class="h3p"> - <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> + <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> <!-- End of the document --> <p class="eod"> commit 2fe1479da41d8b3d159a0f5b7bdef538df3119c4 Author: Koichi Suzuki <koi...@gm...> Date: Fri May 1 15:57:32 2015 +0900 This commit reflects previous CSS change to charter.html. Some style tweak was also done. diff --git a/charter.html b/charter.html index 6fa02da..87715bb 100755 --- a/charter.html +++ b/charter.html @@ -21,7 +21,7 @@ Postgres-XC Development Group Charter <h3> Activity </h3> - <p> + <p class="h3p"> 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. @@ -33,10 +33,10 @@ Postgres-XC Development Group Charter <h4> Core Members </h4> - <p> + <p class="h4p"> As of May 1st, 2015, Core Team consists of the following people (alphabetical order): </p> - <ul> + <ul class="h4p"> <li>Chen Qide</li> <li>Jasonys Li</li> <li>Koichi Suzuki</li> @@ -44,16 +44,16 @@ Postgres-XC Development Group Charter <li>Mason Sharp</li> <li>Qian Ling</li> </ul> - <p> + <p class="h4p"> Core members appoints its own members. </p> <h4> Committers </h4> - <p> + <p class="h4p"> As of May 1st, 2015, the following people are committers (alphabetical order): </p> - <ul> + <ul class="h4p"> <li>Abbas Butt</li> <li>Ahsan Hadi</li> <li>Ashutosh Bapat</li> @@ -61,13 +61,13 @@ Postgres-XC Development Group Charter <li>Masataka Saito</li> <li>Tetsuo Sakata</li> </ul> - <p> + <p class="h4p"> The core team assigns committers.` </p> <h4> Development members </h4> - <p> + <p class="h4p"> 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, @@ -76,35 +76,43 @@ Postgres-XC Development Group Charter <h3> Committee </h3> - <p> + <p class="h3p"> 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> + <p class="h3p"> Core team chooses its representative. As of May 1st, 2015, the representative is Koichi Suzuki. </p> <h3> Location </h3> - <p> + <p class="h3p"> Postgres-XC Development Groups location is that of the representative. </p> <h3> Governing Law </h3> - <p> + <p class="h3p"> Postgres-XC development Group will be governed by laws at its location. </p> <h3> - hange History + Change History </h3> - <ul> + <p class="h3p"> + This document was created at May 25th, 2012. + Change history is as follows: + </p> + <ul class="h3p"> <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> + <!-- End of the document --> + <p class="eod"> + [End Of The Document] + </p> </body> </html> diff --git a/pgcx_1.css b/pgcx_1.css index d886f19..7749c7e 100755 --- a/pgcx_1.css +++ b/pgcx_1.css @@ -32,7 +32,7 @@ p {font-size:90%; margin-left:2em; font-family:Arial;} .h4p {font-size:90%; /* after <h4> header */ - margin-left:2em; + margin-left:3em; font-family:Arial;} /* <plain> --> left margin should be the same as the parent p.plain{font-size:90%; @@ -52,7 +52,7 @@ p.box {font-size:90%; border-width:2px; border-style:solid; padding:5px;} -p.innerbox {font-size;90%; +p.innerbox {font-size:90%; margin-left:2em; border-width:2px; border-style:solid; @@ -63,8 +63,12 @@ li {font-size:90%; li.inner {font-size:90%; margin-top:4pt; margin-bottom:4pt; - margin-left:2em; + margin-left:1em; } +.eod {font-size:80%; + font-family:Arial; + margin-right:2em; + text-align:right;} li tt {font-size:90%; font-family:monospace;} /* ----------------------------------------------------------------------- Summary of changes: charter.html | 62 +++++++++++++++++++++++++++++++++++---------------------- pgcx_1.css | 10 ++++++-- 2 files changed, 45 insertions(+), 27 deletions(-) hooks/post-receive -- website |