From 95aa60a6e005394d98ffa89185eddfe56cd03acf Mon Sep 17 00:00:00 2001 From: iska Date: Mon, 20 Apr 2015 21:51:30 +0200 Subject: [PATCH] Add README file with initial description Although the parsing algorithm is complete the version 0.1.0 is far from ready to be called a "kit". --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fae2993 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# HTMLKit + +An Objective-C kit for your everyday HTML needs. + +# Quick Overview + +HTMLKit is a [WHATWG](https://html.spec.whatwg.org/multipage/) specification-compliant library for parsing and serializing HTML documents and document fragments for OSX and iOS. HTMLKit parses real-world HTML the same way modern web browsers would. + +# License + +HTMLKit is available under the MIT license. See the LICENSE file for more info.