Chris Browne cbbrowne at lists.slony.info
Thu Jul 15 14:09:54 PDT 2010
Update of /home/cvsd/slony1/slony1-www
In directory main.slony.info:/tmp/cvs-serv20457

Modified Files:
	admin.html cvs.html git.html index.html index.php test.html 
Log Message:
Git now available for use; change lots of links and pages to indicate this
and that CVS repos are now obsolete.


Index: index.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** index.html	7 Mar 2007 23:25:38 -0000	1.7
--- index.html	15 Jul 2010 21:09:52 -0000	1.8
***************
*** 66,70 ****
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="cvs.html">Slony-I CVS</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
--- 66,70 ----
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="git.html">Git Info</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
***************
*** 85,103 ****
            </table>
  
-           <h1>Drafty Slony-I Site</h1>
- 
-           <p>Please note that this site is presently <b>under heavy
-           construction</b> .</p>
- 
-           <p>It will soon be able to be actively used for Slony-I
-           CVS, downloads, and mailing lists; it's not <i>quite</i>
-           ready yet, so for now, you likely still want to look to
-           the <a href=
-           "http://gborg.postgresql.org/project/slony1/projdisplay.php">
-           gBorg Slony-I project</a> for the time being.</p>
- 
-           <p>There will be announcements on the gBorg-based mailing
-           lists indicating the migration when all is ready...</p>
- 
            <h1>Slony-I</h1>
  
--- 85,88 ----
***************
*** 231,235 ****
            </address><!-- Created: Thu Jan 25 11:13:08 EST 2007 -->
            <!-- hhmts start -->
! Last modified: Wed Mar  7 18:25:06 EST 2007
  <!-- hhmts end -->
          </td>
--- 216,220 ----
            </address><!-- Created: Thu Jan 25 11:13:08 EST 2007 -->
            <!-- hhmts start -->
! Last modified: Thu Jul 15 17:00:51 EDT 2010
  <!-- hhmts end -->
          </td>

Index: index.php
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C 2 -d -r1.12 -r1.13
*** index.php	27 Jun 2008 20:31:06 -0000	1.12
--- index.php	15 Jul 2010 21:09:52 -0000	1.13
***************
*** 108,114 ****
  
         break;
!   case 'cvs':
  	echo layout_header();
! 	$fp = fopen('./content/cvs.txt','r');
  	if ($fp){
  		$title=trim(fgets($fp,256));
--- 108,114 ----
  
         break;
!   case 'git':
  	echo layout_header();
! 	$fp = fopen('./content/git.txt','r');
  	if ($fp){
  		$title=trim(fgets($fp,256));

Index: cvs.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/cvs.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** cvs.html	14 Jul 2010 20:59:43 -0000	1.3
--- cvs.html	15 Jul 2010 21:09:52 -0000	1.4
***************
*** 65,69 ****
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="cvs.html">Slony-I CVS</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
--- 65,69 ----
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="git.html">Git Info</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
***************
*** 87,92 ****
--- 87,99 ----
            CVS</font></h1>
  
+ <h1> CVS NOW OBSOLETE </h1>
+ 
+ <p> Note that the following material <b>is obsolete</b>, as Slony-I
+ source code is (as of 2010-07-15) being managed using <a
+ href="git.html"> Git</a>.  Please see the Git repository instead.
+ 
            <h1>Anonymous CVS Access</h1>
  
+ <i> obsolete!</i>
            <p>You may access Slony-I sources via anonymous CVS using
            the following command:</p>
***************
*** 99,102 ****
--- 106,110 ----
            <h1>Developer CVS Access</h1>
  
+ <i> obsolete!</i>
            <p>If you are one of the developers, and have had your
            ssh key added in on a suitable account, you can access as
***************
*** 110,148 ****
            <ul>
              <li><tt>slony1-engine</tt> - the replication engine
!             project</li>
  
              <li><tt>slony1-www</tt> - web site material for
!             main.slony.info</li>
            </ul>
            <hr>
  
- 	    <p>Note that the above is all in the process of becoming
- 	    obsolete, as a migration to use <a href="git.html">
- 	    Git</a> is in progress.  </p>
- 
- 	    <P> Some time very soon, the <tt>slony1-engine</tt>
- 	    repository will be obsolete, as future development will
- 	    take place using <a href="http://www.git-scm.org/">
- 	    Git.</a></p>
- 
- 	      <p> The official repository is found at <a
- 	      href="http://git.postgresql.org/">
- 	      git.postgresql.org</a>; specifically see <a href=
- 	      "http://git.postgresql.org/gitweb?p=slony1-engine.git;a=summary">
- 	      slony1-engine.git Summary </a> for more details.
- 
- 	      <P> There are several addresses at which one may get at
- 	      the repository via the various protocols that Git
- 	      supports:
- 
- 	    <ul>
- 	      <li><tt>git://git.postgresql.org/git/slony1-engine.git</tt></li>
- 	      <li><tt>http://git.postgresql.org/git/slony1-engine.git</tt></li>
- 	      <li><tt>ssh://git@git.postgresql.org/slony1-engine.git</tt></li>
- 	    </ul>
- 
- 	    <P> There is also likely to be a clone at <a href=
- 	    "http://github.com/"> GitHub.com</a>.</p>
- 
            <address>
              <a href="mailto:cbbrowne at ca.afilias.info">Christopher
--- 118,128 ----
            <ul>
              <li><tt>slony1-engine</tt> - the replication engine
!             project - <i> obsolete!</i> </li>
  
              <li><tt>slony1-www</tt> - web site material for
!             main.slony.info - not quite so obsolete</li>
            </ul>
            <hr>
  
            <address>
              <a href="mailto:cbbrowne at ca.afilias.info">Christopher
***************
*** 150,154 ****
            </address><!-- Created: Thu Jan 25 11:44:43 EST 2007 -->
            <!-- hhmts start -->
! Last modified: Wed Jul 14 16:55:27 EDT 2010
  <!-- hhmts end -->
          </td>
--- 130,134 ----
            </address><!-- Created: Thu Jan 25 11:44:43 EST 2007 -->
            <!-- hhmts start -->
! Last modified: Thu Jul 15 17:09:07 EDT 2010
  <!-- hhmts end -->
          </td>

Index: admin.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/admin.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** admin.html	14 Jul 2010 20:59:43 -0000	1.8
--- admin.html	15 Jul 2010 21:09:51 -0000	1.9
***************
*** 65,69 ****
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="cvs.html">Slony-I CVS</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
--- 65,69 ----
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="git.html">Git Info</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
***************
*** 107,110 ****
--- 107,114 ----
  	  the web site include a backup of this.</p>
  
+ 	    <p> Some time in the not too distant future we are likely
+ 	    to migrate this to Git, but it's not particularly
+ 	    urgent.</p>
+ 
            <h1>Backups</h1>
  
***************
*** 267,271 ****
            </address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
            <!-- hhmts start -->
! Last modified: Wed Jul 14 16:47:32 EDT 2010
  <!-- hhmts end -->
          </td>
--- 271,275 ----
            </address><!-- Created: Thu Jan 25 11:38:58 EST 2007 -->
            <!-- hhmts start -->
! Last modified: Thu Jul 15 16:44:58 EDT 2010
  <!-- hhmts end -->
          </td>

Index: git.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/git.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** git.html	14 Jul 2010 20:59:43 -0000	1.1
--- git.html	15 Jul 2010 21:09:52 -0000	1.2
***************
*** 61,65 ****
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="cvs.html">Slony-I CVS</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
--- 61,65 ----
                  <a class="projNav" href=
                  "http://slony.info/">Slony-I Website</a> |
!                 <a class="projNav" href="git.html">Git Info</a>
                  | <a class="projNav" href=
                  "http://lists.slony.info/mailman/listinfo">Mailing
***************
*** 82,99 ****
      <h1>Git Repository Access</h1>
  	    
! 	    <P> Some time very soon, the <tt>slony1-engine</tt>
! 	      repository will be obsolete, as future development will
! 	      take place using <a href="http://www.git-scm.org/">
! 		Git.</a></p>
  	    
! 	    <p> The official repository is found at <a
! 		href="http://git.postgresql.org/">
! 		git.postgresql.org</a>; specifically see <a href=
! 		"http://git.postgresql.org/gitweb?p=slony1-engine.git;a=summary">
! 		slony1-engine.git Summary </a> for more details.
  	      
  	    <P> There are several addresses at which one may get at
! 	      the repository via the various protocols that Git
! 	      supports:
  	      
  	    <ul>
--- 82,99 ----
      <h1>Git Repository Access</h1>
  	    
! 	    <P> The <tt>slony1-engine</tt> <a href="cvs.html"> CVS
! 	    repository</a> is now obsolete, as future development will
! 	    take place using <a href="http://www.git-scm.org/">
! 	    Git.</a></p>
  	    
! 	    <p> The official Git repository is found at <a
! 	    href="http://git.postgresql.org/"> git.postgresql.org</a>;
! 	    specifically see <a href=
! 	    "http://git.postgresql.org/gitweb?p=slony1-engine.git;a=summary">
! 	    slony1-engine.git Summary </a> for more details.
  	      
  	    <P> There are several addresses at which one may get at
! 	    the repository via the various protocols that Git
! 	    supports:
  	      
  	    <ul>
***************
*** 115,119 ****
  <!-- Created: Wed Jul 14 16:53:31 EDT 2010 -->
  <!-- hhmts start -->
! Last modified: Wed Jul 14 16:58:32 EDT 2010
  <!-- hhmts end -->
    </body>
--- 115,119 ----
  <!-- Created: Wed Jul 14 16:53:31 EDT 2010 -->
  <!-- hhmts start -->
! Last modified: Thu Jul 15 16:45:17 EDT 2010
  <!-- hhmts end -->
    </body>

Index: test.html
===================================================================
RCS file: /home/cvsd/slony1/slony1-www/test.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C 2 -d -r1.4 -r1.5
*** test.html	30 Apr 2010 18:09:37 -0000	1.4
--- test.html	15 Jul 2010 21:09:52 -0000	1.5
***************
*** 49,56 ****
  
            <p>A fairly extensive "admin guide" comprising material
!           in the CVS tree may be found <a href=
            "http://linuxdatabases.info/info/slony.html">here</a>
            There is also a local copy <a href=
!           "adminguide/slony1-1.2.6/doc/adminguide/index.html">here</a></p>
  
            <p>The original design document is available <a href=
--- 49,56 ----
  
            <p>A fairly extensive "admin guide" comprising material
!           in the Git tree may be found <a href=
            "http://linuxdatabases.info/info/slony.html">here</a>
            There is also a local copy <a href=
!           "adminguide/current/doc/adminguide/index.html">here</a></p>
  
            <p>The original design document is available <a href=



More information about the Slony1-commit mailing list