summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-06-05 17:05:12 -0400
committerMatt Farina <[email protected]>2013-06-05 17:05:12 -0400
commitb2789f5546c5153acc4186e9eeac9c25f329763f (patch)
tree80a7ecdc0e40ce9f4a75d5ead7a45ac583258e7f /README.md
parent6d8d52cf7c157d10df37cceaa80e6931f1e2b623 (diff)
Updated status of components in docs and pointing the querypath status to the issue associated with it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6df363d..4da81ec 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@ The need for an HTML5 parser in PHP is clear. This project initially
began with the seemingly abandoned `html5lib` project [original source](https://code.google.com/p/html5lib/source/checkout).
But after some initial refactoring work, we began a new parser.
-- An HTML5 serializer [in progress; early alpha]
+- An HTML5 serializer [in progress; alpha]
- Support for PHP namespace [done]
- Composer support [done]
-- Event-based (SAX-like) parser [in progress]
-- DOM tree builder [in progress]
-- Interoperability with QueryPath [not started]
+- Event-based (SAX-like) parser [in progress; alpha]
+- DOM tree builder [in progress; alpha]
+- Interoperability with QueryPath [[in progress](https://github.com/technosophos/querypath/issues/114)]
[![Build Status](https://travis-ci.org/Masterminds/html5-php.png?branch=master)](https://travis-ci.org/Masterminds/html5-php)