https://github.com/markhobson/microbrowser
A programmatic web browser for HTML Microdata.
https://github.com/markhobson/microbrowser
microdata
Last synced: about 2 months ago
JSON representation
A programmatic web browser for HTML Microdata.
- Host: GitHub
- URL: https://github.com/markhobson/microbrowser
- Owner: markhobson
- License: apache-2.0
- Created: 2013-11-07T22:21:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T22:52:51.000Z (over 3 years ago)
- Last Synced: 2025-07-07T02:06:06.422Z (8 months ago)
- Topics: microdata
- Language: Java
- Homepage: http://www.hobsoft.org/microbrowser/
- Size: 644 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microbrowser
============
A programmatic web browser for HTML Microdata.
Background
----------
Inspired by Jon Moore's [Building Hypermedia APIs with HTML](http://www.infoq.com/presentations/web-api-html) talk at
QCon 2013, Microbrowser aims to provide a production ready Java implementation of his [Python prototype](https://github.com/Comcast/htmlapi-client-python).
Further reading
---------------
* [HTML5 Microdata Specification](https://html.spec.whatwg.org/multipage/microdata.html)
* [Dive Into HTML5 - Microdata](http://diveintohtml5.info/extensibility.html)
License
-------
* [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/markhobson/microbrowser)