Add TODO for using the mf2 test suite
This commit is contained in:
parent
7647446ea8
commit
b6b37b0700
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -1,15 +1,16 @@
|
||||||
# Microformats2
|
# Microformats2
|
||||||
|
|
||||||
# Development Status
|
|
||||||
|
|
||||||
This gem sat unmaintained for quite a long time. It's now under new management. Work will begin shortly on getting it on par with the other Microformats2 parsers and the current state of the spec. (2015-12-23)
|
|
||||||
|
|
||||||
[](https://travis-ci.org/indieweb/microformats2-ruby)
|
[](https://travis-ci.org/indieweb/microformats2-ruby)
|
||||||
[](https://codeclimate.com/github/indieweb/microformats2-ruby)
|
[](https://codeclimate.com/github/indieweb/microformats2-ruby)
|
||||||
|
|
||||||
A Ruby gem to parse HTML containing one or more [microformats2](http://microformats.org/wiki/microformats-2)
|
A Ruby gem to parse HTML containing one or more [microformats2](http://microformats.org/wiki/microformats-2)
|
||||||
and return a collection of dynamically defined Ruby objects.
|
and return a collection of dynamically defined Ruby objects.
|
||||||
|
|
||||||
|
|
||||||
|
## Development Status
|
||||||
|
|
||||||
|
This gem sat unmaintained for quite a long time. It's now under new management. Work will begin shortly on getting it on par with the other Microformats2 parsers and the current state of the spec. (2015-12-23)
|
||||||
|
|
||||||
A work in progress.
|
A work in progress.
|
||||||
|
|
||||||
Implemented:
|
Implemented:
|
||||||
|
@ -123,6 +124,8 @@ If you find bugs, have feature requests or questions, please
|
||||||
|
|
||||||
## Specs
|
## Specs
|
||||||
|
|
||||||
|
*TODO* remove this and use the [microformats tests repo](https://github.com/microformats/tests) instead.
|
||||||
|
|
||||||
To update spec cases that are scraped from other sites.
|
To update spec cases that are scraped from other sites.
|
||||||
**Warning:** This could break specs.
|
**Warning:** This could break specs.
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue