Home · SnowWalkerJ/UseLess Wiki · GitHub
Skip to content
Chen Bingxuan edited this page Aug 19, 2016 · 4 revisions

Welcome to the UseLess wiki!

This is a simple web-crawler framework under Haskell

Useless Framework provides:

  • an independent HTML module with:
    • DOM tree structure to store HTML document;
    • HTML parser, translate html-format string to DOM tree;
    • Tag selector, to easily select tags from a tree, like what you do in css;
  • a monad transformer that supports Open-Close Table algorithm, to help task scheduling

This Wiki contains the following pages:

Clone this wiki locally