From 479dc709f5e4f1a714c0a3f90fc110083791c54b Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Sat, 18 Sep 2021 16:54:01 -0700 Subject: Mention Atom 0.3 in docs and manual page Fixes Issue#0000652 https://bugs.librdf.org/mantis/view.php?id=652 --- README.html | 3 ++- utils/rapper.1 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index 3132add4..5188ca36 100644 --- a/README.html +++ b/README.html @@ -20,7 +20,7 @@ generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. The supported parsing syntaxes are RDF/XML, N-Quads, N-Triples 1.0 and 1.1, TRiG, Turtle 2008 and 2013, RDFa 1.0 and 1.1, RSS tag soup -including all versions of RSS, Atom 1.0 and 0.3, GRDDL and +including all versions of RSS, Atom 0.3 and Atom 1.0, GRDDL and microformats for HTML, XHTML and XML. The serializing syntaxes are RDF/XML (regular, abbreviated, XMP), Turtle 2013, N-Quads, N-Triples 1.1, Atom 1.0, RSS 1.0, GraphViz DOT, HTML, JSON and mKR. @@ -129,6 +129,7 @@ It also generates triples for RSS enclosures.

This parser also provides support for the Atom 1.0 syndication format defined in IETF RFC 4287 +as well as the earlier Atom 0.3.

diff --git a/utils/rapper.1 b/utils/rapper.1 index 22ce55a5..43459df7 100644 --- a/utils/rapper.1 +++ b/utils/rapper.1 @@ -46,7 +46,8 @@ Set the input to one of 'rdfxml' (RDF/XML, default), 'ntriples' (N-Triples, see below), 'turtle' (Turtle, see below) or 'rss-tag-soup' (RSS Tag Soup). The RSS Tag Soup parser -can turn the many XML RSS formats and Atom 0.3 into RDF triples. +can turn the many XML RSS formats, Atom 0.3 and Atom 1.0 into RDF +triples. .IP The list of parsers depends on how libraptor(3) was built. The list of -- cgit v1.2.1