From: Steven McDonald Date: Wed, 28 Sep 2011 11:41:03 +0000 (+1000) Subject: add /projects/ section, rather than just link to gitweb in navigation X-Git-Url: http://git.steven-mcdonald.id.au/?p=www.git;a=commitdiff_plain;h=93eab9a066dd1f8ad2ed3bf09d0aaeed8c148dbe add /projects/ section, rather than just link to gitweb in navigation --- diff --git a/navigation.shtml b/navigation.shtml index e8bca0f..9c85db5 100644 --- a/navigation.shtml +++ b/navigation.shtml @@ -4,7 +4,7 @@ Home
  • - Projects + Projects
  • Tutorials diff --git a/projects/index.shtml b/projects/index.shtml new file mode 100644 index 0000000..111c3bc --- /dev/null +++ b/projects/index.shtml @@ -0,0 +1,58 @@ + + + + + + + + + + + +
    + +

    Projects

    + +

    +I have Gitweb set up to +track various projects I'm working on in git. I will soon be installing +git-daemon to complement this. +

    + +

    +I also have +an APT repository 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. +

    + +

    +That said, if you want to test packages I've uploaded here, add something +like this to /etc/apt/sources.list: +

    + + +# Steven McDonald's APT repository +deb http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main +deb-src http://ftp.steven-mcdonald.id.au/debian-packages/ unstable main + + +

    +This repository has its Release file signed with my OpenPGP key +, so you'll probably want to tell APT to trust it. For the lazy: +

    + + +$ wget -qO/dev/stdout http://www.steven-mcdonald.id.au/pgp_public_key.asc +| sudo apt-key add - + + +
    + + + + + +