summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcdr/README3
-rw-r--r--libcmis/README8
-rw-r--r--libcroco/README4
-rw-r--r--libgsf/README4
-rw-r--r--libpng/README1
-rw-r--r--librsvg/README4
-rw-r--r--libvisio/README4
7 files changed, 28 insertions, 0 deletions
diff --git a/libcdr/README b/libcdr/README
new file mode 100644
index 000000000000..d3ba94db6252
--- /dev/null
+++ b/libcdr/README
@@ -0,0 +1,3 @@
+Library parsing the Corel cdr documents.
+
+I couldn't find an upstream for this library - although I did only try a primitive Google search.
diff --git a/libcmis/README b/libcmis/README
new file mode 100644
index 000000000000..c39861a7614f
--- /dev/null
+++ b/libcmis/README
@@ -0,0 +1,8 @@
+A C++ client library for the CMIS interface.
+
+From:
+[http://sourceforge.net/projects/libcmis/]
+
+Wikipedia (CMIS):
+Content Management Interoperability Services (CMIS) is an open standard that defines an
+abstraction layer for controlling diverse document management systems and repositories using web protocols.
diff --git a/libcroco/README b/libcroco/README
new file mode 100644
index 000000000000..52a93c6ec29c
--- /dev/null
+++ b/libcroco/README
@@ -0,0 +1,4 @@
+A general CSS parsing and manipulation library written in C for the GNOME project.
+
+From:
+[https://launchpad.net/libcroco]
diff --git a/libgsf/README b/libgsf/README
new file mode 100644
index 000000000000..821cd52757a0
--- /dev/null
+++ b/libgsf/README
@@ -0,0 +1,4 @@
+A simple i/o library that can read and write common file types and handle structured formats that provide file-system-in-a-file semantics.
+
+From:
+[http://www.gnome.org/projects/libgsf]
diff --git a/libpng/README b/libpng/README
new file mode 100644
index 000000000000..8b9c8961179f
--- /dev/null
+++ b/libpng/README
@@ -0,0 +1 @@
+libpng is the official PNG reference library, from [http://www.libpng.org/]
diff --git a/librsvg/README b/librsvg/README
new file mode 100644
index 000000000000..6b8b64156b5d
--- /dev/null
+++ b/librsvg/README
@@ -0,0 +1,4 @@
+Rapid Rendering of SVG files to screen or to other more conventional filetypes, such as JPEG and PNG.
+
+From:
+[http://librsvg.sourceforge.net/]
diff --git a/libvisio/README b/libvisio/README
new file mode 100644
index 000000000000..216fee969d27
--- /dev/null
+++ b/libvisio/README
@@ -0,0 +1,4 @@
+Libvisio is library providing ability to interpret and import visio diagrams into various applications.
+
+See also:
+[http://www.freedesktop.org/wiki/Software/libvisio]