Add some info on devtree
[www.git] / projects / index.shtml
index 4befe9503634a0b6454c9718f24f2f714821f591..f8b675112a4b7753decb0fe1bc2fa01613d50dc5 100644 (file)
 <h1>Projects</h1>
 
 <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. 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>
-I also have <a href="http://ftp.steven-mcdonald.id.au/debian-packages/">
-an APT repository</a> for Debian sid, which I am using as a place to
-upload my Debian packaging before it is ready for Debian. Please don't
-ask me to support anything other than sid; my aim here is to get packages
-into Debian itself, not to provide yet another third-party repo.
-</p>
-
-<p>
-That said, if you want to test packages I've uploaded here, add something
-like this to <tt>/etc/apt/sources.list</tt>:
+<a href="/projects/openbsd_devtree.shtml">Printing device trees on OpenBSD (like lshw on Linux)</a>
 </p>
 
-<code>
-# 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>
-
 <p>
-This repository has its Release file signed with <a
-href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
-</a>, so you'll probably want to tell APT to trust it. For the lazy:
+I have <a href="http://git.steven-mcdonald.id.au/">Gitweb</a> set up to
+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>
 
-<code>
-$ wget -qO- http://www.steven-mcdonald.id.au/pgp_public_key.asc
-| sudo apt-key add -
-</code>
-
 </div>
 
 <!--#include virtual="/footer.shtml"-->