URI: 
       html2text - annna - Annna the nice friendly bot.
  HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
       ---
       html2text (94B)
       ---
            1 #!/bin/sh
            2 
            3 lynx \
            4         -dump \
            5         -stdin \
            6         -nomargins \
            7         -display_charset="utf-8" \
            8         -image_links
            9