more polish to 5000* demo
[eblake-techtalks.git] / code.js
blobccbe20ad1cb23ace82fc9931684264a5fccbc00e
1 function plugins ()
3     document.write ("\
4 <div class=\"plugins\"> \
5 <p id=\"caption\">plugins available in nbdkit 1.15.6</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-info\"> info \
16 <li id=\"plugin-iso\"> iso \
17 <li id=\"plugin-libvirt\"> libvirt \
18 <li id=\"plugin-linuxdisk\"> linuxdisk \
19 <li id=\"plugin-lua\"> lua \
20 <li id=\"plugin-memory\"> memory \
21 <li id=\"plugin-nbd\"> nbd \
22 <li id=\"plugin-null\"> null \
23 <li id=\"plugin-ocaml\"> ocaml \
24 <li id=\"plugin-partitioning\"> partitioning \
25 <li id=\"plugin-pattern\"> pattern \
26 <li id=\"plugin-perl\"> perl \
27 <li id=\"plugin-python\"> python \
28 <li id=\"plugin-random\"> random \
29 <li id=\"plugin-ruby\"> ruby \
30 <li id=\"plugin-rust\"> rust \
31 <li id=\"plugin-sh\"> sh \
32 <li id=\"plugin-split\"> split \
33 <li id=\"plugin-streaming\"> streaming \
34 <li id=\"plugin-tar\"> tar \
35 <li id=\"plugin-tcl\"> tcl \
36 <li id=\"plugin-vddk\"> vddk \
37 <li id=\"plugin-zero\"> zero \
38 </ul> \
39 </div> \
40 ");
43 function filters (layer)
45     document.write ("\
46 <div class=\"filters\"> \
47 <p class=\"filtercaption\">filters available in nbdkit 1.15.6</p> \
48 <ul> \
49 <li id=\"filter" + layer + "-blocksize\"> blocksize \
50 <li id=\"filter" + layer + "-cache\"> cache \
51 <li id=\"filter" + layer + "-cacheextents\"> cacheextents \
52 <li id=\"filter" + layer + "-cow\"> cow \
53 <li id=\"filter" + layer + "-delay\"> delay \
54 <li id=\"filter" + layer + "-error\"> error \
55 <li id=\"filter" + layer + "-fua\"> fua \
56 <li id=\"filter" + layer + "-log\"> log \
57 <li id=\"filter" + layer + "-nocache\"> nocache \
58 <li id=\"filter" + layer + "-noextents\"> noextents \
59 <li id=\"filter" + layer + "-noparallel\"> noparallel \
60 <li id=\"filter" + layer + "-nozero\"> nozero \
61 <li id=\"filter" + layer + "-offset\"> offset \
62 <li id=\"filter" + layer + "-partition\"> partition \
63 <li id=\"filter" + layer + "-rate\"> rate \
64 <li id=\"filter" + layer + "-readahead\"> readahead \
65 <li id=\"filter" + layer + "-retry\"> retry \
66 <li id=\"filter" + layer + "-stats\"> stats \
67 <li id=\"filter" + layer + "-truncate\"> truncate \
68 <li id=\"filter" + layer + "-xz\"> xz \
69 </ul> \
70 </div> \
71 ");