add summaries for GConf and Rsvg

svn path=/trunk/gtk-sharp/; revision=16648
This commit is contained in:
John Luke 2003-07-25 04:14:59 +00:00
parent e13cec3477
commit 772e8caf9f
3 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-07-24 John Luke <jluke@cfl.rr.com>
* en/Rsvg.xml: add summary page
* en/GConf.xml: add summary page
2003-07-22 John Luke <jluke@cfl.rr.com>
* en/Rsvg: add directory

10
doc/en/GConf.xml Normal file
View File

@ -0,0 +1,10 @@
<Namespace Name="GConf" FullName="GConf" FullNameSP="GConf" Maintainer="Mono">
<Docs>
<summary>GConf is a process-transparent configuration database with a model-view-controller architecture</summary>
<remarks>
<para>
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.
</para>
</remarks>
</Docs>
</Namespace>

18
doc/en/Rsvg.xml Normal file
View File

@ -0,0 +1,18 @@
<Namespace Name="Rsvg" FullName="Rsvg" FullNameSP="Rsvg" Maintainer="Mono">
<Docs>
<summary>Library for rendering of SVG vector graphics.</summary>
<remarks>
<para>
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.
</para>
<para>
RSVG depends on the following libraries:
<list type="bullet">
<term><item>GLib</item></term>
<term><item>Pango</item></term>
<term><item>Gdk</item></term>
</list>
</para>
</remarks>
</Docs>
</Namespace>