From 73c1ac25d54e37647ddb58f53ee06456c4a2922f Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 30 Apr 2019 12:23:36 +0100 Subject: [PATCH] Initial commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5d2ae61 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# html-to-md + +A Clojure library designed to convert (Enlivened) HTML to markdown; but, more +generally, a framework for [HT|SG|X]ML transformation. + +## Introduction + +The itch I'm trying to scratch at present is to transform +[Blogger.com](http://www.blogger.com)'s dreadful tag-soup markup into markdown; +but my architecture for doing this is to build a completely general [HT|SG|X]ML +transformation framework and then specialise it. + +## Usage + +FIXME + +## License + +Copyright © 2019 Simon Brooke + +Distributed under the Eclipse Public License either version 1.0 or (at +your option) any later version.