that will insert a space where I don't want one
[www.git] / projects / index.shtml
1 <!--#include virtual="/doctype.txt"-->
2 <html>
3
4 <!--#include virtual="/head.shtml"-->
5
6 <body>
7
8 <!--#include virtual="/header.shtml"-->
9
10 <!--#include virtual="/navigation.shtml"-->
11
12 <div id="content">
13
14 <h1>Projects</h1>
15
16 <p>
17 I have <a href="http://git.steven-mcdonald.id.au/">Gitweb</a> set up to
18 track various projects I'm working on in git. You can also access my git
19 repositories directly using the URL
20 <tt>git://git.steven-mcdonald.id.au/$REPO_NAME.git</tt>, where you can
21 find possible values of REPO_NAME from Gitweb.
22 </p>
23
24 <p>
25 I also have <a href="http://ftp.steven-mcdonald.id.au/debian-packages/">
26 an APT repository</a> for Debian sid, which I am using as a place to
27 upload my Debian packaging before it is ready for Debian. Please don't
28 ask me to support anything other than sid; my aim here is to get packages
29 into Debian itself, not to provide yet another third-party repo.
30 </p>
31
32 <p>
33 That said, if you want to test packages I've uploaded here, add something
34 like this to <tt>/etc/apt/sources.list</tt>:
35 </p>
36
37 <code>
38 # Steven McDonald's APT repository<br>
39 deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main<br>
40 deb-src http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
41 </code>
42
43 <p>
44 This repository has its Release file signed with <a
45 href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
46 </a>, so you'll probably want to tell APT to trust it. For the lazy:
47 </p>
48
49 <code>
50 $ wget -qO- http://www.steven-mcdonald.id.au/pgp_public_key.asc
51 | sudo apt-key add -
52 </code>
53
54 </div>
55
56 <!--#include virtual="/footer.shtml"-->
57
58 </body>
59
60 </html>