From b87e6be543b3daf73edb95012b87dbf95a918b95 Mon Sep 17 00:00:00 2001 From: Josh Heidenreich Date: Tue, 14 Feb 2012 12:33:01 +1030 Subject: Added READMEs for some library modules which didn't have them --- libcdr/README | 3 +++ libcmis/README | 8 ++++++++ libcroco/README | 4 ++++ libgsf/README | 4 ++++ libpng/README | 1 + librsvg/README | 4 ++++ libvisio/README | 4 ++++ 7 files changed, 28 insertions(+) create mode 100644 libcdr/README create mode 100644 libcmis/README create mode 100644 libcroco/README create mode 100644 libgsf/README create mode 100644 libpng/README create mode 100644 librsvg/README create mode 100644 libvisio/README 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] -- cgit