flamegraphs: Improve the title page
[libguestfs-talks.git] / 2019-fosdem / code.js
1 function plugins ()
2 {
3     document.write ("\
4 <div class=\"plugins\"> \
5 <p id=\"caption\">plugins available in nbdkit 1.10</p> \
6 <ul> \
7 <li id=\"plugin-curl\"> curl \
8 <li id=\"plugin-data\"> data \
9 <li id=\"plugin-ext2\"> ext2 \
10 <li id=\"plugin-file\"> file \
11 <li id=\"plugin-floppy\"> floppy \
12 <li id=\"plugin-full\"> full \
13 <li id=\"plugin-guestfs\"> guestfs \
14 <li id=\"plugin-gzip\"> gzip \
15 <li id=\"plugin-iso\"> iso \
16 <li id=\"plugin-libvirt\"> libvirt \
17 <li id=\"plugin-lua\"> lua \
18 <li id=\"plugin-memory\"> memory \
19 <li id=\"plugin-nbd\"> nbd \
20 <li id=\"plugin-null\"> null \
21 <li id=\"plugin-ocaml\"> ocaml \
22 <li id=\"plugin-partitioning\"> partitioning \
23 <li id=\"plugin-pattern\"> pattern \
24 <li id=\"plugin-perl\"> perl \
25 <li id=\"plugin-python\"> python \
26 <li id=\"plugin-random\"> random \
27 <li id=\"plugin-ruby\"> ruby \
28 <li id=\"plugin-sh\"> sh \
29 <li id=\"plugin-split\"> split \
30 <li id=\"plugin-streaming\"> streaming \
31 <li id=\"plugin-tar\"> tar \
32 <li id=\"plugin-tcl\"> tcl \
33 <li id=\"plugin-vddk\"> vddk \
34 <li id=\"plugin-zero\"> zero \
35 </ul> \
36 </div> \
37 ");
38 }
39
40 function filters (layer)
41 {
42     document.write ("\
43 <div class=\"filters\"> \
44 <p class=\"filtercaption\">filters available in nbdkit 1.10</p> \
45 <ul> \
46 <li id=\"filter" + layer + "-blocksize\"> blocksize \
47 <li id=\"filter" + layer + "-cache\"> cache \
48 <li id=\"filter" + layer + "-cow\"> cow \
49 <li id=\"filter" + layer + "-delay\"> delay \
50 <li id=\"filter" + layer + "-error\"> error \
51 <li id=\"filter" + layer + "-fua\"> fua \
52 <li id=\"filter" + layer + "-log\"> log \
53 <li id=\"filter" + layer + "-nozero\"> nozero \
54 <li id=\"filter" + layer + "-offset\"> offset \
55 <li id=\"filter" + layer + "-partition\"> partition \
56 <li id=\"filter" + layer + "-truncate\"> truncate \
57 <li id=\"filter" + layer + "-xz\"> xz \
58 </ul> \
59 </div> \
60 ");
61 }