1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"
[
<!NOTATION PNG SYSTEM "PNG">
<!ENTITY % local.notation.class "| PNG">
<!ENTITY hash "#">
<!-- !ENTITY percent "%" -->
<!ENTITY ObjectIndex SYSTEM "sgml/object_index.sgml">
<!ENTITY TreeIndex SYSTEM "sgml/tree_index.sgml">
]>
<book id="index">
<bookinfo>
<title>Ots Reference Manual</title>
</bookinfo>
<part id='ots'>
<title>Ots Overview</title>
<partintro>
<para>The Open Text Summarizer (Ots) is library for automatically summarizing texts and is released under the GNU Public License (GPL).</para>
<para>Ots depends on the following libraries:
<variablelist>
<varlistentry>
<term>GLib</term>
<listitem><para>A general-purpose utility library, not specific to graphical user interfaces. GLib provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on.</para></listitem>
</varlistentry>
</variablelist>
</para>
</partintro>
<index>
<!-- &ObjectIndex; &TreeIndex; -->
</index>
</part>
</book>
|