From 587e894c755fd1f512adcabb3f383f0a6ed84cc2 Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Wed, 19 Apr 2017 11:31:40 -0400 Subject: [PATCH] Go back to Markdown for the top-level readme. I'm not at all confident that npmjs.org will render ReST. --- README.md | 5 +++++ README.rst | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 README.md delete mode 100644 README.rst diff --git a/README.md b/README.md new file mode 100644 index 00000000..472f362a --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Fathom + +Fathom is a JavaScript framework for extracting meaning from web pages, identifying parts like Previous/Next buttons, address forms, and the main textual content—or classifying a page as a whole. Essentially, it scores DOM nodes and extracts them based on conditions you specify. A Prolog-inspired system of types and annotations expresses dependencies between scoring steps and keeps state under control. It also provides the freedom to extend existing sets of scoring rules without editing them directly, so multiple third-party refinements can be mixed together. + +See the full docs at . diff --git a/README.rst b/README.rst deleted file mode 100644 index 09b9d58e..00000000 --- a/README.rst +++ /dev/null @@ -1,5 +0,0 @@ -====== -Fathom -====== - -See the full docs at ``_.