File: ots-docs.sgml

package info (click to toggle)
ots 0.5.0-2.3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,904 kB
  • ctags: 124
  • sloc: sh: 7,941; xml: 6,530; ansic: 1,558; makefile: 116
file content (38 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download | duplicates (5)
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>