From 6fa6704e86c274334419307520f3dddce4d582d1 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 27 Apr 2011 23:21:33 -0700 Subject: CarpetWeb: Update instructions for anonymous read-only access Carpet Mercurial is now available anonymously read-only directly from carpetcode.org. --- Carpet/CarpetWeb/get-carpet.html | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'Carpet/CarpetWeb') diff --git a/Carpet/CarpetWeb/get-carpet.html b/Carpet/CarpetWeb/get-carpet.html index 8c46a21a0..88daf0ede 100644 --- a/Carpet/CarpetWeb/get-carpet.html +++ b/Carpet/CarpetWeb/get-carpet.html @@ -114,7 +114,7 @@

Version 4 of Carpet is available via git:

        cd Cactus
-        git clone -o carpet git://carpetcode.org/carpet.git
+        git clone -o carpet git://www.carpetcode.org/carpet.git
         cd arrangements
         ln -s ../carpet/Carpet* .

(Don't miss the dot after the Carpet* in the last @@ -126,7 +126,7 @@

The development version of Carpet is available via Mercurial:

        cd Cactus
-        hg clone https://carpetcode.googlecode.com/hg/ carpetcode
+        hg clone http://www.carpetcode.org/hg/carpet
         cd arrangements
         ln -s ../carpetcode/Carpet* .

(Don't miss the dot after the Carpet* in the last @@ -193,13 +193,10 @@

Mercurial Repository

-

We use two different Carpet Mercurial repositories for code - development that we keep manually in sync. The Google Code - repository is mainly used to proved public read-only access; - development itself occurs at carpetcode.dyndns.org. - Access to this Carpet repository is handled via ssh: +

Write access to Carpet Mercurial repositories is handled via + ssh. Once you have an account set up, you obtain Carpet via

        cd Cactus
-        hg glone ssh://carpetmercurial@carpetcode.dyndns.org/carpet
+        hg glone ssh://carpetmercurial@www.carpetcode.org/carpet
         cd arrangements
         ln -s ../carpet/Carpet* .

(Don't miss the dot after the Carpet* in the last -- cgit v1.2.3