summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2021-09-18 16:54:01 -0700
committerDave Beckett <dave@dajobe.org>2021-09-18 16:54:01 -0700
commit479dc709f5e4f1a714c0a3f90fc110083791c54b (patch)
tree7e26e62ac43464657d168ebd8da44e03c1095dfe
parent88e618ed9dcc21d8c3b9258dd129d42efc5b98bd (diff)
downloadraptor-479dc709f5e4f1a714c0a3f90fc110083791c54b.tar.gz
Mention Atom 0.3 in docs and manual page
Fixes Issue#0000652 https://bugs.librdf.org/mantis/view.php?id=652
-rw-r--r--README.html3
-rw-r--r--utils/rapper.13
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.
<p>This parser also provides support for the Atom 1.0 syndication
format defined in IETF
<a href="http://www.ietf.org/rfc/rfc4287.txt">RFC 4287</a>
+as well as the earlier Atom 0.3.
</p>
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