Remove some non-essential plugin and filter slides.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 21:35:57 +0000 (21:35 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 21:35:57 +0000 (21:35 +0000)
2019-fosdem/4100-about-nbdkit-today.html [deleted file]
2019-fosdem/4100-about-nbdkit.html [moved from 2019-fosdem/4050-about-nbdkit.html with 100% similarity]
2019-fosdem/4400-about-nbdkit-filters-today.html [deleted file]

diff --git a/2019-fosdem/4100-about-nbdkit-today.html b/2019-fosdem/4100-about-nbdkit-today.html
deleted file mode 100644 (file)
index 10dd9f8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<link rel="stylesheet" href="style.css" type="text/css"/>
-<script src="code.js" type="text/javascript"></script>
-
-<h1>nbdkit &mdash; plugins</h1>
-
-<script>
-plugins()
-
-document.getElementById("plugin-file").classList.add("highlighted")
-document.getElementById("plugin-floppy").classList.add("highlighted")
-document.getElementById("plugin-memory").classList.add("highlighted")
-document.getElementById("plugin-sh").classList.add("highlighted")
-</script>
diff --git a/2019-fosdem/4400-about-nbdkit-filters-today.html b/2019-fosdem/4400-about-nbdkit-filters-today.html
deleted file mode 100644 (file)
index d9bb1cd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-<link rel="stylesheet" href="style.css" type="text/css"/>
-<script src="code.js" type="text/javascript"></script>
-
-<h1>nbdkit &mdash; filters</h1>
-
-<script>
-filters("1")
-
-document.getElementById("filter1-delay").classList.add("highlighted")
-document.getElementById("filter1-error").classList.add("highlighted")
-document.getElementById("filter1-log").classList.add("highlighted")
-</script>
-
-<p></p>
-
-<script>
-plugins()
-</script>