[Libreoffice-commits] .: binaryurp/README ct2n/README drawinglayer/README fontconfig/README freetype/README gdk-pixbuf/README gettext/README git-hooks/README glib/README i18npool/README

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 10 02:01:17 PDT 2012


 binaryurp/README    |    9 +++++++++
 ct2n/README         |    4 ++++
 drawinglayer/README |    3 +++
 fontconfig/README   |    4 ++++
 freetype/README     |    6 ++++++
 gdk-pixbuf/README   |   10 ++++++++++
 gettext/README      |    5 +++++
 git-hooks/README    |    9 +++++++++
 glib/README         |    4 ++++
 i18npool/README     |    3 +++
 10 files changed, 57 insertions(+)

New commits:
commit 0770b6cc2034851cf46dff66bc446f47e7d57846
Author: Manal Alhassoun <malhassoun at kacst.edu.sa>
Date:   Wed Oct 10 10:08:52 2012 +0300

    add a README files
    
    Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034
    Reviewed-on: https://gerrit.libreoffice.org/852
    Reviewed-by: Michael Meeks <michael.meeks at suse.com>
    Tested-by: Michael Meeks <michael.meeks at suse.com>

diff --git a/binaryurp/README b/binaryurp/README
new file mode 100644
index 0000000..05dfc33
--- /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 0000000..25d4d57
--- /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 0000000..70dda94
--- /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 0000000..068f680
--- /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 0000000..5d4ffe8
--- /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 0000000..325bd2d
--- /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 0000000..94ff100
--- /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 0000000..3ddd71a
--- /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 0000000..80272cb
--- /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 0000000..237e17f
--- /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


More information about the Libreoffice-commits mailing list