tFix links to videos - monochromatic - monochromatic blog: http://blog.z3bra.org
(HTM) git clone git://z3bra.org/monochromatic
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit f20d2bf3ae2fdf7ad850ab4b72c0dfd695adec52
(DIR) parent 7239c26c703387f30ce9ad9a6f8d7126a9276a18
(HTM) Author: z3bra <contactatz3bradotorg>
Date: Thu, 6 Jul 2017 13:47:36 +0200
Fix links to videos
Diffstat:
M 2014/03/toolbox.txt | 2 +-
M 2014/05/grok-that-workflow.txt | 12 ++++++------
M 2014/11/avoid-workspaces.txt | 2 +-
M 2015/06/vomiting-colors.txt | 2 +-
M 2016/01/make-your-own-distro.txt | 6 +++---
M 2016/09/pack-it-up.txt | 2 +-
6 files changed, 13 insertions(+), 13 deletions(-)
---
(DIR) diff --git a/2014/03/toolbox.txt b/2014/03/toolbox.txt
t@@ -66,7 +66,7 @@ middle, all that, just with your keyboard !
I personnally forked it myself to add a specific feature: window groups. It
works kinda like traditionnal workspaces, except that you can show or hide them
independently, allowing you to show multiple workspaces at the same time. See a
-showcase [here](http://raw.z3bra.org/vid/linux/2bwm.webm).
+showcase [here](/pub/vid/2bwm.webm).
<h3 id='9menu'>9menu</h3>
(DIR) diff --git a/2014/05/grok-that-workflow.txt b/2014/05/grok-that-workflow.txt
t@@ -336,17 +336,17 @@ everything I present here is totally specific to me. As a bonus, to thank you
for reading this, here is a small video of my day to day workflow. Enjoy!
<video controls>
-<source src="/vid/2014-05-30-workflow.mp4" type="video/mp4"/>
-<source src="/vid/2014-05-30-workflow.webm" type="video/webm"/>
-<source src="/vid/2014-05-30-workflow.ogv" type="video/ogg"/>
+<source src="/pub/vid/2014-05-30-workflow.mp4" type="video/mp4"/>
+<source src="/pub/vid/2014-05-30-workflow.webm" type="video/webm"/>
+<source src="/pub/vid/2014-05-30-workflow.ogv" type="video/ogg"/>
Your browser do not support embedded video. But you can download the files
</video>
<div class='center'>
download :
-<a href="/vid/2014-05-30-workflow.ogv"> ogv </a> |
-<a href="/vid/2014-05-30-workflow.mp4"> mp4 </a> |
-<a href="/vid/2014-05-30-workflow.webm"> webm </a>
+<a href="/pub/vid/2014-05-30-workflow.ogv"> ogv </a> |
+<a href="/pub/vid/2014-05-30-workflow.mp4"> mp4 </a> |
+<a href="/pub/vid/2014-05-30-workflow.webm"> webm </a>
</div><br>
<div class='caption'>
(DIR) diff --git a/2014/11/avoid-workspaces.txt b/2014/11/avoid-workspaces.txt
t@@ -138,7 +138,7 @@ management.
Also, as per tradition, here is a video of what it looks like.
<video controls>
- <source src="/vid/2014-11-18-groups.mp4" type="video/mp4">
+ <source src="/pub/vid/2014-11-18-groups.mp4" type="video/mp4">
</video>
video: [mp4](/pub/vid/2014-11-18-groups.mp4)
(DIR) diff --git a/2015/06/vomiting-colors.txt b/2015/06/vomiting-colors.txt
t@@ -68,7 +68,7 @@ the colorscheme on the fly. Your colorscheme will ALWAYS match your current
mood!
<video controls>
- <source src="/vid/20150609-matchlook.webm" type="video/webm">
+ <source src="/pub/vid/20150609-matchlook.webm" type="video/webm">
</video>
(DIR) diff --git a/2016/01/make-your-own-distro.txt b/2016/01/make-your-own-distro.txt
t@@ -65,7 +65,7 @@ In order to use it, add the path to the toolchain in your path. Calling
prefix.
<video controls>
- <source src="/vid/20160131-osdev-xcompiler.webm" type="video/webm">
+ <source src="/pub/vid/20160131-osdev-xcompiler.webm" type="video/webm">
</video>
<span class='caption'>Using the cross-compiler to build a software statically
against musl libc.</span>
t@@ -93,7 +93,7 @@ port directory of your tool, eg `pm/pm#1.0.tar.bz`. Theses file are suitable for
installation via [pm](http://git.z3bra.org/pm/log.html).
<video controls>
- <source src="/vid/20160131-osdev-mkports.webm" type="video/webm">
+ <source src="/pub/vid/20160131-osdev-mkports.webm" type="video/webm">
</video>
<span class='caption'>Show casing the creation of a port within the mk port-tree
and building/installing it under a specific directory</span>
t@@ -115,7 +115,7 @@ As of today, spawning gettys doesn't work. I'll need to figure out why, but othe
it's been a pretty successful (and fun!) experience.
<video controls>
- <source src="/vid/20160131-osdev-containers.webm" type="video/webm">
+ <source src="/pub/vid/20160131-osdev-containers.webm" type="video/webm">
</video>
<span class='caption'>Demonstrating the whole testing process, from creating the
containers and saying "hello world!" from within this container</span>
(DIR) diff --git a/2016/09/pack-it-up.txt b/2016/09/pack-it-up.txt
t@@ -213,7 +213,7 @@ describing the actual workflow. So as usual. Here is a quick video to
show off the whole process!
<video controls>
- <source src="/vid/20160916-skroll-install.webm" type="video/webm">
+ <source src="/pub/vid/20160916-skroll-install.webm" type="video/webm">
</video>
<span class='caption'>Packaging, deploying and installing
[`skroll`](http://z3bra.org/skroll) on my system</span>