diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-08 00:57:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-08 00:57:35 -0400 |
commit | 83641926c27c470efe940d7434a3f3e3a23cfd6e (patch) | |
tree | 845ffe4198def1d15ac12783c7b64ff64424455e /doc/videos | |
parent | 619eb8f84fe877936d0a59b46c4ce4e322169467 (diff) |
split videos off to their own pages
Diffstat (limited to 'doc/videos')
-rw-r--r-- | doc/videos/Fosdem2012.mdwn | 4 | ||||
-rw-r--r-- | doc/videos/LCA2013.mdwn | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/videos/Fosdem2012.mdwn b/doc/videos/Fosdem2012.mdwn new file mode 100644 index 000000000..27a8e9ec3 --- /dev/null +++ b/doc/videos/Fosdem2012.mdwn @@ -0,0 +1,4 @@ +<video controls +src="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm" width="100%"></video><br> +A <a href="http://video.fosdem.org/2012/lightningtalks/git_annex___manage_files_with_git,_without_checking_their_contents_into_git.webm">15 minute introduction to git-annex</a>, +presented by Richard Hartmann at Fosdem 2012. diff --git a/doc/videos/LCA2013.mdwn b/doc/videos/LCA2013.mdwn new file mode 100644 index 000000000..b9bdb6c7c --- /dev/null +++ b/doc/videos/LCA2013.mdwn @@ -0,0 +1,5 @@ +<video controls width="100%"> +<source type="video/mp4" src="http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4"> +<source type="video/ogg" src="http://mirror.linux.org.au/linux.conf.au/2013/ogv/gitannex.ogv"> +</video><br> +A <a href="http://mirror.linux.org.au/linux.conf.au/2013/mp4/gitannex.mp4">45 minute talk and demo of git-annex and the assistant</a>), presented by Joey Hess at LCA 2013. |