Skip to content

jacobwhall/racket-mf2

Repository files navigation

racket-mf2

tests Racket 8.5 badge CC0-1.0 license badge Contributor Covenant

A microformats2 parser written in Racket. For more information about microformats, see this website.

This package does not offer backwards compatibility with the first version of microformats. You are welcome to open an issue if you'd like to see support added.

Installing

racket-mf2 is available on the Racket Package Index under the name microformats:

raco pkg install microformats

Getting started

I promise to fully document this package once it's ready to share. Until then, see the example in the official documentation.

Contributing

You are welcome to open an issue, submit a pull request, or get in touch with me.

Running tests

To run the microformats test suite, first clone this repository with the tests/ submodule:

git clone --recurse-submodules git@github.com:jacobwhall/racket-mf2.git

…and run the tests using raco test.

raco test tests.rkt

Acknowledgements

Shoutout to Tantek Çelik, Ben Ward, and the other editors of the microformats specification

Thank you everyone who helps build and maintain Racket, in particular:

License

racket-mf2 uses the CC0 license, as does php-mf2 and microformats-ruby. For more information, see LICENSE.md.

About

A microformats2 parser for Racket

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Languages