Added READMEs for some library modules which didn't have them

This commit is contained in:
Josh Heidenreich
2012-02-14 12:33:01 +10:30
parent c1ebc27ec9
commit b87e6be543
7 changed files with 28 additions and 0 deletions

3
libcdr/README Normal file
View File

@@ -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.

8
libcmis/README Normal file
View File

@@ -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.

4
libcroco/README Normal file
View File

@@ -0,0 +1,4 @@
A general CSS parsing and manipulation library written in C for the GNOME project.
From:
[https://launchpad.net/libcroco]

4
libgsf/README Normal file
View File

@@ -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]

1
libpng/README Normal file
View File

@@ -0,0 +1 @@
libpng is the official PNG reference library, from [http://www.libpng.org/]

4
librsvg/README Normal file
View File

@@ -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/]

4
libvisio/README Normal file
View File

@@ -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]