add /projects/ section, rather than just link to gitweb in navigation
[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. I will soon be installing
19 git-daemon to complement this.
20 </p>
21
22 <p>
23 I also have <a href="http://ftp.steven-mcdonald.id.au/debian-packages/">
24 an APT repository</a> for Debian sid, which I am using as a place to
25 upload my Debian packaging before it is ready for Debian. Please don't
26 ask me to support anything other than sid; my aim here is to get packages
27 into Debian itself, not to provide yet another third-party repo.
28 </p>
29
30 <p>
31 That said, if you want to test packages I've uploaded here, add something
32 like this to /etc/apt/sources.list:
33 </p>
34
35 <code>
36 # Steven McDonald's APT repository
37 deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
38 deb-src http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main
39 </code>
40
41 <p>
42 This repository has its Release file signed with <a
43 href="http://www.steven-mcdonald.id.au/pgp_public_key.asc">my OpenPGP key
44 </a>, so you'll probably want to tell APT to trust it. For the lazy:
45 </p>
46
47 <code>
48 $ wget -qO/dev/stdout http://www.steven-mcdonald.id.au/pgp_public_key.asc
49 | sudo apt-key add -
50 </code>
51
52 </div>
53
54 <!--#include virtual="/footer.shtml"-->
55
56 </body>
57
58 </html>