summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-18 00:49:05 +0000
committerDavid Robillard <d@drobilla.net>2012-04-18 00:49:05 +0000
commitc27d12eec50db41f1d0ffca8385891060e35338e (patch)
treeab2f53440bd570b97c9b579f453aceae9826a922
parent3a1ff6f7209081d123ec04b7ee1bd5210eef9dba (diff)
downloadsratom-c27d12eec50db41f1d0ffca8385891060e35338e.tar.gz
sratom-c27d12eec50db41f1d0ffca8385891060e35338e.tar.bz2
sratom-c27d12eec50db41f1d0ffca8385891060e35338e.zip
Add NEWS and README files.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4190 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--NEWS5
-rw-r--r--README11
2 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..9c47d62
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,5 @@
+sratom (0.2.0) stable;
+
+ * Initial release
+
+ -- David Robillard <d@drobilla.net> Tue, 17 Apr 2012 19:04:39 -0400
diff --git a/README b/README
new file mode 100644
index 0000000..f999665
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Sratom
+------
+
+Sratom is a library for serialising LV2 atoms to/from RDF, particularly the
+Turtle syntax.
+
+More information about LV2 atoms can be found at <http://lv2plug.in/ns/ext/atom>
+
+More information about Sratom can be found at <http://drobilla.net/software/sratom>
+
+ -- David Robillard <d@drobilla.net>