From 193ae59c5aba0c547f54dd9f41b02ae03d8d6141 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 7 Jan 2014 12:57:40 -0400 Subject: [PATCH] add list of public git-annex repos --- doc/links/other_stuff.mdwn | 1 + doc/publicrepos.mdwn | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 doc/publicrepos.mdwn diff --git a/doc/links/other_stuff.mdwn b/doc/links/other_stuff.mdwn index 74ec2d5e69..199036483f 100644 --- a/doc/links/other_stuff.mdwn +++ b/doc/links/other_stuff.mdwn @@ -4,4 +4,5 @@ * [[privacy]] * [[what git annex is not|not]] * [[related_software]] +* [[public git-annex repos|publicrepos]] * [[sitemap]] diff --git a/doc/publicrepos.mdwn b/doc/publicrepos.mdwn new file mode 100644 index 0000000000..476fd95e98 --- /dev/null +++ b/doc/publicrepos.mdwn @@ -0,0 +1,16 @@ +git-annex repositories are often kept private, but here's a list of some of +the public repositories that you can clone to try out git-annex. + +* [downloads.kitenet.net](http://downloads.kitenet.net/) + `git clone https://downloads.kitenet.net/.git/` + Various downloads of things produced by Joey Hess, including git-annex + builds. +* [debconf-share](https://downloads.kitenet.net/.git/) + `git clone http://annex.debconf.org/debconf-share/.git/` + [DebConf](http://debconf.org/) Media, photos, videos, etc. +* [conference-proceedings](https://github.com/RichiH/conference_proceedings) + `git clone https://github.com/RichiH/conference_proceedings.git` + A growing collection of videos of technology conferences. + Submit a pull request to add your own! + +This is a wiki -- add your own public repository to the list!