diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7820432 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +HTML2MARKDOWN=html2text + +README.md: README.html + $(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@ + +clean: + $(RM) README.md diff --git a/README.html b/README.html new file mode 100644 index 0000000..85cbbaa --- /dev/null +++ b/README.html @@ -0,0 +1,23 @@ + +
+ +This repo is a fork of the code from + tidy.sourceforge.net. +This source code in this version supports processing of HTML5 documents, +using a + patch developed by Björn Höhrmann.
+ +For *nix platforms, you can build and install from the source code using the +following steps.
+ +make -C build/gmake/
make install