From c0b3cd9e6c984203de7b59797b985074062eb0cc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 25 Jan 2019 19:01:28 +0000 Subject: [PATCH] Centering of diagrams and other improvements. --- 2019-fosdem/4000-loop-vs-nbd.html | 4 +- 2019-fosdem/4500-about-nbdkit-layers.html | 4 +- 2019-fosdem/4600-about-nbdkit-layers-command.html | 39 +++++++------ 2019-fosdem/7400-log-filter-2.html | 7 ++- 2019-fosdem/9000-final.html | 4 +- 2019-fosdem/style.css | 70 +++++++++++++++++++++++ 6 files changed, 106 insertions(+), 22 deletions(-) diff --git a/2019-fosdem/4000-loop-vs-nbd.html b/2019-fosdem/4000-loop-vs-nbd.html index abf5bd2..6e74883 100644 --- a/2019-fosdem/4000-loop-vs-nbd.html +++ b/2019-fosdem/4000-loop-vs-nbd.html @@ -4,4 +4,6 @@

How does nbd compare to loop?

- +
+ +
diff --git a/2019-fosdem/4500-about-nbdkit-layers.html b/2019-fosdem/4500-about-nbdkit-layers.html index 8ba4783..f8b46d2 100644 --- a/2019-fosdem/4500-about-nbdkit-layers.html +++ b/2019-fosdem/4500-about-nbdkit-layers.html @@ -11,11 +11,11 @@ document.getElementById("filter1-cow").classList.add("highlighted") filters("2") -document.getElementById("filter2-delay").classList.add("highlighted") +document.getElementById("filter2-partition").classList.add("highlighted") filters("3") -document.getElementById("filter3-partition").classList.add("highlighted") +document.getElementById("filter3-xz").classList.add("highlighted") plugins() diff --git a/2019-fosdem/4600-about-nbdkit-layers-command.html b/2019-fosdem/4600-about-nbdkit-layers-command.html index b62ef6d..7530d59 100644 --- a/2019-fosdem/4600-about-nbdkit-layers-command.html +++ b/2019-fosdem/4600-about-nbdkit-layers-command.html @@ -11,36 +11,43 @@ document.getElementById("filter1-cow").classList.add("highlighted") filters("2") -document.getElementById("filter2-delay").classList.add("highlighted") +document.getElementById("filter2-partition").classList.add("highlighted") filters("3") -document.getElementById("filter3-partition").classList.add("highlighted") +document.getElementById("filter3-xz").classList.add("highlighted") plugins() document.getElementById("plugin-file").classList.add("highlighted") -
+pre.over {
+    color: white;
+    font-size: 28pt;
+    font-weight: bold;
+}
+
+
+
nbdkit --filter=cow \
-
nbdkit --filter=cow
+
       --filter=delay \
-
       --filter=partition
+
       --filter=partition \
-
       --filter=xz
+
       file disk.img \
- partition=1 \
- rdelay=20ms
+ left: 30%;" +> file disk.xz
+ partition=1
diff --git a/2019-fosdem/7400-log-filter-2.html b/2019-fosdem/7400-log-filter-2.html index be116c0..b16cd4b 100644 --- a/2019-fosdem/7400-log-filter-2.html +++ b/2019-fosdem/7400-log-filter-2.html @@ -8,5 +8,8 @@ nbdkit --filter=log [...] logfile=/tmp/log - - +
+ + + +
diff --git a/2019-fosdem/9000-final.html b/2019-fosdem/9000-final.html index 785a61c..dfab933 100644 --- a/2019-fosdem/9000-final.html +++ b/2019-fosdem/9000-final.html @@ -9,7 +9,7 @@
  • Loop mounts with NBD and nbdkit — infinitely flexible.
  • Lots of plugins, or write your own.
  • Filesystem development and testing. -
  • Bridge between proprietary disk storage & hypervisors, and +
  • Bridge between proprietary disk storage/hypervisors, and the free world. @@ -17,6 +17,8 @@ the free world.