Microformats2-parsing: Difference between revisions
Jump to navigation
Jump to search
(note source paths) |
(capture UI test demo link) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
The '''<dfn>microformats2 parsing</dfn>''' project is an effort to | The '''<dfn>microformats2 parsing</dfn>''' project is an effort to improve Firefox's '''[[microformats]]''' support by landing [[microformats2]] parsing code into Firefox. | ||
;Project Lead | ;Project Lead | ||
:[[Shane Caraveo]] | :[[Shane Caraveo]] | ||
; | ;Contributing | ||
:Glenn Jones (contributor) | |||
:[[Tantek Çelik]] | :[[Tantek Çelik]] | ||
;Goal | |||
:2015 | |||
Specifically: | Specifically: | ||
* Land the microformats2 JS parser into Toolkit | * Land the microformats2 JS parser into Firefox (likely Toolkit toolkit/components/microformats/) | ||
* Modify page data module (toolkit/modules/PageMetadata.jsm) to use microformats2. | * Modify page data module (toolkit/modules/PageMetadata.jsm) to use microformats2. | ||
Implementation bug: | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=1037483 1037483 - update firefox microformats parser with microformats2 support] | |||
UI test demo (will show microformats data via Social API "Share" button, once mf2 parser is landed) | |||
* https://socialapi-demo.herokuapp.com/ | |||
== See Also == | == See Also == | ||
* [[microformats]] | * [[microformats]] |
Latest revision as of 20:06, 9 December 2015
This article is a stub. You can help MozillaWiki by expanding it.
The microformats2 parsing project is an effort to improve Firefox's microformats support by landing microformats2 parsing code into Firefox.
- Project Lead
- Shane Caraveo
- Contributing
- Glenn Jones (contributor)
- Tantek Çelik
- Goal
- 2015
Specifically:
- Land the microformats2 JS parser into Firefox (likely Toolkit toolkit/components/microformats/)
- Modify page data module (toolkit/modules/PageMetadata.jsm) to use microformats2.
Implementation bug:
UI test demo (will show microformats data via Social API "Share" button, once mf2 parser is landed)