File: progref.xml

package info (click to toggle)
mia 2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,532 kB
  • ctags: 16,800
  • sloc: cpp: 137,909; python: 1,057; ansic: 998; sh: 146; xml: 127; csh: 24; makefile: 13
file content (36 lines) | stat: -rw-r--r-- 1,399 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 [
<!ENTITY programs SYSTEM "program.xml">
<!ENTITY plugins SYSTEM "plugins.xml">
<!ENTITY programintro SYSTEM "program_intro.xml">
]>
<book xmlns="http://docbook.org/ns/docbook" version="5.0" xmlns:xlink="http://www.w3.org/1999/xlink">
  <info> 
    <title>Mia Program Reference</title>
    <date>31.01.2012 </date>
    <author>
    <firstname>Gert</firstname><surname>Wollny</surname></author>
    <abstract>
      <para>
	This reference document contains desctriptions for the command line tools and plug-ins 
	provided by the MIA toolkit.  
	To learn more about MIA please visit the web site <link xlink:href='http://mia.sourceforge.net'>http://mia.sourceforge.net</link>
      </para>
    </abstract>
  </info>
  
  <chapter>
    <title>Introduction</title>
    <para>
      In this document you will find descriptions for all the programs and plug-ins currently included 
      in the MIA software package.  This document is maintained by Gert Wollny &lt;gw.fossdev@gmail.com&gt;. 
      Additions, hints, modifications, and corrections are welcome.
    </para>
    <para>
      The documentation provided here can always be recreated from the source distribution of the MIA toolkit, 
      provided that you work on a platform on which the platform can be compiled and you use a Make based build system. 
    </para>
  </chapter>
  <toc></toc>
  &programs;
  &plugins; 
</book>