diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | doc/summary.rst | 6 |
2 files changed, 9 insertions, 5 deletions
@@ -1,9 +1,11 @@ Sratom ====== -Sratom is a small library for serialising LV2 atoms to and from RDF, for -converting between binary and text or storing in a model. For more -information, see <http://drobilla.net/software/sratom>. +Sratom is a small library for reading and writing LV2 atoms in RDF, for +representing them as strings or storing them in a data model. Sratom is useful +for representing LV2 atoms in a portable and human-readable form. + +For more information, see <http://drobilla.net/software/sratom>. More information about LV2 atoms can be found at <http://lv2plug.in/ns/ext/atom> diff --git a/doc/summary.rst b/doc/summary.rst index 89d87e9..7e28f6e 100644 --- a/doc/summary.rst +++ b/doc/summary.rst @@ -1,4 +1,6 @@ -Sratom is a small library for serialising `LV2 atoms`_ to and from RDF, -for converting between binary and text or storing in a model. +Sratom is a small library for reading and writing `LV2 atoms`_ in RDF, +for representing them as strings or storing them in a data model. +Sratom is useful for representing LV2 atoms in a portable and human-readable form, +in, for example, saved files, network protocols, or logs. .. _LV2 atoms: http://lv2plug.in/ns/ext/atom |