aboutsummaryrefslogtreecommitdiff
path: root/Carpet
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-07-21 15:09:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-07-21 15:09:00 +0000
commit8a365cf5a0555b32c6134c771f52e0cda383515e (patch)
treebd7c66485677a90ccb645215756ab0a0b0c7ad1e /Carpet
parent3a7db0bc00478924ee24f180a58d614dc33d4201 (diff)
CarpetWeb: Correct html errors
darcs-hash:20050721150909-891bb-2d9b2ca9840f3b6a6ddebce898f4a3d66bbd7717.gz
Diffstat (limited to 'Carpet')
-rw-r--r--Carpet/CarpetWeb/get-carpet-darcs.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/Carpet/CarpetWeb/get-carpet-darcs.html b/Carpet/CarpetWeb/get-carpet-darcs.html
index b2593c964..a2a81510d 100644
--- a/Carpet/CarpetWeb/get-carpet-darcs.html
+++ b/Carpet/CarpetWeb/get-carpet-darcs.html
@@ -70,13 +70,13 @@
<h3>Version 1</h3>
<p>Version 1 of Carpet is available via anonymous <a
- href="http://www.cvshome.org/">CVS</a>:
+ href="http://www.cvshome.org/">CVS</a>:</p>
<pre> cd Cactus/arrangements
cvs -d :pserver:cvs_anon@cvs.carpetcode.org:/home/cvs/carpet login
cvs -d :pserver:cvs_anon@cvs.carpetcode.org:/home/cvs/carpet checkout Carpet
cvs -d :pserver:cvs_anon@cvs.carpetcode.org:/home/cvs/carpet checkout CarpetExtra
cvs -d :pserver:cvs_anon@cvs.carpetcode.org:/home/cvs/carpet checkout CarpetDev</pre>
- The password for anonymous CVS access is <code>anon</code>.
+ <p>The password for anonymous CVS access is <code>anon</code>.
Instructions for dealing with CVS are available everywhere on the
web, e.g. also on the <a href="http://www.cactuscode.org/">Cactus
pages</a>.</p>
@@ -84,12 +84,12 @@
<h3>Version 2</h3>
<p>Version 2 of Carpet is available via anonymous <a
- href="http://www.darcs.net/">darcs</a> (a CVS mirror is planned):
+ href="http://www.darcs.net/">darcs</a> (a CVS mirror is planned):</p>
<pre> cd Cactus
darcs get http://www.carpetcode.org/~darcs/carpet-stable-2
cd arrangements
ln -s ../carpet-stable-2/Carpet* .</pre>
- (Don't miss the dot after the <code>Carpet*</code> in the last
+ <p>(Don't miss the dot after the <code>Carpet*</code> in the last
line.) Instructions for using darcs are given <a
href="#darcs">below</a>. You can also have a look at <a
href="http://www.carpetcode.org/home/darcs/carpet-stable-2">Carpet's
@@ -100,12 +100,12 @@
<p>The development version of Carpet is not available anonymously.
<a href="mailto:schnetter@aei.mpg.de">Ask me</a> if you would like
an account. Once you have an account, you get the development
- version via
+ version via</p>
<pre> cd Cactus
darcs get darcs@cvs.carpetcode.org:/home/darcs/carpet
cd arrangements
ln -s ../carpet-stable-2/Carpet* .</pre>
- (Don't miss the dot after the <code>Carpet*</code> in the last
+ <p>(Don't miss the dot after the <code>Carpet*</code> in the last
line.) Instructions for using darcs are given <a
href="#darcs">below</a>.</p>
@@ -155,10 +155,10 @@
<p>At some time you will want to update your version of Carpet and
incorporate some changes from the main Carpet repository. You do
- this with the command
+ this with the command</p>
<pre>cd Cactus/carpet-stable-2
darcs pull</pre>
- which will look for new changes, and then ask you which of these
+ <p>which will look for new changes, and then ask you which of these
you want to obtain. Normally, you will want all changes.</p>
<h3>Working with Darcs</h3>
@@ -184,7 +184,7 @@ darcs pull</pre>
<address><a href="mailto:schnetter@uni-tuebingen.de">Erik Schnetter</a></address>
<!-- Created: Tue Sep 28 16:52:20 CEST 2004 -->
<!-- hhmts start -->
-Last modified: Fri Jun 17 10:42:33 CDT 2005
+Last modified: Thu Jul 21 17:08:54 CEST 2005
<!-- hhmts end -->
</body>
</html>