From fa13704369773dff84b6361a9a5aa96f04eed6c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Jun 2014 13:29:58 -0400 Subject: [PATCH] add papers repo --- doc/publicrepos.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/publicrepos.mdwn b/doc/publicrepos.mdwn index 0850b72611..625522d348 100644 --- a/doc/publicrepos.mdwn +++ b/doc/publicrepos.mdwn @@ -4,7 +4,7 @@ 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. + builds and videos. * debconf-share `git clone http://annex.debconf.org/debconf-share/.git/` [DebConf](http://debconf.org/) Media, photos, videos, etc. @@ -12,6 +12,8 @@ the public repositories that you can clone to try out git-annex. `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! +* [ocharles's papers](https://github.com/ocharles/papers) + Lots of CS papers read by [Oliver](http://ocharles.org.uk/blog/). This is a wiki -- add your own public repository to the list! See [[tips/centralized_git_repository_tutorial]].