Add some info on devtree
[www.git] / projects / index.shtml
index f7ea210b649930d4242161d020dc27484df1cca4..f8b675112a4b7753decb0fe1bc2fa01613d50dc5 100644 (file)
 
 <h1>Projects</h1>
 
+<p>
+<a href="/projects/openbsd_devtree.shtml">Printing device trees on OpenBSD (like lshw on Linux)</a>
+</p>
+
 <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
@@ -21,36 +25,6 @@ repositories directly using the URL
 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>:
-</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:
-</p>
-
-<code>
-$ wget -qO- http://www.steven-mcdonald.id.au/pgp_public_key.asc
-| sudo apt-key add -
-</code>
-
 </div>
 
 <!--#include virtual="/footer.shtml"-->