diff options
author | Josh Heidenreich <josh.sickmate@gmail.com> | 2012-02-14 12:33:01 +1030 |
---|---|---|
committer | Josh Heidenreich <josh.sickmate@gmail.com> | 2012-02-14 12:33:01 +1030 |
commit | b87e6be543b3daf73edb95012b87dbf95a918b95 (patch) | |
tree | 1b9622f75b92120a3e9a9c4755ea02b067fe631f | |
parent | c1ebc27ec9e55615c51b6941ed1d6b6b6782ddb2 (diff) |
Added READMEs for some library modules which didn't have them
-rw-r--r-- | libcdr/README | 3 | ||||
-rw-r--r-- | libcmis/README | 8 | ||||
-rw-r--r-- | libcroco/README | 4 | ||||
-rw-r--r-- | libgsf/README | 4 | ||||
-rw-r--r-- | libpng/README | 1 | ||||
-rw-r--r-- | librsvg/README | 4 | ||||
-rw-r--r-- | libvisio/README | 4 |
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] |