From 93eab9a066dd1f8ad2ed3bf09d0aaeed8c148dbe Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Wed, 28 Sep 2011 21:41:03 +1000 Subject: [PATCH] add /projects/ section, rather than just link to gitweb in navigation --- navigation.shtml | 2 +- projects/index.shtml | 58 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 projects/index.shtml 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 - + + +
    + + + + + + -- 2.30.2