URI: 
       Add vtt as text. - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit b8e888a23c8a70957942fb52d0afb95b102ef72a
   DIR parent 3e0c38b22b9608dcd54fe36c8e01710454284f14
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 23 Oct 2021 16:42:56 +0200
       
       Add vtt as text.
       
       Diffstat:
         M ind.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/ind.c b/ind.c
       @@ -52,6 +52,7 @@ filetype type[] = {
                {"png", "I", handlebin},
                {"bmp", "I", handlebin},
                {"txt", "0", handlebin},
       +        {"vtt", "0", handlebin},
                {"html", "0", handlebin},
                {"htm", "0", handlebin},
                {"xhtml", "0", handlebin},