From 772e8caf9f3a073e94f89427cfb960609229fbed Mon Sep 17 00:00:00 2001 From: John Luke Date: Fri, 25 Jul 2003 04:14:59 +0000 Subject: [PATCH] add summaries for GConf and Rsvg svn path=/trunk/gtk-sharp/; revision=16648 --- doc/ChangeLog | 5 +++++ doc/en/GConf.xml | 10 ++++++++++ doc/en/Rsvg.xml | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 doc/en/GConf.xml create mode 100644 doc/en/Rsvg.xml diff --git a/doc/ChangeLog b/doc/ChangeLog index 710d9fd9e..72da3737f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-24 John Luke + + * en/Rsvg.xml: add summary page + * en/GConf.xml: add summary page + 2003-07-22 John Luke * en/Rsvg: add directory diff --git a/doc/en/GConf.xml b/doc/en/GConf.xml new file mode 100644 index 000000000..bc2d4065d --- /dev/null +++ b/doc/en/GConf.xml @@ -0,0 +1,10 @@ + + + GConf is a process-transparent configuration database with a model-view-controller architecture + + + GConf is a system for storing configuration information, that is, key-value pairs. GConf provides a notification service so applications can be notified when a key's value is changed. GConf also allows for pluggable storage mechanisms (text files, databases, etc.); allows administrators to install default values; and allows application authors to document their configuration keys for the benefit of administrators. + + + + diff --git a/doc/en/Rsvg.xml b/doc/en/Rsvg.xml new file mode 100644 index 000000000..925db86e0 --- /dev/null +++ b/doc/en/Rsvg.xml @@ -0,0 +1,18 @@ + + + Library for rendering of SVG vector graphics. + + + The GNOME SVG Library (RSVG) is library for rendering SVG and SVGZ files. RSVG is released under the GNU General Public License (GNU GPL), which allows for flexible licensing of client applications. + + + RSVG depends on the following libraries: + + GLib + Pango + Gdk + + + + +