diff options
| author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-03-29 15:03:43 -0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-04-26 17:56:33 +0300 |
| commit | b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f (patch) | |
| tree | 6e1a3c34b1a85479d3b9f42ccd071096e637929b /docs/markdown/Videos.md | |
| parent | 7dc747ea54480c452b913e4bfe682ec67061c9bf (diff) | |
| download | meson-b371875e02cce2fb3fbb9fbb8f07eb5817ae0e8f.tar.gz | |
docs: Import the website and wiki and build with hotdoc
This allows us to more easily have the documentation in sync with
the source code as people will have to document new features etc
right at the time where they implement it.
Diffstat (limited to 'docs/markdown/Videos.md')
| -rw-r--r-- | docs/markdown/Videos.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/markdown/Videos.md b/docs/markdown/Videos.md new file mode 100644 index 000000000..ab128c69b --- /dev/null +++ b/docs/markdown/Videos.md @@ -0,0 +1,37 @@ +--- +short-description: Videos about Meson +... + +# Videos + +## An overview of meson + +(from Linux.conf.au 2015 -- Auckland, New Zealand) + +<div class="video-container"> +<iframe width="854" height="480" src="https://www.youtube.com/embed/KPi0AuVpxLI" frameborder="0" allowfullscreen></iframe> +</div> + +## Talks about design, goals behind Meson's multiplatform dependency system was held + +(From Linux.conf.au 2016 -- Geelong, Australia) + +<div class="video-container"> +<iframe width="854" height="480" src="https://www.youtube.com/embed/CTJtKtQ8R5k" frameborder="0" allowfullscreen></iframe> +</div> + +## Features and benefits of Meson's multiplatform support for building and dependencies] + +(Libre Application Summit 2016 talk _New world, new tools_ explored further) + +<div class="video-container"> +<iframe width="854" height="480" src="https://www.youtube.com/embed/0-gx1qU2pPo" frameborder="0" allowfullscreen></iframe> +</div> + +## The first ever public presentation on Meson + +(lightning talk at FOSDEM 2014) + +<video width="854" height="480" controls> + < <source src=http://mirror.onet.pl/pub/mirrors/video.fosdem.org/2014/H2215_Ferrer/Sunday/Introducing_the_Meson_build_system.webm> +</video> |
