summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManal Alhassoun <malhassoun@kacst.edu.sa>2012-10-10 10:08:52 +0300
committerMichael Meeks <michael.meeks@suse.com>2012-10-10 09:00:51 +0000
commit0770b6cc2034851cf46dff66bc446f47e7d57846 (patch)
tree6653b779df3b90d15ee73719a94d60202f346842
parent19d37e5c4bd43d2477d21fbaeccef923a60eb9ec (diff)
add a README files
Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034 Reviewed-on: https://gerrit.libreoffice.org/852 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
-rw-r--r--binaryurp/README9
-rw-r--r--ct2n/README4
-rw-r--r--drawinglayer/README3
-rw-r--r--fontconfig/README4
-rw-r--r--freetype/README6
-rw-r--r--gdk-pixbuf/README10
-rw-r--r--gettext/README5
-rw-r--r--git-hooks/README9
-rw-r--r--glib/README4
-rw-r--r--i18npool/README3
10 files changed, 57 insertions, 0 deletions
diff --git a/binaryurp/README b/binaryurp/README
new file mode 100644
index 000000000000..05dfc3391450
--- /dev/null
+++ b/binaryurp/README
@@ -0,0 +1,9 @@
+UNO Remote Protocol (URP). A binary protocol.
+
+UNO provides a protocol called the UNO Remote Protocol (URP) that provides
+a bridge between UNO environments. This bridge allows processes and objects
+to send method calls and to receive return values. UNO objects in different
+environments are connected by way of this interprocess bridge. The underlying
+connection is made through a socket or pipe. Remote UNO objects are connected
+by means of TCP/IP using the high-level protocol of the URP.
+
diff --git a/ct2n/README b/ct2n/README
new file mode 100644
index 000000000000..25d4d57a406f
--- /dev/null
+++ b/ct2n/README
@@ -0,0 +1,4 @@
+From [http://extensions.libreoffice.org/extension-center/ct2n-convert-text-to-number-and-dates].
+
+ConvertTextToNumber replaces numbers and dates, formatted
+ as text, with real numbers. \ No newline at end of file
diff --git a/drawinglayer/README b/drawinglayer/README
new file mode 100644
index 000000000000..70dda944b88f
--- /dev/null
+++ b/drawinglayer/README
@@ -0,0 +1,3 @@
+*Somewhat of a middle layer between rendering subsystems and application cores.
+
+*It offers a nice and easy API to render complex shapes. \ No newline at end of file
diff --git a/fontconfig/README b/fontconfig/README
new file mode 100644
index 000000000000..068f680bedb2
--- /dev/null
+++ b/fontconfig/README
@@ -0,0 +1,4 @@
+Fontconfig is a font configuration and customization library. It is designed to locate fonts
+within the system and select them according to requirements specified by applications.
+
+From [ http://packages.debian.org/squeeze/fontconfig ] \ No newline at end of file
diff --git a/freetype/README b/freetype/README
new file mode 100644
index 000000000000..5d4ffe8adddb
--- /dev/null
+++ b/freetype/README
@@ -0,0 +1,6 @@
+FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable,
+and portable while capable of producing high-quality output (glyph images). It can be
+used in graphics libraries, display servers, font conversion tools, text image generation
+tools, and many other products as well.
+
+From [http://freetype.sourceforge.net/freetype2/index.html] \ No newline at end of file
diff --git a/gdk-pixbuf/README b/gdk-pixbuf/README
new file mode 100644
index 000000000000..325bd2d32c54
--- /dev/null
+++ b/gdk-pixbuf/README
@@ -0,0 +1,10 @@
+GdkPixbuf is a library for image loading and pixel buffer manipulation.
+And it's provides a number of features:
+
+ - Image loading saving facilities.
+ - Rendering of a GdkPixBuf into various formats:
+ drawables (windows, pixmaps), GdkRGB buffers.
+ - Fast scaling and compositing of pixbufs.
+ - Simple animation loading (ie. animated GIFs)
+
+See Also [ http://developer.gnome.org/gdk-pixbuf/stable/ ] \ No newline at end of file
diff --git a/gettext/README b/gettext/README
new file mode 100644
index 000000000000..94ff1002672b
--- /dev/null
+++ b/gettext/README
@@ -0,0 +1,5 @@
+
+GNU `gettext' utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages.
+
+Seel Also [ http://www.gnu.org/software/gettext/manual/gettext.html ]
+
diff --git a/git-hooks/README b/git-hooks/README
new file mode 100644
index 000000000000..3ddd71a663ef
--- /dev/null
+++ b/git-hooks/README
@@ -0,0 +1,9 @@
+Git hooks are executable scripts you can place in $GIT_DIR/hooks directory to trigger action at certain points.
+
+There are two groups of these hooks: client side and server side.
+The client-side hooks:
+are for client operations such as committing and merging.
+The server-side hooks:
+are for Git server operations such as receiving pushed commits.
+
+See Also [ http://git-scm.com/book/en/Customizing-Git-Git-Hooks ] \ No newline at end of file
diff --git a/glib/README b/glib/README
new file mode 100644
index 000000000000..80272cbc9193
--- /dev/null
+++ b/glib/README
@@ -0,0 +1,4 @@
+GLib is a general-purpose utility library, which provides many useful data types, macros,
+type conversions, string utilities, file utilities, a main loop abstraction, and so on.
+
+From [ http://www.gtk.org/api/2.6/glib/glib.html ] \ No newline at end of file
diff --git a/i18npool/README b/i18npool/README
new file mode 100644
index 000000000000..237e17ff68b7
--- /dev/null
+++ b/i18npool/README
@@ -0,0 +1,3 @@
+Internationalisation (i18npool) framework ensures that the suite is adaptable to the requirements of different
+native languages, their local settings and customs, etc without source code modification
+or recompilation. \ No newline at end of file