that will insert a space where I don't want one
[www.git] / projects / index.shtml
index 111c3bcf8c0c8243b65b0ab44d60f7779bc59e83..f7ea210b649930d4242161d020dc27484df1cca4 100644 (file)
 
 <p>
 I have <a href="http://git.steven-mcdonald.id.au/">Gitweb</a> set up to
-track various projects I'm working on in git. I will soon be installing
-git-daemon to complement this.
+track various projects I'm working on in git. You can also access my git
+repositories directly using the URL
+<tt>git://git.steven-mcdonald.id.au/$REPO_NAME.git</tt>, where you can
+find possible values of REPO_NAME from Gitweb.
 </p>
 
 <p>
@@ -29,12 +31,12 @@ into Debian itself, not to provide yet another third-party repo.
 
 <p>
 That said, if you want to test packages I've uploaded here, add something
-like this to /etc/apt/sources.list:
+like this to <tt>/etc/apt/sources.list</tt>:
 </p>
 
 <code>
-# Steven McDonald's APT repository
-deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
+# Steven McDonald's APT repository<br>
+deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main<br>
 deb-src http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
 </code>
 
@@ -45,7 +47,7 @@ href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
 </p>
 
 <code>
-$ wget -qO/dev/stdout http://www.steven-mcdonald.id.au/pgp_public_key.asc
+$ wget -qO- http://www.steven-mcdonald.id.au/pgp_public_key.asc
 | sudo apt-key add -
 </code>