any23: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(new page about any23)
 
(microformats2 support - link to issues, add clients, project pages)
Line 1: Line 1:
'''Apache Any23''' is an open source Java parser that extracts [[RDFa]], classic microformats and a variety of other formats, and turns them into an RDF graph.
'''Apache Any23''' is an open source Java parser that extracts [[RDFa]], classic microformats and a variety of other formats, and turns them into an RDF graph.
Project pages:
* http://incubator.apache.org/projects/any23.html
* https://any23.apache.org/supported-formats.html
* https://any23.apache.org/dev-microformat-extractors.html
* https://any23.apache.org/apidocs/org/apache/any23/extractor/html/package-summary.html
* Issues: https://issues.apache.org/jira/browse/ANY23


== implemented microformats ==
== implemented microformats ==
 
* [[adr]]
* adr
* [[geo]]
* geo
* [[hCalendar]]
* [[hCalendar]]
* [[hCard]]
* [[hCard]]
Line 13: Line 19:
* [[xfn]]
* [[xfn]]
* [[species]]
* [[species]]
== microformats2 support ==
Any23 does not yet support [[microformats2]], however there is a desire to do so per:
* 2014-11-09 [http://krijnhoetmer.nl/irc-logs/microformats/20141109#l-24 in #microformats IRC] <blockquote>&lt;hectorMcSpector&gt; I am making the effort to implement Microformats2 support in Any23</blockquote>
See and comment on:
* https://issues.apache.org/jira/browse/ANY23-207
** They appear to be blocked on needing a Java microformats2 [[parser]].
Related issue:
* https://issues.apache.org/jira/browse/ANY23-249
== clients ==
The WebDataCommons uses Any23, per [https://www.assembla.com/code/commondata/subversion/nodes/244/Extractor/trunk/extractor/src/main/java/org/webdatacommons/extractor/IgnorantHcardExtractorFactory.java]


== web service ==
== web service ==
The web service listed on the Any23 website does not operate as of 2014-12.
The web service listed on the Any23 website does not operate as of 2014-12.


Instead, try [http://inspector.sindice.com Sindice Inspector].
Instead, try [http://inspector.sindice.com Sindice Inspector].
== see also ==
* [[parsers]]
* [[microformats2]]

Revision as of 18:17, 3 July 2015

Apache Any23 is an open source Java parser that extracts RDFa, classic microformats and a variety of other formats, and turns them into an RDF graph.

Project pages:

implemented microformats

microformats2 support

Any23 does not yet support microformats2, however there is a desire to do so per:

  • 2014-11-09 in #microformats IRC

    <hectorMcSpector> I am making the effort to implement Microformats2 support in Any23

See and comment on:

Related issue:

clients

The WebDataCommons uses Any23, per [1]

web service

The web service listed on the Any23 website does not operate as of 2014-12.

Instead, try Sindice Inspector.

see also