summaryrefslogtreecommitdiff
path: root/external/redland/README
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-11-03 20:33:32 +0200
committerDavid Tardon <dtardon@redhat.com>2013-11-04 02:43:20 -0600
commitfa560217dbd4c15abb3f7623d99cf7017dcb3f2a (patch)
treed20b2fbb6faceb642efb63d3d1b5019d262cd8a9 /external/redland/README
parent9dc3f0f5af0fe64ced5d1aca2fc1ddf28c3974c9 (diff)
fdo#70393: move redland to a subdir of external
Change-Id: Ia857f943b8f2915c857ec4c9fa363760699e5206 Reviewed-on: https://gerrit.libreoffice.org/6551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/redland/README')
-rw-r--r--external/redland/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/external/redland/README b/external/redland/README
new file mode 100644
index 000000000000..591e93398726
--- /dev/null
+++ b/external/redland/README
@@ -0,0 +1,24 @@
+Redland RDF library (librdf) from [http://librdf.org/]
+
+== License ==
+[git:redland/LICENSE.txt]
+Triple-licensed: LGPL v2+/GPL v2+/Apache v2
+
+== Description ==
+This module contains the third-party Redland RDF / librdf library, which
+is needed to support data in RDF (Resource Description Framework) format.
+It consists of 3 parts:
+- raptor: parsers and serializers for numerous RDF file formats
+- rasqal: query engine which supports SPARQL queries
+- redland: librdf integrates raptor and rasqal, and provides numerous storage
+ engines for storing RDF graphs (in memory, SQL, ...)
+
+Libraries: libraptor, librasqal, librdf
+
+== Patches ==
+There are several patches, most of which contain only hacks to get it to
+build with the LO build system.
+
+Upstream may merge patches that are attached to the bug tracker, but don't
+send patches to the mailing list, those will most likely be ignored.
+