File: ots-docs.sgml

package info (click to toggle)
ots 0.5.0-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,948 kB
  • ctags: 132
  • sloc: sh: 9,200; xml: 6,530; ansic: 1,558; makefile: 166
file content (36 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download | duplicates (7)
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
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
	<!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>