split videos off to their own pages
This commit is contained in:
parent
459b9e8ab3
commit
7baf0e9cf1
4 changed files with 12 additions and 8 deletions
|
@ -62,16 +62,10 @@ files with git.
|
|||
<table>
|
||||
<tr>
|
||||
<td width="50%" valign="top">
|
||||
<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.
|
||||
[[!inline raw=yes pages="video/Fosdem2012"]]
|
||||
</td>
|
||||
<td width="50%" valign="top">
|
||||
<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 demo of git-annex and the assistant</a>), presented by Joey Hess at LCA 2013.
|
||||
[[!inline raw=yes pages="video/LCA2013"]]
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
1
doc/videos.mdwn
Normal file
1
doc/videos.mdwn
Normal file
|
@ -0,0 +1 @@
|
|||
[[!inline pages="./video/* and !./news/*/* and !*/Discussion" show="5"]]
|
4
doc/videos/Fosdem2012.mdwn
Normal file
4
doc/videos/Fosdem2012.mdwn
Normal file
|
@ -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.
|
5
doc/videos/LCA2013.mdwn
Normal file
5
doc/videos/LCA2013.mdwn
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue