split videos off to their own pages

This commit is contained in:
Joey Hess 2013-03-08 00:57:35 -04:00
parent 459b9e8ab3
commit 7baf0e9cf1
4 changed files with 12 additions and 8 deletions

View file

@ -62,16 +62,10 @@ files with git.
<table> <table>
<tr> <tr>
<td width="50%" valign="top"> <td width="50%" valign="top">
<video controls [[!inline raw=yes pages="video/Fosdem2012"]]
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.
</td> </td>
<td width="50%" valign="top"> <td width="50%" valign="top">
<video controls width="100%"> [[!inline raw=yes pages="video/LCA2013"]]
<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.
</td> </td>
</tr> </tr>
</table> </table>

1
doc/videos.mdwn Normal file
View file

@ -0,0 +1 @@
[[!inline pages="./video/* and !./news/*/* and !*/Discussion" show="5"]]

View 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
View 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.