aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetWeb
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2011-04-27 23:21:33 -0700
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:26:11 +0000
commit6fa6704e86c274334419307520f3dddce4d582d1 (patch)
treeeb0582a77d24f1436dcce64be1f51966ec7d49df /Carpet/CarpetWeb
parent2bbac5ff65a5ab8dda12fb7b2c5a28a708400d62 (diff)
CarpetWeb: Update instructions for anonymous read-only access
Carpet Mercurial is now available anonymously read-only directly from carpetcode.org.
Diffstat (limited to 'Carpet/CarpetWeb')
-rw-r--r--Carpet/CarpetWeb/get-carpet.html13
1 files changed, 5 insertions, 8 deletions
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 @@
<p>Version 4 of Carpet is available
via <a href="http://git.or.cz/">git</a>:</p>
<pre> 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* .</pre>
<p>(Don't miss the dot after the <code>Carpet*</code> in the last
@@ -126,7 +126,7 @@
<p>The development version of Carpet is available
via <a href="http://mercurial.selenic.com/">Mercurial</a>:</p>
<pre> cd Cactus
- hg clone https://carpetcode.googlecode.com/hg/ carpetcode
+ hg clone http://www.carpetcode.org/hg/carpet
cd arrangements
ln -s ../carpetcode/Carpet* .</pre>
<p>(Don't miss the dot after the <code>Carpet*</code> in the last
@@ -193,13 +193,10 @@
<h3>Mercurial Repository</h3>
- <p>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 <code>carpetcode.dyndns.org</code>.
- Access to this Carpet repository is handled via ssh:
+ <p>Write access to Carpet Mercurial repositories is handled via
+ ssh. Once you have an account set up, you obtain Carpet via</p>
<pre> cd Cactus
- hg glone ssh://carpetmercurial@carpetcode.dyndns.org/carpet
+ hg glone ssh://carpetmercurial@www.carpetcode.org/carpet
cd arrangements
ln -s ../carpet/Carpet* .</pre>
<p>(Don't miss the dot after the <code>Carpet*</code> in the last